public static final class Messages.StreamingInputCallRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Messages.StreamingInputCallRequest.Builder> implements Messages.StreamingInputCallRequestOrBuilder
Client-streaming request.Protobuf type
grpc.testing.StreamingInputCallRequest| Modifier and Type | Method and Description |
|---|---|
Messages.StreamingInputCallRequest |
build() |
Messages.StreamingInputCallRequest |
buildPartial() |
Messages.StreamingInputCallRequest.Builder |
clear() |
Messages.StreamingInputCallRequest.Builder |
clearExpectCompressed()
Whether the server should expect this request to be compressed.
|
Messages.StreamingInputCallRequest.Builder |
clearPayload()
Optional input payload sent along with the request.
|
Messages.StreamingInputCallRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Messages.BoolValue |
getExpectCompressed()
Whether the server should expect this request to be compressed.
|
Messages.BoolValue.Builder |
getExpectCompressedBuilder()
Whether the server should expect this request to be compressed.
|
Messages.BoolValueOrBuilder |
getExpectCompressedOrBuilder()
Whether the server should expect this request to be compressed.
|
Messages.Payload |
getPayload()
Optional input payload sent along with the request.
|
Messages.Payload.Builder |
getPayloadBuilder()
Optional input payload sent along with the request.
|
Messages.PayloadOrBuilder |
getPayloadOrBuilder()
Optional input payload sent along with the request.
|
boolean |
hasExpectCompressed()
Whether the server should expect this request to be compressed.
|
boolean |
hasPayload()
Optional input payload sent along with the request.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Messages.StreamingInputCallRequest.Builder |
mergeExpectCompressed(Messages.BoolValue value)
Whether the server should expect this request to be compressed.
|
Messages.StreamingInputCallRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Messages.StreamingInputCallRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
Messages.StreamingInputCallRequest.Builder |
mergeFrom(Messages.StreamingInputCallRequest other) |
Messages.StreamingInputCallRequest.Builder |
mergePayload(Messages.Payload value)
Optional input payload sent along with the request.
|
Messages.StreamingInputCallRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Messages.StreamingInputCallRequest.Builder |
setExpectCompressed(Messages.BoolValue.Builder builderForValue)
Whether the server should expect this request to be compressed.
|
Messages.StreamingInputCallRequest.Builder |
setExpectCompressed(Messages.BoolValue value)
Whether the server should expect this request to be compressed.
|
Messages.StreamingInputCallRequest.Builder |
setPayload(Messages.Payload.Builder builderForValue)
Optional input payload sent along with the request.
|
Messages.StreamingInputCallRequest.Builder |
setPayload(Messages.Payload value)
Optional input payload sent along with the request.
|
Messages.StreamingInputCallRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.StreamingInputCallRequest.Builder>public Messages.StreamingInputCallRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.StreamingInputCallRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.StreamingInputCallRequest.Builder>public Messages.StreamingInputCallRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Messages.StreamingInputCallRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Messages.StreamingInputCallRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Messages.StreamingInputCallRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Messages.StreamingInputCallRequest.Builder>public Messages.StreamingInputCallRequest.Builder mergeFrom(Messages.StreamingInputCallRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.StreamingInputCallRequest.Builder>public Messages.StreamingInputCallRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Messages.StreamingInputCallRequest.Builder>IOExceptionpublic boolean hasPayload()
Optional input payload sent along with the request.
.grpc.testing.Payload payload = 1;hasPayload in interface Messages.StreamingInputCallRequestOrBuilderpublic Messages.Payload getPayload()
Optional input payload sent along with the request.
.grpc.testing.Payload payload = 1;getPayload in interface Messages.StreamingInputCallRequestOrBuilderpublic Messages.StreamingInputCallRequest.Builder setPayload(Messages.Payload value)
Optional input payload sent along with the request.
.grpc.testing.Payload payload = 1;public Messages.StreamingInputCallRequest.Builder setPayload(Messages.Payload.Builder builderForValue)
Optional input payload sent along with the request.
.grpc.testing.Payload payload = 1;public Messages.StreamingInputCallRequest.Builder mergePayload(Messages.Payload value)
Optional input payload sent along with the request.
.grpc.testing.Payload payload = 1;public Messages.StreamingInputCallRequest.Builder clearPayload()
Optional input payload sent along with the request.
.grpc.testing.Payload payload = 1;public Messages.Payload.Builder getPayloadBuilder()
Optional input payload sent along with the request.
.grpc.testing.Payload payload = 1;public Messages.PayloadOrBuilder getPayloadOrBuilder()
Optional input payload sent along with the request.
.grpc.testing.Payload payload = 1;getPayloadOrBuilder in interface Messages.StreamingInputCallRequestOrBuilderpublic 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;hasExpectCompressed in interface Messages.StreamingInputCallRequestOrBuilderpublic 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;getExpectCompressed in interface Messages.StreamingInputCallRequestOrBuilderpublic 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;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;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;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;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;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;getExpectCompressedOrBuilder in interface Messages.StreamingInputCallRequestOrBuilderpublic final Messages.StreamingInputCallRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.StreamingInputCallRequest.Builder>public final Messages.StreamingInputCallRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.StreamingInputCallRequest.Builder>