public interface GetGlobalOrganizationOperationRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOperation()
public abstract String getOperation()
Name of the Operations resource to return. Parent is derived from this field.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_response_field) = "name"];
Returns | |
---|---|
Type | Description |
String |
The operation. |
getOperationBytes()
public abstract ByteString getOperationBytes()
Name of the Operations resource to return. Parent is derived from this field.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_response_field) = "name"];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for operation. |
getParentId()
public abstract String getParentId()
Parent ID for this request. Not used. Parent is derived from resource_id.
optional string parent_id = 459714768;
Returns | |
---|---|
Type | Description |
String |
The parentId. |
getParentIdBytes()
public abstract ByteString getParentIdBytes()
Parent ID for this request. Not used. Parent is derived from resource_id.
optional string parent_id = 459714768;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parentId. |
hasParentId()
public abstract boolean hasParentId()
Parent ID for this request. Not used. Parent is derived from resource_id.
optional string parent_id = 459714768;
Returns | |
---|---|
Type | Description |
boolean |
Whether the parentId field is set. |