Package mxaccess_gateway.v1
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 TypeMethodDescriptionintint32 server_handle = 1;getTagAddresses(int index) repeated string tag_addresses = 2;com.google.protobuf.ByteStringgetTagAddressesBytes(int index) repeated string tag_addresses = 2;intrepeated string tag_addresses = 2;repeated string tag_addresses = 2;intuint32 timeout_ms = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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.
-