Uses of Enum
com.google.cloud.bigquery.storage.v1beta1.Storage.ShardingStrategy
-
Uses of Storage.ShardingStrategy in com.google.cloud.bigquery.storage.v1beta1
Methods in com.google.cloud.bigquery.storage.v1beta1 that return Storage.ShardingStrategyModifier and TypeMethodDescriptionstatic Storage.ShardingStrategyStorage.ShardingStrategy.forNumber(int value) Storage.CreateReadSessionRequest.Builder.getShardingStrategy()The strategy to use for distributing data among multiple streams.Storage.CreateReadSessionRequest.getShardingStrategy()The strategy to use for distributing data among multiple streams.Storage.CreateReadSessionRequestOrBuilder.getShardingStrategy()The strategy to use for distributing data among multiple streams.Storage.ReadSession.Builder.getShardingStrategy()The strategy to use for distributing data among the streams.Storage.ReadSession.getShardingStrategy()The strategy to use for distributing data among the streams.Storage.ReadSessionOrBuilder.getShardingStrategy()The strategy to use for distributing data among the streams.static Storage.ShardingStrategyStorage.ShardingStrategy.valueOf(int value) Deprecated.static Storage.ShardingStrategyStorage.ShardingStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Storage.ShardingStrategyReturns the enum constant of this type with the specified name.static Storage.ShardingStrategy[]Storage.ShardingStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.storage.v1beta1 that return types with arguments of type Storage.ShardingStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Storage.ShardingStrategy>Storage.ShardingStrategy.internalGetValueMap()Methods in com.google.cloud.bigquery.storage.v1beta1 with parameters of type Storage.ShardingStrategyModifier and TypeMethodDescriptionStorage.CreateReadSessionRequest.Builder.setShardingStrategy(Storage.ShardingStrategy value) The strategy to use for distributing data among multiple streams.Storage.ReadSession.Builder.setShardingStrategy(Storage.ShardingStrategy value) The strategy to use for distributing data among the streams.