public interface CancelBuildRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getId()
public abstract String getId()
Required. ID of the build.
string id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The id. |
getIdBytes()
public abstract ByteString getIdBytes()
Required. ID of the build.
string id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for id. |
getName()
public abstract String getName()
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()
public abstract ByteString getNameBytes()
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()
public abstrac