| Modifier and Type | Method and Description |
|---|---|
Input |
Input.Builder.build() |
Input |
Input.Builder.buildPartial() |
static Input |
Input.getDefaultInstance() |
Input |
Input.getDefaultInstanceForType() |
Input |
Input.Builder.getDefaultInstanceForType() |
Input |
JobConfigOrBuilder.getInputs(int index)
List of input assets stored in Cloud Storage.
|
Input |
JobConfig.getInputs(int index)
List of input assets stored in Cloud Storage.
|
Input |
JobConfig.Builder.getInputs(int index)
List of input assets stored in Cloud Storage.
|
static Input |
Input.parseDelimitedFrom(InputStream input) |
static Input |
Input.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Input |
Input.parseFrom(byte[] data) |
static Input |
Input.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Input |
Input.parseFrom(ByteBuffer data) |
static Input |
Input.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Input |
Input.parseFrom(com.google.protobuf.ByteString data) |
static Input |
Input.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Input |
Input.parseFrom(com.google.protobuf.CodedInputStream input) |
static Input |
Input.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Input |
Input.parseFrom(InputStream input) |
static Input |
Input.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Input> |
JobConfigOrBuilder.getInputsList()
List of input assets stored in Cloud Storage.
|
List<Input> |
JobConfig.getInputsList()
List of input assets stored in Cloud Storage.
|
List<Input> |
JobConfig.Builder.getInputsList()
List of input assets stored in Cloud Storage.
|
com.google.protobuf.Parser<Input> |
Input.getParserForType() |
static com.google.protobuf.Parser<Input> |
Input.parser() |
| Modifier and Type | Method and Description |
|---|---|
JobConfig.Builder |
JobConfig.Builder.addInputs(Input value)
List of input assets stored in Cloud Storage.
|
JobConfig.Builder |
JobConfig.Builder.addInputs(int index,
Input value)
List of input assets stored in Cloud Storage.
|
Input.Builder |
Input.Builder.mergeFrom(Input other) |
static Input.Builder |
Input.newBuilder(Input prototype) |
JobConfig.Builder |
JobConfig.Builder.setInputs(int index,
Input value)
List of input assets stored in Cloud Storage.
|
| Modifier and Type | Method and Description |
|---|---|
JobConfig.Builder |
JobConfig.Builder.addAllInputs(Iterable<? extends Input> values)
List of input assets stored in Cloud Storage.
|
Copyright © 2022 Google LLC. All rights reserved.