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 EnvironmentEnvironment.Builder. build()EnvironmentEnvironment.Builder. buildPartial()static EnvironmentEnvironment. getDefaultInstance()EnvironmentEnvironment.Builder. getDefaultInstanceForType()EnvironmentEnvironment. getDefaultInstanceForType()EnvironmentJob.Builder. getEnvironment()The environment for the job.EnvironmentJob. getEnvironment()The environment for the job.EnvironmentJobOrBuilder. getEnvironment()The environment for the job.static EnvironmentEnvironment. parseDelimitedFrom(InputStream input)static EnvironmentEnvironment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(byte[] data)static EnvironmentEnvironment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(com.google.protobuf.ByteString data)static EnvironmentEnvironment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(com.google.protobuf.CodedInputStream input)static EnvironmentEnvironment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(InputStream input)static EnvironmentEnvironment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(ByteBuffer data)static EnvironmentEnvironment. 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.BuilderJob.Builder. mergeEnvironment(Environment value)The environment for the job.Environment.BuilderEnvironment.Builder. mergeFrom(Environment other)static Environment.BuilderEnvironment. newBuilder(Environment prototype)Job.BuilderJob.Builder. setEnvironment(Environment value)The environment for the job.
-