Interface MxaccessGateway.ReadBulkCommandOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MxaccessGateway.ReadBulkCommand, MxaccessGateway.ReadBulkCommand.Builder
Enclosing class:
MxaccessGateway

public static interface MxaccessGateway.ReadBulkCommandOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 server_handle = 1;
    getTagAddresses(int index)
    repeated string tag_addresses = 2;
    com.google.protobuf.ByteString
    repeated string tag_addresses = 2;
    int
    repeated string tag_addresses = 2;
    repeated string tag_addresses = 2;
    int
    uint32 timeout_ms = 3;

    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

    • getServerHandle

      int getServerHandle()
      int32 server_handle = 1;
      Returns:
      The serverHandle.
    • getTagAddressesList

      List<String> getTagAddressesList()
      repeated string tag_addresses = 2;
      Returns:
      A list containing the tagAddresses.
    • getTagAddressesCount

      int getTagAddressesCount()
      repeated string tag_addresses = 2;
      Returns:
      The count of tagAddresses.
    • getTagAddresses

      String getTagAddresses(int index)
      repeated string tag_addresses = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tagAddresses at the given index.
    • getTagAddressesBytes

      com.google.protobuf.ByteString getTagAddressesBytes(int index)
      repeated string tag_addresses = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tagAddresses at the given index.
    • getTimeoutMs

      int getTimeoutMs()
      uint32 timeout_ms = 3;
      Returns:
      The timeoutMs.