Interface CancelBuildRequestOrBuilder (3.82.0)

publicinterface CancelBuildRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getId()

publicabstractStringgetId()

Required. ID of the build.

string id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The id.

getIdBytes()

publicabstractByteStringgetIdBytes()

Required. ID of the build.

string id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for id.

getName()

publicabstractStringgetName()

The name of the Build to cancel. Format: projects/{project}/locations/{location}/builds/{build}

string name = 4 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

publicabstractByteStringgetNameBytes()

The name of the Build to cancel. Format: projects/{project}/locations/{location}/builds/{build}

string name = 4 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getProjectId()

publicabstractStringgetProjectId()

Required. ID of the project.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The projectId.

getProjectIdBytes()

publicabstractByteStringgetProjectIdBytes()

Required. ID of the project.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for projectId.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.