| Modifier and Type | Method and Description |
|---|---|
Messages.BoolValue |
Messages.BoolValue.Builder.build() |
Messages.BoolValue |
Messages.BoolValue.Builder.buildPartial() |
Messages.BoolValue |
Messages.ResponseParametersOrBuilder.getCompressed()
Whether to request the server to compress the response.
|
Messages.BoolValue |
Messages.ResponseParameters.getCompressed()
Whether to request the server to compress the response.
|
Messages.BoolValue |
Messages.ResponseParameters.Builder.getCompressed()
Whether to request the server to compress the response.
|
static Messages.BoolValue |
Messages.BoolValue.getDefaultInstance() |
Messages.BoolValue |
Messages.BoolValue.getDefaultInstanceForType() |
Messages.BoolValue |
Messages.BoolValue.Builder.getDefaultInstanceForType() |
Messages.BoolValue |
Messages.SimpleRequestOrBuilder.getExpectCompressed()
Whether the server should expect this request to be compressed.
|
Messages.BoolValue |
Messages.SimpleRequest.getExpectCompressed()
Whether the server should expect this request to be compressed.
|
Messages.BoolValue |
Messages.SimpleRequest.Builder.getExpectCompressed()
Whether the server should expect this request to be compressed.
|
Messages.BoolValue |
Messages.StreamingInputCallRequestOrBuilder.getExpectCompressed()
Whether the server should expect this request to be compressed.
|
Messages.BoolValue |
Messages.StreamingInputCallRequest.getExpectCompressed()
Whether the server should expect this request to be compressed.
|
Messages.BoolValue |
Messages.StreamingInputCallRequest.Builder.getExpectCompressed()
Whether the server should expect this request to be compressed.
|
Messages.BoolValue |
Messages.SimpleRequestOrBuilder.getResponseCompressed()
Whether to request the server to compress the response.
|
Messages.BoolValue |
Messages.SimpleRequest.getResponseCompressed()
Whether to request the server to compress the response.
|
Messages.BoolValue |
Messages.SimpleRequest.Builder.getResponseCompressed()
Whether to request the server to compress the response.
|
static Messages.BoolValue |
Messages.BoolValue.parseDelimitedFrom(InputStream input) |
static Messages.BoolValue |
Messages.BoolValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.BoolValue |
Messages.BoolValue.parseFrom(byte[] data) |
static Messages.BoolValue |
Messages.BoolValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.BoolValue |
Messages.BoolValue.parseFrom(ByteBuffer data) |
static Messages.BoolValue |
Messages.BoolValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.BoolValue |
Messages.BoolValue.parseFrom(com.google.protobuf.ByteString data) |
static Messages.BoolValue |
Messages.BoolValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.BoolValue |
Messages.BoolValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.BoolValue |
Messages.BoolValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.BoolValue |
Messages.BoolValue.parseFrom(InputStream input) |
static Messages.BoolValue |
Messages.BoolValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Messages.BoolValue> |
Messages.BoolValue.getParserForType() |
static com.google.protobuf.Parser<Messages.BoolValue> |
Messages.BoolValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
Messages.ResponseParameters.Builder |
Messages.ResponseParameters.Builder.mergeCompressed(Messages.BoolValue value)
Whether to request the server to compress the response.
|
Messages.SimpleRequest.Builder |
Messages.SimpleRequest.Builder.mergeExpectCompressed(Messages.BoolValue value)
Whether the server should expect this request to be compressed.
|
Messages.StreamingInputCallRequest.Builder |
Messages.StreamingInputCallRequest.Builder.mergeExpectCompressed(Messages.BoolValue value)
Whether the server should expect this request to be compressed.
|
Messages.BoolValue.Builder |
Messages.BoolValue.Builder.mergeFrom(Messages.BoolValue other) |
Messages.SimpleRequest.Builder |
Messages.SimpleRequest.Builder.mergeResponseCompressed(Messages.BoolValue value)
Whether to request the server to compress the response.
|
static Messages.BoolValue.Builder |
Messages.BoolValue.newBuilder(Messages.BoolValue prototype) |
Messages.ResponseParameters.Builder |
Messages.ResponseParameters.Builder.setCompressed(Messages.BoolValue value)
Whether to request the server to compress the response.
|
Messages.SimpleRequest.Builder |
Messages.SimpleRequest.Builder.setExpectCompressed(Messages.BoolValue value)
Whether the server should expect this request to be compressed.
|
Messages.StreamingInputCallRequest.Builder |
Messages.StreamingInputCallRequest.Builder.setExpectCompressed(Messages.BoolValue value)
Whether the server should expect this request to be compressed.
|
Messages.SimpleRequest.Builder |
Messages.SimpleRequest.Builder.setResponseCompressed(Messages.BoolValue value)
Whether to request the server to compress the response.
|