Interface RunJobRequestOrBuilder (0.28.0)

public interface RunJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEtag()

public abstract String getEtag()

A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.

string etag = 3;

Returns
TypeDescription
String

The etag.

getEtagBytes()

public abstract ByteString getEtagBytes()

A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.

string etag = 3;

Returns
TypeDescription
ByteString

The bytes for etag.

getName()

public abstract String getName()

Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.

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

Returns
TypeDescription
ByteString

The bytes for name.

getOverrides()

public abstract RunJobRequest.Overrides getOverrides()

Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.

.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;

Returns
TypeDescription
RunJobRequest.Overrides

The overrides.

getOverridesOrBuilder()

public abstract RunJobRequest.OverridesOrBuilder getOverridesOrBuilder()

Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.

.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;

Returns
TypeDescription
RunJobRequest.OverridesOrBuilder

getValidateOnly()

public abstract boolean getValidateOnly()

Indicates that the request should be validated without actually deleting any resources.

bool validate_only = 2;

Returns
TypeDescription
boolean

The validateOnly.

hasOverrides()

public abstract boolean hasOverrides()

Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.

.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;

Returns
TypeDescription
boolean

Whether the overrides field is set.