Interface DeleteGlobalOrganizationOperationRequestOrBuilder (1.51.0)

public interface DeleteGlobalOrganizationOperationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOperation()

public abstract String getOperation()

Name of the Operations resource to delete.

string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The operation.

getOperationBytes()

public abstract ByteString getOperationBytes()

Name of the Operations resource to delete.

string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for operation.

getParentId()

public abstract String getParentId()

Parent ID for this request.

optional string parent_id = 459714768;

Returns
TypeDescription
String

The parentId.

getParentIdBytes()

public abstract ByteString getParentIdBytes()

Parent ID for this request.

optional string parent_id = 459714768;

Returns
TypeDescription
ByteString

The bytes for parentId.

hasParentId()

public abstract boolean hasParentId()

Parent ID for this request.

optional string parent_id = 459714768;

Returns
TypeDescription
boolean

Whether the parentId field is set.