Interface ValidateStoreDeletedGrpcResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string reason = 3;
    com.google.protobuf.ByteString
    optional string reason = 3;
    boolean
    bool storeDeleted = 2;
    .com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1;
    .com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1;
    boolean
    optional string reason = 3;
    boolean
    .com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 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

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

      boolean getStoreDeleted()
      bool storeDeleted = 2;
      Returns:
      The storeDeleted.
    • hasReason

      boolean hasReason()
      optional string reason = 3;
      Returns:
      Whether the reason field is set.
    • getReason

      String getReason()
      optional string reason = 3;
      Returns:
      The reason.
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
      optional string reason = 3;
      Returns:
      The bytes for reason.