Interface RunBuildTriggerRequestOrBuilder (3.10.0)

public interface RunBuildTriggerRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The name of the Trigger to run. Format: projects/{project}/locations/{location}/triggers/{trigger}

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

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the Trigger to run. Format: projects/{project}/locations/{location}/triggers/{trigger}

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

Returns
TypeDescription
ByteString

The bytes for name.

getProjectId()

public abstract String getProjectId()

Required. ID of the project.

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

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

Required. ID of the project.

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

Returns
TypeDescription
ByteString

The bytes for projectId.

getSource()

public abstract RepoSource getSource()

Source to build against this trigger.

.google.devtools.cloudbuild.v1.RepoSource source = 3;

Returns
TypeDescription
RepoSource

The source.

getSourceOrBuilder()

public abstract RepoSourceOrBuilder getSourceOrBuilder()

Source to build against this trigger.

.google.devtools.cloudbuild.v1.RepoSource source = 3;

Returns
TypeDescription
RepoSourceOrBuilder

getTriggerId()

public abstract String getTriggerId()

Required. ID of the trigger.

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

Returns
TypeDescription
String

The triggerId.

getTriggerIdBytes()

public abstract ByteString getTriggerIdBytes()

Required. ID of the trigger.

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

Returns
TypeDescription
ByteString

The bytes for triggerId.

hasSource()

public abstract boolean hasSource()

Source to build against this trigger.

.google.devtools.cloudbuild.v1.RepoSource source = 3;

Returns
TypeDescription
boolean

Whether the source field is set.