Interface GetAsyncOperationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetAsyncOperationRequest,GetAsyncOperationRequest.Builder
@Generated(value="protoc",
comments="annotations:GetAsyncOperationRequestOrBuilder.java.pb.meta")
public interface GetAsyncOperationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the async operation to getcom.google.protobuf.ByteStringThe id of the async operation to getMethods 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
-
getAsyncOperationId
String getAsyncOperationId()The id of the async operation to get
string async_operation_id = 1;- Returns:
- The asyncOperationId.
-
getAsyncOperationIdBytes
com.google.protobuf.ByteString getAsyncOperationIdBytes()The id of the async operation to get
string async_operation_id = 1;- Returns:
- The bytes for asyncOperationId.
-