public interface ClientHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthority()
A single process may be used to run multiple virtual
servers with different identities.
|
com.google.protobuf.ByteString |
getAuthorityBytes()
A single process may be used to run multiple virtual
servers with different identities.
|
Metadata |
getMetadata()
This contains only the metadata from the application.
|
MetadataOrBuilder |
getMetadataOrBuilder()
This contains only the metadata from the application.
|
String |
getMethodName()
The name of the RPC method, which looks something like:
/<service>/<method>
Note the leading "/" character.
|
com.google.protobuf.ByteString |
getMethodNameBytes()
The name of the RPC method, which looks something like:
/<service>/<method>
Note the leading "/" character.
|
com.google.protobuf.Duration |
getTimeout()
the RPC timeout
|
com.google.protobuf.DurationOrBuilder |
getTimeoutOrBuilder()
the RPC timeout
|
boolean |
hasMetadata()
This contains only the metadata from the application.
|
boolean |
hasTimeout()
the RPC timeout
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
This contains only the metadata from the application.
.grpc.binarylog.v1.Metadata metadata = 1;Metadata getMetadata()
This contains only the metadata from the application.
.grpc.binarylog.v1.Metadata metadata = 1;MetadataOrBuilder getMetadataOrBuilder()
This contains only the metadata from the application.
.grpc.binarylog.v1.Metadata metadata = 1;String getMethodName()
The name of the RPC method, which looks something like: /<service>/<method> Note the leading "/" character.
string method_name = 2;com.google.protobuf.ByteString getMethodNameBytes()
The name of the RPC method, which looks something like: /<service>/<method> Note the leading "/" character.
string method_name = 2;String getAuthority()
A single process may be used to run multiple virtual servers with different identities. The authority is the name of such a server identitiy. It is typically a portion of the URI in the form of <host> or <host>:<port> .
string authority = 3;com.google.protobuf.ByteString getAuthorityBytes()
A single process may be used to run multiple virtual servers with different identities. The authority is the name of such a server identitiy. It is typically a portion of the URI in the form of <host> or <host>:<port> .
string authority = 3;boolean hasTimeout()
the RPC timeout
.google.protobuf.Duration timeout = 4;com.google.protobuf.Duration getTimeout()
the RPC timeout
.google.protobuf.Duration timeout = 4;com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder()
the RPC timeout
.google.protobuf.Duration timeout = 4;