Uses of Class
com.google.dataflow.v1beta3.DebugOptions.Builder
-
Packages that use DebugOptions.Builder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of DebugOptions.Builder in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return DebugOptions.Builder Modifier and Type Method Description DebugOptions.BuilderDebugOptions.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DebugOptions.BuilderDebugOptions.Builder. clear()DebugOptions.BuilderDebugOptions.Builder. clearEnableHotKeyLogging()When true, enables the logging of the literal hot key to the user's Cloud Logging.DebugOptions.BuilderDebugOptions.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)DebugOptions.BuilderDebugOptions.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)DebugOptions.BuilderDebugOptions.Builder. clone()DebugOptions.BuilderEnvironment.Builder. getDebugOptionsBuilder()Any debugging options to be supplied to the job.DebugOptions.BuilderDebugOptions.Builder. mergeFrom(DebugOptions other)DebugOptions.BuilderDebugOptions.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DebugOptions.BuilderDebugOptions.Builder. mergeFrom(com.google.protobuf.Message other)DebugOptions.BuilderDebugOptions.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static DebugOptions.BuilderDebugOptions. newBuilder()static DebugOptions.BuilderDebugOptions. newBuilder(DebugOptions prototype)DebugOptions.BuilderDebugOptions. newBuilderForType()protected DebugOptions.BuilderDebugOptions. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)DebugOptions.BuilderDebugOptions.Builder. setEnableHotKeyLogging(boolean value)When true, enables the logging of the literal hot key to the user's Cloud Logging.DebugOptions.BuilderDebugOptions.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DebugOptions.BuilderDebugOptions.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)DebugOptions.BuilderDebugOptions.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DebugOptions.BuilderDebugOptions. toBuilder()Methods in com.google.dataflow.v1beta3 with parameters of type DebugOptions.Builder Modifier and Type Method Description Environment.BuilderEnvironment.Builder. setDebugOptions(DebugOptions.Builder builderForValue)Any debugging options to be supplied to the job.
-