Uses of Class
com.google.cloud.bigquery.storage.v1.ThrottleState.Builder
-
Uses of ThrottleState.Builder in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return ThrottleState.BuilderModifier and TypeMethodDescriptionThrottleState.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ThrottleState.Builder.clear()ThrottleState.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ThrottleState.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ThrottleState.Builder.clearThrottlePercent()How much this connection is being throttled.ThrottleState.Builder.clone()ReadRowsResponse.Builder.getThrottleStateBuilder()Throttling state.ThrottleState.Builder.mergeFrom(ThrottleState other) ThrottleState.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ThrottleState.Builder.mergeFrom(com.google.protobuf.Message other) final ThrottleState.BuilderThrottleState.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ThrottleState.BuilderThrottleState.newBuilder()static ThrottleState.BuilderThrottleState.newBuilder(ThrottleState prototype) ThrottleState.newBuilderForType()protected ThrottleState.BuilderThrottleState.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ThrottleState.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ThrottleState.Builder.setThrottlePercent(int value) How much this connection is being throttled.final ThrottleState.BuilderThrottleState.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ThrottleState.toBuilder()Methods in com.google.cloud.bigquery.storage.v1 with parameters of type ThrottleState.BuilderModifier and TypeMethodDescriptionReadRowsResponse.Builder.setThrottleState(ThrottleState.Builder builderForValue) Throttling state.