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 Type
    Method
    Description
    optional string accessPermission = 6;
    com.google.protobuf.ByteString
    optional string accessPermission = 6;
    .com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo clusterStoreInfo = 1;
    .com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo clusterStoreInfo = 1;
    boolean
    optional bool isSystemStore = 5;
    string keySchema = 2;
    com.google.protobuf.ByteString
    string keySchema = 2;
    optional string owner = 4;
    com.google.protobuf.ByteString
    optional string owner = 4;
    string valueSchema = 3;
    com.google.protobuf.ByteString
    string valueSchema = 3;
    boolean
    optional string accessPermission = 6;
    boolean
    .com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo clusterStoreInfo = 1;
    boolean
    optional bool isSystemStore = 5;
    boolean
    optional string owner = 4;

    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

    • hasClusterStoreInfo

      boolean hasClusterStoreInfo()
      .com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo clusterStoreInfo = 1;
      Returns:
      Whether the clusterStoreInfo field is set.
    • getClusterStoreInfo

      ClusterStoreGrpcInfo getClusterStoreInfo()
      .com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo clusterStoreInfo = 1;
      Returns:
      The clusterStoreInfo.
    • getClusterStoreInfoOrBuilder

      ClusterStoreGrpcInfoOrBuilder getClusterStoreInfoOrBuilder()
      .com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo clusterStoreInfo = 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.