publicstaticfinalclass CreateJobRequest.BuilderextendsGeneratedMessageV3.Builder<CreateJobRequest.Builder>implementsCreateJobRequestOrBuilder
Request message for
CreateJob.
Protobuf type google.cloud.scheduler.v1beta1.CreateJobRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicCreateJobRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicCreateJobRequestbuild()
buildPartial()
publicCreateJobRequestbuildPartial()
clear()
publicCreateJobRequest.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicCreateJobRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearJob()
publicCreateJobRequest.BuilderclearJob()
Required. The job to add. The user can optionally specify a name for the
job in name.
name cannot be the same as an
existing job. If a name is not specified then the system will
generate a random unique name that will be returned
(name) in the response.
.google.cloud.scheduler.v1beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
publicCreateJobRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearParent()
publicCreateJobRequest.BuilderclearParent()
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clone()
publicCreateJobRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicCreateJobRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getJob()
Required. The job to add. The user can optionally specify a name for the
job in name.
name cannot be the same as an
existing job. If a name is not specified then the system will
generate a random unique name that will be returned
(name) in the response.
.google.cloud.scheduler.v1beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
Job |
The job.
|
getJobBuilder()
publicJob.BuildergetJobBuilder()
Required. The job to add. The user can optionally specify a name for the
job in name.
name cannot be the same as an
existing job. If a name is not specified then the system will
generate a random unique name that will be returned
(name) in the response.
.google.cloud.scheduler.v1beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
getJobOrBuilder()
publicJobOrBuildergetJobOrBuilder()
Required. The job to add. The user can optionally specify a name for the
job in name.
name cannot be the same as an
existing job. If a name is not specified then the system will
generate a random unique name that will be returned
(name) in the response.
.google.cloud.scheduler.v1beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
getParent()
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
String |
The parent.
|
getParentBytes()
publicByteStringgetParentBytes()
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for parent.
|
hasJob()
Required. The job to add. The user can optionally specify a name for the
job in name.
name cannot be the same as an
existing job. If a name is not specified then the system will
generate a random unique name that will be returned
(name) in the response.
.google.cloud.scheduler.v1beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the job field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(CreateJobRequest other)
publicCreateJobRequest.BuildermergeFrom(CreateJobRequestother)
publicCreateJobRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicCreateJobRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeJob(Job value)
publicCreateJobRequest.BuildermergeJob(Jobvalue)
Required. The job to add. The user can optionally specify a name for the
job in name.
name cannot be the same as an
existing job. If a name is not specified then the system will
generate a random unique name that will be returned
(name) in the response.
.google.cloud.scheduler.v1beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
value |
Job
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateJobRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicCreateJobRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setJob(Job value)
publicCreateJobRequest.BuildersetJob(Jobvalue)
Required. The job to add. The user can optionally specify a name for the
job in name.
name cannot be the same as an
existing job. If a name is not specified then the system will
generate a random unique name that will be returned
(name) in the response.
.google.cloud.scheduler.v1beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
value |
Job
|
setJob(Job.Builder builderForValue)
publicCreateJobRequest.BuildersetJob(Job.BuilderbuilderForValue)
Required. The job to add. The user can optionally specify a name for the
job in name.
name cannot be the same as an
existing job. If a name is not specified then the system will
generate a random unique name that will be returned
(name) in the response.
.google.cloud.scheduler.v1beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
setParent(String value)
publicCreateJobRequest.BuildersetParent(Stringvalue)
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter |
| Name |
Description |
value |
String
The parent to set.
|
setParentBytes(ByteString value)
publicCreateJobRequest.BuildersetParentBytes(ByteStringvalue)
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicCreateJobRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateJobRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides