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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
-
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;
-