Uses of Class
com.google.api.BatchingDescriptorProto.Builder
Packages that use BatchingDescriptorProto.Builder
-
Uses of BatchingDescriptorProto.Builder in com.google.api
Methods in com.google.api that return BatchingDescriptorProto.BuilderModifier and TypeMethodDescriptionBatchingDescriptorProto.Builder.addAllDiscriminatorFields(Iterable<String> values) A list of the fields in the request message.BatchingDescriptorProto.Builder.addDiscriminatorFields(String value) A list of the fields in the request message.BatchingDescriptorProto.Builder.addDiscriminatorFieldsBytes(com.google.protobuf.ByteString value) A list of the fields in the request message.BatchingDescriptorProto.Builder.clear()BatchingDescriptorProto.Builder.clearBatchedField()The repeated field in the request message to be aggregated by batching.BatchingDescriptorProto.Builder.clearDiscriminatorFields()A list of the fields in the request message.BatchingDescriptorProto.Builder.clearSubresponseField()Optional.BatchingConfigProto.Builder.getBatchDescriptorBuilder()The request and response fields used in batching.BatchingDescriptorProto.Builder.mergeFrom(BatchingDescriptorProto other) BatchingDescriptorProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BatchingDescriptorProto.Builder.mergeFrom(com.google.protobuf.Message other) BatchingDescriptorProto.newBuilder()BatchingDescriptorProto.newBuilder(BatchingDescriptorProto prototype) BatchingDescriptorProto.newBuilderForType()protected BatchingDescriptorProto.BuilderBatchingDescriptorProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BatchingDescriptorProto.Builder.setBatchedField(String value) The repeated field in the request message to be aggregated by batching.BatchingDescriptorProto.Builder.setBatchedFieldBytes(com.google.protobuf.ByteString value) The repeated field in the request message to be aggregated by batching.BatchingDescriptorProto.Builder.setDiscriminatorFields(int index, String value) A list of the fields in the request message.BatchingDescriptorProto.Builder.setSubresponseField(String value) Optional.BatchingDescriptorProto.Builder.setSubresponseFieldBytes(com.google.protobuf.ByteString value) Optional.BatchingDescriptorProto.toBuilder()Methods in com.google.api with parameters of type BatchingDescriptorProto.BuilderModifier and TypeMethodDescriptionBatchingConfigProto.Builder.setBatchDescriptor(BatchingDescriptorProto.Builder builderForValue) The request and response fields used in batching.