Class Messages.StreamingInputCallRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.StreamingInputCallRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.StreamingInputCallRequest.Builder>
      • getDefaultInstanceForType

        public Messages.StreamingInputCallRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Messages.StreamingInputCallRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Messages.StreamingInputCallRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.StreamingInputCallRequest.Builder>
      • mergeFrom

        public Messages.StreamingInputCallRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                             throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Messages.StreamingInputCallRequest.Builder>
        Throws:
        java.io.IOException
      • getPayloadBuilder

        public Messages.Payload.Builder getPayloadBuilder()
         Optional input payload sent along with the request.
         
        .grpc.testing.Payload payload = 1;
      • hasExpectCompressed

        public boolean hasExpectCompressed()
         Whether the server should expect this request to be compressed. This field
         is "nullable" in order to interoperate seamlessly with servers not able to
         implement the full compression tests by introspecting the call to verify
         the request's compression status.
         
        .grpc.testing.BoolValue expect_compressed = 2;
        Specified by:
        hasExpectCompressed in interface Messages.StreamingInputCallRequestOrBuilder
        Returns:
        Whether the expectCompressed field is set.
      • getExpectCompressed

        public Messages.BoolValue getExpectCompressed()
         Whether the server should expect this request to be compressed. This field
         is "nullable" in order to interoperate seamlessly with servers not able to
         implement the full compression tests by introspecting the call to verify
         the request's compression status.
         
        .grpc.testing.BoolValue expect_compressed = 2;
        Specified by:
        getExpectCompressed in interface Messages.StreamingInputCallRequestOrBuilder
        Returns:
        The expectCompressed.
      • setExpectCompressed

        public Messages.StreamingInputCallRequest.Builder setExpectCompressed​(Messages.BoolValue value)
         Whether the server should expect this request to be compressed. This field
         is "nullable" in order to interoperate seamlessly with servers not able to
         implement the full compression tests by introspecting the call to verify
         the request's compression status.
         
        .grpc.testing.BoolValue expect_compressed = 2;
      • setExpectCompressed

        public Messages.StreamingInputCallRequest.Builder setExpectCompressed​(Messages.BoolValue.Builder builderForValue)
         Whether the server should expect this request to be compressed. This field
         is "nullable" in order to interoperate seamlessly with servers not able to
         implement the full compression tests by introspecting the call to verify
         the request's compression status.
         
        .grpc.testing.BoolValue expect_compressed = 2;
      • mergeExpectCompressed

        public Messages.StreamingInputCallRequest.Builder mergeExpectCompressed​(Messages.BoolValue value)
         Whether the server should expect this request to be compressed. This field
         is "nullable" in order to interoperate seamlessly with servers not able to
         implement the full compression tests by introspecting the call to verify
         the request's compression status.
         
        .grpc.testing.BoolValue expect_compressed = 2;
      • clearExpectCompressed

        public Messages.StreamingInputCallRequest.Builder clearExpectCompressed()
         Whether the server should expect this request to be compressed. This field
         is "nullable" in order to interoperate seamlessly with servers not able to
         implement the full compression tests by introspecting the call to verify
         the request's compression status.
         
        .grpc.testing.BoolValue expect_compressed = 2;
      • getExpectCompressedBuilder

        public Messages.BoolValue.Builder getExpectCompressedBuilder()
         Whether the server should expect this request to be compressed. This field
         is "nullable" in order to interoperate seamlessly with servers not able to
         implement the full compression tests by introspecting the call to verify
         the request's compression status.
         
        .grpc.testing.BoolValue expect_compressed = 2;
      • getExpectCompressedOrBuilder

        public Messages.BoolValueOrBuilder getExpectCompressedOrBuilder()
         Whether the server should expect this request to be compressed. This field
         is "nullable" in order to interoperate seamlessly with servers not able to
         implement the full compression tests by introspecting the call to verify
         the request's compression status.
         
        .grpc.testing.BoolValue expect_compressed = 2;
        Specified by:
        getExpectCompressedOrBuilder in interface Messages.StreamingInputCallRequestOrBuilder