Package mxaccess_gateway.v1
Interface MxaccessGateway.BulkReadResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.BulkReadResult,MxaccessGateway.BulkReadResult.Builder
- Enclosing class:
MxaccessGateway
public static interface MxaccessGateway.BulkReadResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring error_message = 10;com.google.protobuf.ByteStringstring error_message = 10;intint32 item_handle = 3;intint32 quality = 7;intint32 server_handle = 1;com.google.protobuf.Timestamp.google.protobuf.Timestamp source_timestamp = 8;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp source_timestamp = 8;getStatuses(int index) repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9;intrepeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9;repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9;getStatusesOrBuilder(int index) repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9;List<? extends MxaccessGateway.MxStatusProxyOrBuilder> repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9;string tag_address = 2;com.google.protobuf.ByteStringstring tag_address = 2;getValue().mxaccess_gateway.v1.MxValue value = 6;.mxaccess_gateway.v1.MxValue value = 6;booleanbool was_cached = 5;booleanbool was_successful = 4;boolean.google.protobuf.Timestamp source_timestamp = 8;booleanhasValue().mxaccess_gateway.v1.MxValue value = 6;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.
-
getTagAddress
String getTagAddress()string tag_address = 2;- Returns:
- The tagAddress.
-
getTagAddressBytes
com.google.protobuf.ByteString getTagAddressBytes()string tag_address = 2;- Returns:
- The bytes for tagAddress.
-
getItemHandle
int getItemHandle()int32 item_handle = 3;- Returns:
- The itemHandle.
-
getWasSuccessful
boolean getWasSuccessful()bool was_successful = 4;- Returns:
- The wasSuccessful.
-
getWasCached
boolean getWasCached()bool was_cached = 5;- Returns:
- The wasCached.
-
hasValue
boolean hasValue().mxaccess_gateway.v1.MxValue value = 6;- Returns:
- Whether the value field is set.
-
getValue
MxaccessGateway.MxValue getValue().mxaccess_gateway.v1.MxValue value = 6;- Returns:
- The value.
-
getValueOrBuilder
MxaccessGateway.MxValueOrBuilder getValueOrBuilder().mxaccess_gateway.v1.MxValue value = 6; -
getQuality
int getQuality()int32 quality = 7;- Returns:
- The quality.
-
hasSourceTimestamp
boolean hasSourceTimestamp().google.protobuf.Timestamp source_timestamp = 8;- Returns:
- Whether the sourceTimestamp field is set.
-
getSourceTimestamp
com.google.protobuf.Timestamp getSourceTimestamp().google.protobuf.Timestamp source_timestamp = 8;- Returns:
- The sourceTimestamp.
-
getSourceTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getSourceTimestampOrBuilder().google.protobuf.Timestamp source_timestamp = 8; -
getStatusesList
List<MxaccessGateway.MxStatusProxy> getStatusesList()repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9; -
getStatuses
repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9; -
getStatusesCount
int getStatusesCount()repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9; -
getStatusesOrBuilderList
List<? extends MxaccessGateway.MxStatusProxyOrBuilder> getStatusesOrBuilderList()repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9; -
getStatusesOrBuilder
repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9; -
getErrorMessage
String getErrorMessage()string error_message = 10;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()string error_message = 10;- Returns:
- The bytes for errorMessage.
-