Uses of Class
com.google.cloud.bigquery.storage.v1beta2.ThrottleState.Builder
-
Uses of ThrottleState.Builder in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return ThrottleState.BuilderModifier and TypeMethodDescriptionThrottleState.Builder.clear()ThrottleState.Builder.clearThrottlePercent()How much this connection is being throttled.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) static ThrottleState.BuilderThrottleState.newBuilder()static ThrottleState.BuilderThrottleState.newBuilder(ThrottleState prototype) ThrottleState.newBuilderForType()protected ThrottleState.BuilderThrottleState.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ThrottleState.Builder.setThrottlePercent(int value) How much this connection is being throttled.ThrottleState.toBuilder()Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type ThrottleState.BuilderModifier and TypeMethodDescriptionReadRowsResponse.Builder.setThrottleState(ThrottleState.Builder builderForValue) Throttling state.