Package com.google.cloud.compute.v1
Interface GetGlobalOrganizationOperationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetGlobalOrganizationOperationRequest
,GetGlobalOrganizationOperationRequest.Builder
public interface GetGlobalOrganizationOperationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getOperation()
Name of the Operations resource to return.com.google.protobuf.ByteString
getOperationBytes()
Name of the Operations resource to return.String
getParentId()
Parent ID for this request.com.google.protobuf.ByteString
getParentIdBytes()
Parent ID for this request.boolean
hasParentId()
Parent ID for this request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperation
String getOperation()
Name of the Operations resource to return.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_response_field) = "name"];
- Returns:
- The operation.
-
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()
Name of the Operations resource to return.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_response_field) = "name"];
- Returns:
- The bytes for operation.
-
hasParentId
boolean hasParentId()
Parent ID for this request.
optional string parent_id = 459714768;
- Returns:
- Whether the parentId field is set.
-
getParentId
String getParentId()
Parent ID for this request.
optional string parent_id = 459714768;
- Returns:
- The parentId.
-
getParentIdBytes
com.google.protobuf.ByteString getParentIdBytes()
Parent ID for this request.
optional string parent_id = 459714768;
- Returns:
- The bytes for parentId.
-
-