Uses of Class
com.google.dataflow.v1beta3.Environment
-
Packages that use Environment Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of Environment in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return Environment Modifier and Type Method Description Environment
Environment.Builder. build()
Environment
Environment.Builder. buildPartial()
static Environment
Environment. getDefaultInstance()
Environment
Environment.Builder. getDefaultInstanceForType()
Environment
Environment. getDefaultInstanceForType()
Environment
Job.Builder. getEnvironment()
The environment for the job.Environment
Job. getEnvironment()
The environment for the job.Environment
JobOrBuilder. getEnvironment()
The environment for the job.static Environment
Environment. parseDelimitedFrom(InputStream input)
static Environment
Environment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(byte[] data)
static Environment
Environment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(com.google.protobuf.ByteString data)
static Environment
Environment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(com.google.protobuf.CodedInputStream input)
static Environment
Environment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(InputStream input)
static Environment
Environment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(ByteBuffer data)
static Environment
Environment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type Environment Modifier and Type Method Description com.google.protobuf.Parser<Environment>
Environment. getParserForType()
static com.google.protobuf.Parser<Environment>
Environment. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type Environment Modifier and Type Method Description Job.Builder
Job.Builder. mergeEnvironment(Environment value)
The environment for the job.Environment.Builder
Environment.Builder. mergeFrom(Environment other)
static Environment.Builder
Environment. newBuilder(Environment prototype)
Job.Builder
Job.Builder. setEnvironment(Environment value)
The environment for the job.
-