Uses of Class
com.google.api.BatchingSettingsProto
Packages that use BatchingSettingsProto
-
Uses of BatchingSettingsProto in com.google.api
Methods in com.google.api that return BatchingSettingsProtoModifier and TypeMethodDescriptionBatchingSettingsProto.Builder.build()BatchingSettingsProto.Builder.buildPartial()static BatchingSettingsProtoBatchingSettingsProto.getDefaultInstance()BatchingSettingsProto.Builder.getDefaultInstanceForType()BatchingSettingsProto.getDefaultInstanceForType()BatchingConfigProto.Builder.getThresholds()The thresholds which trigger a batched request to be sent.BatchingConfigProto.getThresholds()The thresholds which trigger a batched request to be sent.BatchingConfigProtoOrBuilder.getThresholds()The thresholds which trigger a batched request to be sent.static BatchingSettingsProtoBatchingSettingsProto.parseDelimitedFrom(InputStream input) static BatchingSettingsProtoBatchingSettingsProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchingSettingsProtoBatchingSettingsProto.parseFrom(byte[] data) static BatchingSettingsProtoBatchingSettingsProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchingSettingsProtoBatchingSettingsProto.parseFrom(com.google.protobuf.ByteString data) static BatchingSettingsProtoBatchingSettingsProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchingSettingsProtoBatchingSettingsProto.parseFrom(com.google.protobuf.CodedInputStream input) static BatchingSettingsProtoBatchingSettingsProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchingSettingsProtoBatchingSettingsProto.parseFrom(InputStream input) static BatchingSettingsProtoBatchingSettingsProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchingSettingsProtoBatchingSettingsProto.parseFrom(ByteBuffer data) static BatchingSettingsProtoBatchingSettingsProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type BatchingSettingsProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BatchingSettingsProto>BatchingSettingsProto.getParserForType()static com.google.protobuf.Parser<BatchingSettingsProto>BatchingSettingsProto.parser()Methods in com.google.api with parameters of type BatchingSettingsProtoModifier and TypeMethodDescriptionBatchingSettingsProto.Builder.mergeFrom(BatchingSettingsProto other) BatchingConfigProto.Builder.mergeThresholds(BatchingSettingsProto value) The thresholds which trigger a batched request to be sent.BatchingSettingsProto.newBuilder(BatchingSettingsProto prototype) BatchingConfigProto.Builder.setThresholds(BatchingSettingsProto value) The thresholds which trigger a batched request to be sent.