Uses of Class
com.google.cloud.bigquery.storage.v1.ThrottleState
-
Packages that use ThrottleState Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of ThrottleState in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return ThrottleState Modifier and Type Method Description ThrottleState
ThrottleState.Builder. build()
ThrottleState
ThrottleState.Builder. buildPartial()
static ThrottleState
ThrottleState. getDefaultInstance()
ThrottleState
ThrottleState.Builder. getDefaultInstanceForType()
ThrottleState
ThrottleState. getDefaultInstanceForType()
ThrottleState
ReadRowsResponse.Builder. getThrottleState()
Throttling state.ThrottleState
ReadRowsResponse. getThrottleState()
Throttling state.ThrottleState
ReadRowsResponseOrBuilder. getThrottleState()
Throttling state.static ThrottleState
ThrottleState. parseDelimitedFrom(InputStream input)
static ThrottleState
ThrottleState. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThrottleState
ThrottleState. parseFrom(byte[] data)
static ThrottleState
ThrottleState. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThrottleState
ThrottleState. parseFrom(com.google.protobuf.ByteString data)
static ThrottleState
ThrottleState. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThrottleState
ThrottleState. parseFrom(com.google.protobuf.CodedInputStream input)
static ThrottleState
ThrottleState. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThrottleState
ThrottleState. parseFrom(InputStream input)
static ThrottleState
ThrottleState. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThrottleState
ThrottleState. parseFrom(ByteBuffer data)
static ThrottleState
ThrottleState. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type ThrottleState Modifier and Type Method Description com.google.protobuf.Parser<ThrottleState>
ThrottleState. getParserForType()
static com.google.protobuf.Parser<ThrottleState>
ThrottleState. parser()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type ThrottleState Modifier and Type Method Description ThrottleState.Builder
ThrottleState.Builder. mergeFrom(ThrottleState other)
ReadRowsResponse.Builder
ReadRowsResponse.Builder. mergeThrottleState(ThrottleState value)
Throttling state.static ThrottleState.Builder
ThrottleState. newBuilder(ThrottleState prototype)
ReadRowsResponse.Builder
ReadRowsResponse.Builder. setThrottleState(ThrottleState value)
Throttling state.
-