public static interface BeamFnApi.DockerContainerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
(Required) A pipeline level unique id which can be used as a reference to
refer to this.
|
com.google.protobuf.ByteString |
getIdBytes()
(Required) A pipeline level unique id which can be used as a reference to
refer to this.
|
String |
getRegistryReference()
(Optional) Docker registry specification.
|
com.google.protobuf.ByteString |
getRegistryReferenceBytes()
(Optional) Docker registry specification.
|
String |
getUri()
(Required) The Docker container URI
For example "dataflow.gcr.io/v1beta3/java-batch:1.5.1"
|
com.google.protobuf.ByteString |
getUriBytes()
(Required) The Docker container URI
For example "dataflow.gcr.io/v1beta3/java-batch:1.5.1"
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
(Required) A pipeline level unique id which can be used as a reference to refer to this.
string id = 1;com.google.protobuf.ByteString getIdBytes()
(Required) A pipeline level unique id which can be used as a reference to refer to this.
string id = 1;String getUri()
(Required) The Docker container URI For example "dataflow.gcr.io/v1beta3/java-batch:1.5.1"
string uri = 2;com.google.protobuf.ByteString getUriBytes()
(Required) The Docker container URI For example "dataflow.gcr.io/v1beta3/java-batch:1.5.1"
string uri = 2;String getRegistryReference()
(Optional) Docker registry specification. If unspecified, the uri is expected to be able to be fetched without requiring additional configuration by a runner.
string registry_reference = 3;com.google.protobuf.ByteString getRegistryReferenceBytes()
(Optional) Docker registry specification. If unspecified, the uri is expected to be able to be fetched without requiring additional configuration by a runner.
string registry_reference = 3;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.