| Modifier and Type | Method and Description |
|---|---|
Manifest |
Manifest.Builder.build() |
Manifest |
Manifest.Builder.buildPartial() |
static Manifest |
Manifest.getDefaultInstance() |
Manifest |
Manifest.getDefaultInstanceForType() |
Manifest |
Manifest.Builder.getDefaultInstanceForType() |
Manifest |
JobConfigOrBuilder.getManifests(int index)
List of output manifests.
|
Manifest |
JobConfig.getManifests(int index)
List of output manifests.
|
Manifest |
JobConfig.Builder.getManifests(int index)
List of output manifests.
|
static Manifest |
Manifest.parseDelimitedFrom(InputStream input) |
static Manifest |
Manifest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Manifest |
Manifest.parseFrom(byte[] data) |
static Manifest |
Manifest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Manifest |
Manifest.parseFrom(ByteBuffer data) |
static Manifest |
Manifest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Manifest |
Manifest.parseFrom(com.google.protobuf.ByteString data) |
static Manifest |
Manifest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Manifest |
Manifest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Manifest |
Manifest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Manifest |
Manifest.parseFrom(InputStream input) |
static Manifest |
Manifest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Manifest> |
JobConfigOrBuilder.getManifestsList()
List of output manifests.
|
List<Manifest> |
JobConfig.getManifestsList()
List of output manifests.
|
List<Manifest> |
JobConfig.Builder.getManifestsList()
List of output manifests.
|
com.google.protobuf.Parser<Manifest> |
Manifest.getParserForType() |
static com.google.protobuf.Parser<Manifest> |
Manifest.parser() |
| Modifier and Type | Method and Description |
|---|---|
JobConfig.Builder |
JobConfig.Builder.addManifests(int index,
Manifest value)
List of output manifests.
|
JobConfig.Builder |
JobConfig.Builder.addManifests(Manifest value)
List of output manifests.
|
Manifest.Builder |
Manifest.Builder.mergeFrom(Manifest other) |
static Manifest.Builder |
Manifest.newBuilder(Manifest prototype) |
JobConfig.Builder |
JobConfig.Builder.setManifests(int index,
Manifest value)
List of output manifests.
|
| Modifier and Type | Method and Description |
|---|---|
JobConfig.Builder |
JobConfig.Builder.addAllManifests(Iterable<? extends Manifest> values)
List of output manifests.
|
Copyright © 2022 Google LLC. All rights reserved.