Interface CreateStoreGrpcRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateStoreGrpcRequest,CreateStoreGrpcRequest.Builder
public interface CreateStoreGrpcRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string accessPermission = 6;com.google.protobuf.ByteStringoptional string accessPermission = 6;booleanoptional bool isSystemStore = 5;string keySchema = 2;com.google.protobuf.ByteStringstring keySchema = 2;getOwner()optional string owner = 4;com.google.protobuf.ByteStringoptional string owner = 4;.com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1;.com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1;string valueSchema = 3;com.google.protobuf.ByteStringstring valueSchema = 3;booleanoptional string accessPermission = 6;booleanoptional bool isSystemStore = 5;booleanhasOwner()optional string owner = 4;boolean.com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1;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
-
hasStoreInfo
boolean hasStoreInfo().com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1;- Returns:
- Whether the storeInfo field is set.
-
getStoreInfo
ClusterStoreGrpcInfo getStoreInfo().com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1;- Returns:
- The storeInfo.
-
getStoreInfoOrBuilder
ClusterStoreGrpcInfoOrBuilder getStoreInfoOrBuilder().com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1; -
getKeySchema
String getKeySchema()string keySchema = 2;- Returns:
- The keySchema.
-
getKeySchemaBytes
com.google.protobuf.ByteString getKeySchemaBytes()string keySchema = 2;- Returns:
- The bytes for keySchema.
-
getValueSchema
String getValueSchema()string valueSchema = 3;- Returns:
- The valueSchema.
-
getValueSchemaBytes
com.google.protobuf.ByteString getValueSchemaBytes()string valueSchema = 3;- Returns:
- The bytes for valueSchema.
-
hasOwner
boolean hasOwner()optional string owner = 4;- Returns:
- Whether the owner field is set.
-
getOwner
String getOwner()optional string owner = 4;- Returns:
- The owner.
-
getOwnerBytes
com.google.protobuf.ByteString getOwnerBytes()optional string owner = 4;- Returns:
- The bytes for owner.
-
hasIsSystemStore
boolean hasIsSystemStore()optional bool isSystemStore = 5;- Returns:
- Whether the isSystemStore field is set.
-
getIsSystemStore
boolean getIsSystemStore()optional bool isSystemStore = 5;- Returns:
- The isSystemStore.
-
hasAccessPermission
boolean hasAccessPermission()optional string accessPermission = 6;- Returns:
- Whether the accessPermission field is set.
-
getAccessPermission
String getAccessPermission()optional string accessPermission = 6;- Returns:
- The accessPermission.
-
getAccessPermissionBytes
com.google.protobuf.ByteString getAccessPermissionBytes()optional string accessPermission = 6;- Returns:
- The bytes for accessPermission.
-