Package com.google.cloud.compute.v1
Interface DeleteGlobalOrganizationOperationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteGlobalOrganizationOperationRequest
,DeleteGlobalOrganizationOperationRequest.Builder
public interface DeleteGlobalOrganizationOperationRequestOrBuilder 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 delete.com.google.protobuf.ByteString
getOperationBytes()
Name of the Operations resource to delete.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 delete.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The operation.
-
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()
Name of the Operations resource to delete.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];
- 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.
-
-