Interface InstanceAddProxyRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InstanceAddProxyRequest, InstanceAddProxyRequest.Builder

@Generated public interface InstanceAddProxyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The unique identifier (UUID) of the instance.
    com.google.protobuf.ByteString
    The unique identifier (UUID) of the instance.
    The proxy configuration to add.
    The proxy configuration to add.
    boolean
    The proxy configuration to add.

    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

    • getId

      String getId()
      The unique identifier (UUID) of the instance.
      
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      The unique identifier (UUID) of the instance.
      
      string id = 1;
      Returns:
      The bytes for id.
    • hasProxy

      boolean hasProxy()
      The proxy configuration to add.
      
      .soulfire.v1.ProxyProto proxy = 2;
      Returns:
      Whether the proxy field is set.
    • getProxy

      ProxyProto getProxy()
      The proxy configuration to add.
      
      .soulfire.v1.ProxyProto proxy = 2;
      Returns:
      The proxy.
    • getProxyOrBuilder

      ProxyProtoOrBuilder getProxyOrBuilder()
      The proxy configuration to add.
      
      .soulfire.v1.ProxyProto proxy = 2;