public interface GetBuildTriggerRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() The name of the Trigger to retrieve.
Format: projects/{project}/locations/{location}/triggers/{trigger}
string name = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() The name of the Trigger to retrieve.
Format: projects/{project}/locations/{location}/triggers/{trigger}
string name = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getProjectId()
public abstract String getProjectId()Required. ID of the project that owns the trigger.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()Required. ID of the project that owns the trigger.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getTriggerId()
public abstract String getTriggerId() Required. Identifier (id or name) of the BuildTrigger to get.
string trigger_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The triggerId. |
getTriggerIdBytes()
public abstract ByteString getTriggerIdBytes() Required. Identifier (id or name) of the BuildTrigger to get.
string trigger_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for triggerId. |