public static final class Messages.StreamingInputCallRequest extends com.google.protobuf.GeneratedMessageV3 implements Messages.StreamingInputCallRequestOrBuilder
Client-streaming request.Protobuf type
grpc.testing.StreamingInputCallRequest| Modifier and Type | Class and Description |
|---|---|
static class |
Messages.StreamingInputCallRequest.Builder
Client-streaming request.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
EXPECT_COMPRESSED_FIELD_NUMBER |
static int |
PAYLOAD_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Messages.StreamingInputCallRequest |
getDefaultInstance() |
Messages.StreamingInputCallRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Messages.BoolValue |
getExpectCompressed()
Whether the server should expect this request to be compressed.
|
Messages.BoolValueOrBuilder |
getExpectCompressedOrBuilder()
Whether the server should expect this request to be compressed.
|
com.google.protobuf.Parser<Messages.StreamingInputCallRequest> |
getParserForType() |
Messages.Payload |
getPayload()
Optional input payload sent along with the request.
|
Messages.PayloadOrBuilder |
getPayloadOrBuilder()
Optional input payload sent along with the request.
|
int |
getSerializedSize() |
boolean |
hasExpectCompressed()
Whether the server should expect this request to be compressed.
|
int |
hashCode() |
boolean |
hasPayload()
Optional input payload sent along with the request.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Messages.StreamingInputCallRequest.Builder |
newBuilder() |
static Messages.StreamingInputCallRequest.Builder |
newBuilder(Messages.StreamingInputCallRequest prototype) |
Messages.StreamingInputCallRequest.Builder |
newBuilderForType() |
protected Messages.StreamingInputCallRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Messages.StreamingInputCallRequest |
parseDelimitedFrom(InputStream input) |
static Messages.StreamingInputCallRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingInputCallRequest |
parseFrom(byte[] data) |
static Messages.StreamingInputCallRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingInputCallRequest |
parseFrom(ByteBuffer data) |
static Messages.StreamingInputCallRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingInputCallRequest |
parseFrom(com.google.protobuf.ByteString data) |
static Messages.StreamingInputCallRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingInputCallRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.StreamingInputCallRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingInputCallRequest |
parseFrom(InputStream input) |
static Messages.StreamingInputCallRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Messages.StreamingInputCallRequest> |
parser() |
Messages.StreamingInputCallRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PAYLOAD_FIELD_NUMBER
public static final int EXPECT_COMPRESSED_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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.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.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 boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Messages.StreamingInputCallRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.StreamingInputCallRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.StreamingInputCallRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.StreamingInputCallRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.StreamingInputCallRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.StreamingInputCallRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.StreamingInputCallRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static Messages.StreamingInputCallRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.StreamingInputCallRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Messages.StreamingInputCallRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.StreamingInputCallRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Messages.StreamingInputCallRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Messages.StreamingInputCallRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Messages.StreamingInputCallRequest.Builder newBuilder()
public static Messages.StreamingInputCallRequest.Builder newBuilder(Messages.StreamingInputCallRequest prototype)
public Messages.StreamingInputCallRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Messages.StreamingInputCallRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Messages.StreamingInputCallRequest getDefaultInstance()
public static com.google.protobuf.Parser<Messages.StreamingInputCallRequest> parser()
public com.google.protobuf.Parser<Messages.StreamingInputCallRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Messages.StreamingInputCallRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder