| Modifier and Type | Method and Description |
|---|---|
JobConfig |
JobConfig.Builder.build() |
JobConfig |
JobConfig.Builder.buildPartial() |
JobConfig |
JobOrBuilder.getConfig()
The configuration for this job.
|
JobConfig |
JobTemplateOrBuilder.getConfig()
The configuration for this template.
|
JobConfig |
JobTemplate.getConfig()
The configuration for this template.
|
JobConfig |
JobTemplate.Builder.getConfig()
The configuration for this template.
|
JobConfig |
Job.getConfig()
The configuration for this job.
|
JobConfig |
Job.Builder.getConfig()
The configuration for this job.
|
static JobConfig |
JobConfig.getDefaultInstance() |
JobConfig |
JobConfig.getDefaultInstanceForType() |
JobConfig |
JobConfig.Builder.getDefaultInstanceForType() |
static JobConfig |
JobConfig.parseDelimitedFrom(InputStream input) |
static JobConfig |
JobConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobConfig |
JobConfig.parseFrom(byte[] data) |
static JobConfig |
JobConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobConfig |
JobConfig.parseFrom(ByteBuffer data) |
static JobConfig |
JobConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobConfig |
JobConfig.parseFrom(com.google.protobuf.ByteString data) |
static JobConfig |
JobConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobConfig |
JobConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static JobConfig |
JobConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobConfig |
JobConfig.parseFrom(InputStream input) |
static JobConfig |
JobConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<JobConfig> |
JobConfig.getParserForType() |
static com.google.protobuf.Parser<JobConfig> |
JobConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
JobTemplate.Builder |
JobTemplate.Builder.mergeConfig(JobConfig value)
The configuration for this template.
|
Job.Builder |
Job.Builder.mergeConfig(JobConfig value)
The configuration for this job.
|
JobConfig.Builder |
JobConfig.Builder.mergeFrom(JobConfig other) |
static JobConfig.Builder |
JobConfig.newBuilder(JobConfig prototype) |
JobTemplate.Builder |
JobTemplate.Builder.setConfig(JobConfig value)
The configuration for this template.
|
Job.Builder |
Job.Builder.setConfig(JobConfig value)
The configuration for this job.
|
Copyright © 2022 Google LLC. All rights reserved.