Interface DeleteJobRequestOrBuilder (2.41.0)

public interface DeleteJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLegacyAppEngineCron()

public abstract boolean getLegacyAppEngineCron()

This field is used to manage the legacy App Engine Cron jobs using the Cloud Scheduler API. If the field is set to true, the job in the __cron queue with the corresponding name will be deleted instead.

bool legacy_app_engine_cron = 2;

Returns
TypeDescription
boolean

The legacyAppEngineCron.

getName()

public abstract String getName()

Required. The job name. For example: projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The job name. For example: projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.