Interface DeleteBuildTriggerRequestOrBuilder (3.11.0)

public interface DeleteBuildTriggerRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

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

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

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for projectId.

getTriggerId()

public abstract String getTriggerId()

Required. ID of the BuildTrigger to delete.

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

Returns
TypeDescription
String

The triggerId.

getTriggerIdBytes()

public abstract ByteString getTriggerIdBytes()

Required. ID of the BuildTrigger to delete.

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

Returns
TypeDescription
ByteString

The bytes for triggerId.