Package io.atomix.api.proxy.v1
Interface ConfigureRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfigureRequest,ConfigureRequest.Builder
public interface ConfigureRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes config = 2;.atomix.proxy.v1.StoreId store_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "StoreID"];.atomix.proxy.v1.StoreId store_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "StoreID"];boolean.atomix.proxy.v1.StoreId store_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "StoreID"];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
-
hasStoreId
boolean hasStoreId().atomix.proxy.v1.StoreId store_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "StoreID"];- Returns:
- Whether the storeId field is set.
-
getStoreId
StoreId getStoreId().atomix.proxy.v1.StoreId store_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "StoreID"];- Returns:
- The storeId.
-
getStoreIdOrBuilder
StoreIdOrBuilder getStoreIdOrBuilder().atomix.proxy.v1.StoreId store_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "StoreID"]; -
getConfig
com.google.protobuf.ByteString getConfig()bytes config = 2;- Returns:
- The config.
-