public static final class DeleteJobRequest.Builder extends GeneratedMessageV3.Builder<DeleteJobRequest.Builder> implements DeleteJobRequestOrBuilder
Request message for deleting a job using
DeleteJob.
Protobuf type google.cloud.scheduler.v1beta1.DeleteJobRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteJobRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public DeleteJobRequest build()
buildPartial()
public DeleteJobRequest buildPartial()
clear()
public DeleteJobRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public DeleteJobRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearLegacyAppEngineCron()
public DeleteJobRequest.Builder clearLegacyAppEngineCron()
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;
clearName()
public DeleteJobRequest.Builder clearName()
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) = { ... }
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteJobRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public DeleteJobRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public DeleteJobRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getLegacyAppEngineCron()
public 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 |
Type |
Description |
boolean |
The legacyAppEngineCron.
|
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 |
Type |
Description |
String |
The name.
|
getNameBytes()
public 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 |
Type |
Description |
ByteString |
The bytes for name.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(DeleteJobRequest other)
public DeleteJobRequest.Builder mergeFrom(DeleteJobRequest other)
public DeleteJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DeleteJobRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteJobRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteJobRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setLegacyAppEngineCron(boolean value)
public DeleteJobRequest.Builder setLegacyAppEngineCron(boolean value)
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;
Parameter |
Name |
Description |
value |
boolean
The legacyAppEngineCron to set.
|
setName(String value)
public DeleteJobRequest.Builder setName(String value)
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) = { ... }
Parameter |
Name |
Description |
value |
String
The name to set.
|
setNameBytes(ByteString value)
public DeleteJobRequest.Builder setNameBytes(ByteString value)
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) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteJobRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteJobRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides