Interface Ops.HostIPOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Ops.HostIP, Ops.HostIP.Builder
Enclosing class:
Ops

public static interface Ops.HostIPOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string Host = 1;
    com.google.protobuf.ByteString
    string Host = 1;
    string IP = 2;
    com.google.protobuf.ByteString
    string IP = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getHost

      String getHost()
      string Host = 1;
      Returns:
      The host.
    • getHostBytes

      com.google.protobuf.ByteString getHostBytes()
      string Host = 1;
      Returns:
      The bytes for host.
    • getIP

      String getIP()
      string IP = 2;
      Returns:
      The iP.
    • getIPBytes

      com.google.protobuf.ByteString getIPBytes()
      string IP = 2;
      Returns:
      The bytes for iP.