Interface ReplaceRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .atomix.runtime.v1.PrimitiveId id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "ID"];
    .atomix.runtime.v1.PrimitiveId id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "ID"];
    string key = 2;
    com.google.protobuf.ByteString
    string key = 2;
    getValues(int index)
    repeated string values = 3;
    com.google.protobuf.ByteString
    getValuesBytes(int index)
    repeated string values = 3;
    int
    repeated string values = 3;
    repeated string values = 3;
    boolean
    .atomix.runtime.v1.PrimitiveId id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "ID"];

    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

    • hasId

      boolean hasId()
      .atomix.runtime.v1.PrimitiveId id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "ID"];
      Returns:
      Whether the id field is set.
    • getId

      PrimitiveId getId()
      .atomix.runtime.v1.PrimitiveId id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "ID"];
      Returns:
      The id.
    • getIdOrBuilder

      PrimitiveIdOrBuilder getIdOrBuilder()
      .atomix.runtime.v1.PrimitiveId id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "ID"];
    • getKey

      String getKey()
      string key = 2;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      string key = 2;
      Returns:
      The bytes for key.
    • getValuesList

      List<String> getValuesList()
      repeated string values = 3;
      Returns:
      A list containing the values.
    • getValuesCount

      int getValuesCount()
      repeated string values = 3;
      Returns:
      The count of values.
    • getValues

      String getValues(int index)
      repeated string values = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The values at the given index.
    • getValuesBytes

      com.google.protobuf.ByteString getValuesBytes(int index)
      repeated string values = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the values at the given index.