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 Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes 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

    isInitialized

    Methods 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.