Interface CreateStoreGrpcResponseOrBuilder

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

public interface CreateStoreGrpcResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo clusterStoreInfo = 1;
    .com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo clusterStoreInfo = 1;
    string owner = 2;
    com.google.protobuf.ByteString
    string owner = 2;
    boolean
    .com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo clusterStoreInfo = 1;

    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;
    • getOwner

      String getOwner()
      string owner = 2;
      Returns:
      The owner.
    • getOwnerBytes

      com.google.protobuf.ByteString getOwnerBytes()
      string owner = 2;
      Returns:
      The bytes for owner.