public interface RunBuildTriggerRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
getProjectId()
public abstract String getProjectId()Required. ID of the project.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()Required. ID of the project.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for projectId. |
getSource()
public abstract RepoSource getSource()Source to build against this trigger.
.google.devtools.cloudbuild.v1.RepoSource source = 3;
| Type | Description |
| RepoSource | The source. |
getSourceOrBuilder()
public abstract RepoSourceOrBuilder getSourceOrBuilder()Source to build against this trigger.
.google.devtools.cloudbuild.v1.RepoSource source = 3;
| Type | Description |
| RepoSourceOrBuilder |
getTriggerId()
public abstract String getTriggerId()Required. ID of the trigger.
string trigger_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The triggerId. |
getTriggerIdBytes()
public abstract ByteString getTriggerIdBytes()Required. ID of the trigger.
string trigger_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for triggerId. |
hasSource()
public abstract boolean hasSource()Source to build against this trigger.
.google.devtools.cloudbuild.v1.RepoSource source = 3;
| Type | Description |
| boolean | Whether the source field is set. |