- call(Callable<V>) - Method in class io.grpc.Context
-
- CALL_ID_FIELD_NUMBER - Static variable in class io.grpc.binarylog.v1.GrpcLogEntry
-
- CallCredentials - Class in io.grpc
-
Carries credential data that will be propagated to the server via request metadata for each RPC.
- CallCredentials() - Constructor for class io.grpc.CallCredentials
-
- CallCredentials.MetadataApplier - Class in io.grpc
-
The outlet of the produced headers.
- CallCredentials.RequestInfo - Class in io.grpc
-
The request-related information passed to CallCredentials.applyRequestMetadata()
.
- callExecutor(ServerCallExecutorSupplier) - Method in class io.grpc.ForwardingServerBuilder
-
- callExecutor(ServerCallExecutorSupplier) - Method in class io.grpc.ServerBuilder
-
Allows for defining a way to provide a custom executor to handle the server call.
- CallMetricRecorder - Class in io.grpc.services
-
Utility to record call metrics for load-balancing.
- CallMetricRecorder() - Constructor for class io.grpc.services.CallMetricRecorder
-
- CallOptions - Class in io.grpc
-
The collection of runtime options for a new RPC call.
- CallOptions.Key<T> - Class in io.grpc
-
Key for a key-value pair.
- CALLS_FAILED_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ChannelData
-
- CALLS_FAILED_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ServerData
-
- CALLS_FINISHED_WITH_DROP_FIELD_NUMBER - Static variable in class io.grpc.lb.v1.ClientStats
-
- CALLS_STARTED_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ChannelData
-
- CALLS_STARTED_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ServerData
-
- CALLS_SUCCEEDED_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ChannelData
-
- CALLS_SUCCEEDED_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ServerData
-
- CallStreamObserver<V> - Class in io.grpc.stub
-
A refinement of StreamObserver provided by the GRPC runtime to the application (the client or
the server) that allows for more complex interactions with call behavior.
- CallStreamObserver() - Constructor for class io.grpc.stub.CallStreamObserver
-
- cancel(String, Throwable) - Method in class io.grpc.ClientCall
-
Prevent any further processing for this ClientCall
.
- cancel(Throwable) - Method in class io.grpc.Context.CancellableContext
-
Cancel this context and optionally provide a cause (can be null
) for the
cancellation.
- cancel(String, Throwable) - Method in class io.grpc.stub.ClientCallStreamObserver
-
Prevent any further processing for this ClientCallStreamObserver
.
- cancel() - Method in class io.grpc.SynchronizationContext.ScheduledHandle
-
Cancel the task if it's still
pending
.
- cancellationCause() - Method in class io.grpc.Context.CancellableContext
-
- cancellationCause() - Method in class io.grpc.Context
-
If a context
Context.isCancelled()
then return the cause of the cancellation or
null
if context was cancelled without a cause.
- cancelled(Context) - Method in interface io.grpc.Context.CancellationListener
-
Notifies that a context was cancelled.
- CANCELLED - Static variable in class io.grpc.Status
-
The operation was cancelled (typically by the caller).
- canHandleEmptyAddressListFromNameResolution() - Method in class io.grpc.LoadBalancer
-
- canHandleEmptyAddressListFromNameResolution() - Method in class io.grpc.util.ForwardingLoadBalancer
-
- captureMetadata(T, AtomicReference<Metadata>, AtomicReference<Metadata>) - Static method in class io.grpc.stub.MetadataUtils
-
- CertificateUtils - Class in io.grpc.util
-
Contains certificate/key PEM file utility method(s).
- CertificateUtils() - Constructor for class io.grpc.util.CertificateUtils
-
- Channel - Class in io.grpc
-
A virtual connection to a conceptual endpoint, to perform RPCs.
- Channel() - Constructor for class io.grpc.Channel
-
- Channel - Class in io.grpc.channelz.v1
-
Channel is a logical grouping of channels, subchannels, and sockets.
- Channel.Builder - Class in io.grpc.channelz.v1
-
Channel is a logical grouping of channels, subchannels, and sockets.
- CHANNEL_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetChannelResponse
-
- CHANNEL_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetTopChannelsResponse
-
- CHANNEL_ID_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ChannelRef
-
- CHANNEL_ID_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetChannelRequest
-
- CHANNEL_REF_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Channel
-
- CHANNEL_REF_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ChannelTraceEvent
-
- CHANNEL_REF_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Subchannel
-
- channelBuilder(ManagedChannelBuilder<?>) - Static method in class io.grpc.ManagedChannelProvider.NewChannelBuilderResult
-
- ChannelConnectivityState - Class in io.grpc.channelz.v1
-
These come from the specified states in this document:
https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md
- ChannelConnectivityState.Builder - Class in io.grpc.channelz.v1
-
These come from the specified states in this document:
https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md
- ChannelConnectivityState.State - Enum in io.grpc.channelz.v1
-
Protobuf enum grpc.channelz.v1.ChannelConnectivityState.State
- ChannelConnectivityStateOrBuilder - Interface in io.grpc.channelz.v1
-
- ChannelCredentials - Class in io.grpc
-
Represents a security configuration to be used for channels.
- ChannelCredentials() - Constructor for class io.grpc.ChannelCredentials
-
- ChannelData - Class in io.grpc.channelz.v1
-
Channel data is data related to a specific Channel or Subchannel.
- ChannelData.Builder - Class in io.grpc.channelz.v1
-
Channel data is data related to a specific Channel or Subchannel.
- ChannelDataOrBuilder - Interface in io.grpc.channelz.v1
-
- channelFactory(ChannelFactory<? extends Channel>) - Method in class io.grpc.netty.NettyChannelBuilder
-
Specifies the ChannelFactory
to create Channel
instances.
- channelFactory(ChannelFactory<? extends ServerChannel>) - Method in class io.grpc.netty.NettyServerBuilder
-
Specifies the ChannelFactory
to create ServerChannel
instances.
- ChannelLogger - Class in io.grpc
-
A Channel-specific logger provided by GRPC library to
LoadBalancer
implementations.
- ChannelLogger() - Constructor for class io.grpc.ChannelLogger
-
- ChannelLogger.ChannelLogLevel - Enum in io.grpc
-
Log levels.
- ChannelOrBuilder - Interface in io.grpc.channelz.v1
-
- ChannelRef - Class in io.grpc.channelz.v1
-
ChannelRef is a reference to a Channel.
- ChannelRef.Builder - Class in io.grpc.channelz.v1
-
ChannelRef is a reference to a Channel.
- ChannelRefOrBuilder - Interface in io.grpc.channelz.v1
-
- ChannelTrace - Class in io.grpc.channelz.v1
-
ChannelTrace represents the recent events that have occurred on the channel.
- ChannelTrace.Builder - Class in io.grpc.channelz.v1
-
ChannelTrace represents the recent events that have occurred on the channel.
- ChannelTraceEvent - Class in io.grpc.channelz.v1
-
A trace event is an interesting thing that happened to a channel or
subchannel, such as creation, address resolution, subchannel creation, etc.
- ChannelTraceEvent.Builder - Class in io.grpc.channelz.v1
-
A trace event is an interesting thing that happened to a channel or
subchannel, such as creation, address resolution, subchannel creation, etc.
- ChannelTraceEvent.ChildRefCase - Enum in io.grpc.channelz.v1
-
- ChannelTraceEvent.Severity - Enum in io.grpc.channelz.v1
-
The supported severity levels of trace events.
- ChannelTraceEventOrBuilder - Interface in io.grpc.channelz.v1
-
- ChannelTraceOrBuilder - Interface in io.grpc.channelz.v1
-
- channelType(Class<? extends Channel>) - Method in class io.grpc.netty.NettyChannelBuilder
-
Specifies the channel type to use, by default we use EpollSocketChannel
if available,
otherwise using NioSocketChannel
.
- channelType(Class<? extends ServerChannel>) - Method in class io.grpc.netty.NettyServerBuilder
-
Specifies the channel type to use, by default we use EpollServerSocketChannel
if
available, otherwise using NioServerSocketChannel
.
- channelUnused - Variable in class io.grpc.netty.GrpcHttp2ConnectionHandler
-
- ChannelzGrpc - Class in io.grpc.channelz.v1
-
Channelz is a service exposed by gRPC servers that provides detailed debug
information.
- ChannelzGrpc.AsyncService - Interface in io.grpc.channelz.v1
-
Channelz is a service exposed by gRPC servers that provides detailed debug
information.
- ChannelzGrpc.ChannelzBlockingStub - Class in io.grpc.channelz.v1
-
A stub to allow clients to do synchronous rpc calls to service Channelz.
- ChannelzGrpc.ChannelzFutureStub - Class in io.grpc.channelz.v1
-
A stub to allow clients to do ListenableFuture-style rpc calls to service Channelz.
- ChannelzGrpc.ChannelzImplBase - Class in io.grpc.channelz.v1
-
Base class for the server implementation of the service Channelz.
- ChannelzGrpc.ChannelzStub - Class in io.grpc.channelz.v1
-
A stub to allow clients to do asynchronous rpc calls to service Channelz.
- ChannelzImplBase() - Constructor for class io.grpc.channelz.v1.ChannelzGrpc.ChannelzImplBase
-
- ChannelzProto - Class in io.grpc.channelz.v1
-
- ChannelzService - Class in io.grpc.protobuf.services
-
The channelz service provides stats about a running gRPC process.
- ChannelzService - Class in io.grpc.services
-
- check(HealthCheckRequest, StreamObserver<HealthCheckResponse>) - Method in interface io.grpc.health.v1.HealthGrpc.AsyncService
-
If the requested service is unknown, the call will fail with status
NOT_FOUND.
- check(HealthCheckRequest) - Method in class io.grpc.health.v1.HealthGrpc.HealthBlockingStub
-
If the requested service is unknown, the call will fail with status
NOT_FOUND.
- check(HealthCheckRequest) - Method in class io.grpc.health.v1.HealthGrpc.HealthFutureStub
-
If the requested service is unknown, the call will fail with status
NOT_FOUND.
- check(HealthCheckRequest, StreamObserver<HealthCheckResponse>) - Method in class io.grpc.health.v1.HealthGrpc.HealthStub
-
If the requested service is unknown, the call will fail with status
NOT_FOUND.
- checkClientTrusted(X509Certificate[], String) - Method in class io.grpc.util.AdvancedTlsX509TrustManager
-
- checkClientTrusted(X509Certificate[], String, Socket) - Method in class io.grpc.util.AdvancedTlsX509TrustManager
-
- checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class io.grpc.util.AdvancedTlsX509TrustManager
-
- CheckedForwardingClientCall(ClientCall<ReqT, RespT>) - Constructor for class io.grpc.ClientInterceptors.CheckedForwardingClientCall
-
- checkedStart(ClientCall.Listener<RespT>, Metadata) - Method in class io.grpc.ClientInterceptors.CheckedForwardingClientCall
-
Subclasses implement the start logic here that would normally belong to start()
.
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class io.grpc.util.AdvancedTlsX509TrustManager
-
- checkServerTrusted(X509Certificate[], String) - Method in class io.grpc.util.AdvancedTlsX509TrustManager
-
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class io.grpc.util.AdvancedTlsX509TrustManager
-
- childPolicy - Variable in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig
-
- ChoiceChannelCredentials - Class in io.grpc
-
- ChoiceServerCredentials - Class in io.grpc
-
- chooseClientAlias(String[], Principal[], Socket) - Method in class io.grpc.util.AdvancedTlsX509KeyManager
-
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class io.grpc.util.AdvancedTlsX509KeyManager
-
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class io.grpc.util.AdvancedTlsX509KeyManager
-
- chooseServerAlias(String, Principal[], Socket) - Method in class io.grpc.util.AdvancedTlsX509KeyManager
-
- clear() - Method in class io.grpc.binarylog.v1.Address.Builder
-
- clear() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
- clear() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
- clear() - Method in class io.grpc.binarylog.v1.Message.Builder
-
- clear() - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
- clear() - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
- clear() - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
-
- clear() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
- clear() - Method in class io.grpc.channelz.v1.Address.Builder
-
- clear() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
- clear() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
-
- clear() - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
-
- clear() - Method in class io.grpc.channelz.v1.Channel.Builder
-
- clear() - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
-
- clear() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
- clear() - Method in class io.grpc.channelz.v1.ChannelRef.Builder
-
- clear() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
- clear() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
-
- clear() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
- clear() - Method in class io.grpc.channelz.v1.Security.Builder
-
- clear() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
- clear() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
- clear() - Method in class io.grpc.channelz.v1.Server.Builder
-
- clear() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
- clear() - Method in class io.grpc.channelz.v1.ServerRef.Builder
-
- clear() - Method in class io.grpc.channelz.v1.Socket.Builder
-
- clear() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
- clear() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
- clear() - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
- clear() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
- clear() - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
-
- clear() - Method in class io.grpc.channelz.v1.SocketRef.Builder
-
- clear() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
- clear() - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
- clear() - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
-
- clear() - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
-
- clear() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
- clear() - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
- clear() - Method in class io.grpc.lb.v1.FallbackResponse.Builder
-
- clear() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
-
- clear() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
-
- clear() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
- clear() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
- clear() - Method in class io.grpc.lb.v1.Server.Builder
-
- clear() - Method in class io.grpc.lb.v1.ServerList.Builder
-
- clear() - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
- clear() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
- clear() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
- clear() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
- clear() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
- clear() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
- clear() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
- clear() - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
-
- clearActive() - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
active maps to `struct linger.l_onoff`
- clearAdditional() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
Additional data associated with the socket option.
- clearAddress() - Method in class io.grpc.binarylog.v1.Address.Builder
-
string address = 2;
- clearAddress() - Method in class io.grpc.channelz.v1.Address.Builder
-
- clearAllExtensionNumbersOfType() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Finds the tag numbers used by all known extensions of extendee_type, and
appends them to ExtensionNumberResponse in an undefined order.
- clearAllExtensionNumbersResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer all_extension_numbers_of_type requst.
- clearAuthority() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
A single process may be used to run multiple virtual
servers with different identities.
- clearBaseTypeName() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
Full name of the base type, including the package name.
- clearCallId() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Uniquely identifies a call.
- clearCallsFailed() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The number of calls that have completed with a non-OK status
- clearCallsFailed() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The number of incoming calls that have a completed with a non-OK status
- clearCallsFinishedWithDrop() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- clearCallsStarted() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The number of calls started on the channel
- clearCallsStarted() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The number of incoming calls started on the server
- clearCallsSucceeded() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The number of calls that have completed with an OK status
- clearCallsSucceeded() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The number of incoming calls that have completed with an OK status
- clearChannel() - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
-
The Channel that corresponds to the requested channel_id.
- clearChannel() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- clearChannelId() - Method in class io.grpc.channelz.v1.ChannelRef.Builder
-
The globally unique id for this channel.
- clearChannelId() - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
-
channel_id is the identifier of the specific channel to get.
- clearChannelRef() - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- clearChannelRef() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
.grpc.channelz.v1.ChannelRef channel_ref = 4;
- clearChannelRef() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- clearChildRef() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
- clearCipherSuite() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
- clearClientHeader() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.ClientHeader client_header = 6;
- clearClientStats() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
- clearClientStatsReportInterval() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
-
This interval defines how often the client should send the client stats
to the load balancer.
- clearContainingType() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
Fully-qualified type name.
- clearCpuUtilizationMetric() - Method in class io.grpc.services.MetricRecorder
-
Clear the CPU utilization metrics data.
- clearCreationTimestamp() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
Time that this channel was created.
- clearData() - Method in class io.grpc.binarylog.v1.Message.Builder
-
May be truncated or omitted.
- clearData() - Method in class io.grpc.channelz.v1.Channel.Builder
-
Data specific to this channel.
- clearData() - Method in class io.grpc.channelz.v1.Server.Builder
-
The associated data of the Server.
- clearData() - Method in class io.grpc.channelz.v1.Socket.Builder
-
Data specific to this Socket.
- clearData() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
Data specific to this channel.
- clearDescription() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
High level description of the event.
- clearDrop() - Method in class io.grpc.lb.v1.Server.Builder
-
Indicates whether this particular request should be dropped by the client.
- clearDuration() - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
duration maps to `struct linger.l_linger`
- clearDuration() - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
-
.google.protobuf.Duration duration = 1;
- clearEnd() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
If set, indicates that the list of sockets is the final list.
- clearEnd() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
If set, indicates that the list of servers is the final list.
- clearEnd() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
If set, indicates that the list of channels is the final list.
- clearEntry() - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- clearErrorCode() - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
This field uses the error codes defined in grpc::StatusCode.
- clearErrorMessage() - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
string error_message = 2;
- clearErrorResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used when an error occurs.
- clearEvents() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- clearExtensionNumber() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- clearExtensionNumber() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
int32 extension_number = 2;
- clearFallbackResponse() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
- clearFileByFilename() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find a proto file by the file name.
- clearFileContainingExtension() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find the proto file which defines an extension extending the given
message type with the given field number.
- clearFileContainingSymbol() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find the proto file that declares the given fully-qualified symbol name.
- clearFileDescriptorProto() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- clearFileDescriptorResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer file_by_filename, file_containing_symbol,
file_containing_extension requests with transitive dependencies.
- clearFilename() - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
-
string filename = 1;
- clearHost() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
string host = 1;
- clearInitialRequest() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
This message should be sent on the first request to the load balancer.
- clearInitialResponse() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
This message should be sent on the first response to the client.
- clearIpAddress() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
-
Either the IPv4 or IPv6 address in bytes.
- clearIpAddress() - Method in class io.grpc.lb.v1.Server.Builder
-
A resolved address for the server, serialized in network-byte-order.
- clearIpPort() - Method in class io.grpc.binarylog.v1.Address.Builder
-
only for TYPE_IPV4 and TYPE_IPV6
- clearKeepAlivesSent() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of keep alives sent.
- clearKey() - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
string key = 1;
- clearLastCallStartedTimestamp() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The last time a call was started on the channel.
- clearLastCallStartedTimestamp() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The last time a call was started on the server.
- clearLastLocalStreamCreatedTimestamp() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a stream was created by this endpoint.
- clearLastMessageReceivedTimestamp() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a message was received by this endpoint.
- clearLastMessageSentTimestamp() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a message was sent by this endpoint.
- clearLastRemoteStreamCreatedTimestamp() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a stream was created by the remote endpoint.
- clearLength() - Method in class io.grpc.binarylog.v1.Message.Builder
-
Length of the message.
- clearListenSocket() - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- clearListServices() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
List the full names of registered services.
- clearListServicesResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer list_services request.
- clearLoadBalanceRequestType() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
- clearLoadBalanceResponseType() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
- clearLoadBalanceToken() - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
See Server.load_balance_token.
- clearLoadBalanceToken() - Method in class io.grpc.lb.v1.Server.Builder
-
An opaque but printable token for load reporting.
- clearLocal() - Method in class io.grpc.channelz.v1.Socket.Builder
-
The locally bound address.
- clearLocalCertificate() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
the certificate used by this endpoint.
- clearLocalFlowControlWindow() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The amount of window, granted to the local endpoint by the remote endpoint.
- clearLogger() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
One of the above Logger enum
- clearMaxResults() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
If non-zero, the server will return a page of results containing
at most this many items.
- clearMaxResults() - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
-
If non-zero, the server will return a page of results containing
at most this many items.
- clearMaxResults() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
-
If non-zero, the server will return a page of results containing
at most this many items.
- clearMemoryUtilizationMetric() - Method in class io.grpc.services.MetricRecorder
-
Clear the memory utilization metrics data.
- clearMessage() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
- clearMessageRequest() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
- clearMessageResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
- clearMessagesReceived() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of grpc messages received on this socket.
- clearMessagesSent() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of grpc messages successfully sent on this socket.
- clearMetadata() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
This contains only the metadata from the application.
- clearMetadata() - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
-
This contains only the metadata from the application.
- clearMetadata() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
This contains only the metadata from the application.
- clearMethodName() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
The name of the RPC method, which looks something like:
/<service>/<method>
Note the leading "/" character.
- clearModel() - Method in class io.grpc.channelz.v1.Security.Builder
-
- clearName() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
The human readable version of the value.
- clearName() - Method in class io.grpc.channelz.v1.ChannelRef.Builder
-
An optional name associated with the channel.
- clearName() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
The human readable version of the value.
- clearName() - Method in class io.grpc.channelz.v1.ServerRef.Builder
-
An optional name associated with the server.
- clearName() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
The full name of the socket option.
- clearName() - Method in class io.grpc.channelz.v1.SocketRef.Builder
-
An optional name associated with the socket.
- clearName() - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
An optional name associated with the subchannel.
- clearName() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
-
The name of the load balanced service (e.g., service.googleapis.com).
- clearName() - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
-
Full name of a registered service, including its package name.
- clearNumCalls() - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
The total number of RPCs that finished associated with the token.
- clearNumCallsFinished() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The total number of RPCs that finished.
- clearNumCallsFinishedKnownReceived() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The total number of RPCs that finished and are known to have been received
by a server.
- clearNumCallsFinishedWithClientFailedToSend() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The total number of RPCs that failed to reach a server except dropped RPCs.
- clearNumCallsStarted() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The total number of RPCs that started.
- clearNumEventsLogged() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
Number of events ever logged in this tracing object.
- clearOption() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- clearOriginalRequest() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
.grpc.reflection.v1alpha.ServerReflectionRequest original_request = 2;
- clearOther() - Method in class io.grpc.channelz.v1.Security.Builder
-
.grpc.channelz.v1.Security.OtherSecurity other = 2;
- clearOtherAddress() - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
- clearOtherName() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
Some other way to describe the cipher suite if
the RFC 4346 name is not available.
- clearPayload() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
- clearPayloadTruncated() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
true if payload does not represent the full message or metadata.
- clearPeer() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Peer address information, will only be recorded on the first
incoming event.
- clearPort() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
-
0-64k, or -1 if not appropriate.
- clearPort() - Method in class io.grpc.lb.v1.Server.Builder
-
A resolved port number for the server.
- clearQpsMetric() - Method in class io.grpc.services.MetricRecorder
-
Clear the QPS metrics data.
- clearRef() - Method in class io.grpc.channelz.v1.Channel.Builder
-
The identifier for this channel.
- clearRef() - Method in class io.grpc.channelz.v1.Server.Builder
-
The identifier for a Server.
- clearRef() - Method in class io.grpc.channelz.v1.Socket.Builder
-
The identifier for the Socket.
- clearRef() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
The identifier for this channel.
- clearRemote() - Method in class io.grpc.channelz.v1.Socket.Builder
-
The remote bound address.
- clearRemoteCertificate() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
the certificate used by the remote endpoint.
- clearRemoteFlowControlWindow() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The amount of window, granted to the remote endpoint by the local endpoint.
- clearRemoteName() - Method in class io.grpc.channelz.v1.Socket.Builder
-
Optional, represents the name of the remote endpoint, if different than
the original target name.
- clearSecurity() - Method in class io.grpc.channelz.v1.Socket.Builder
-
Security details for this socket.
- clearSequenceIdWithinCall() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
The entry sequence id for this call.
- clearServer() - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
-
The Server that corresponds to the requested server_id.
- clearServer() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- clearServerHeader() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.ServerHeader server_header = 7;
- clearServerId() - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
-
server_id is the identifier of the specific server to get.
- clearServerId() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
int64 server_id = 1;
- clearServerId() - Method in class io.grpc.channelz.v1.ServerRef.Builder
-
A globally unique identifier for this server.
- clearServerList() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
Contains the list of servers selected by the load balancer.
- clearServers() - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- clearService() - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
-
string service = 1;
- clearService() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- clearSeverity() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
the severity of the trace event
- clearSocket() - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
-
The Socket that corresponds to the requested socket_id.
- clearSocketId() - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
-
socket_id is the identifier of the specific socket to get.
- clearSocketId() - Method in class io.grpc.channelz.v1.SocketRef.Builder
-
The globally unique id for this socket.
- clearSocketRef() - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- clearSocketRef() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- clearSocketRef() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- clearStandardName() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
The cipher suite name in the RFC 4346 format:
https://tools.ietf.org/html/rfc4346#appendix-C
- clearStartChannelId() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
-
start_channel_id indicates that only channels at or above this id should be
included in the results.
- clearStartServerId() - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
-
start_server_id indicates that only servers at or above this id should be
included in the results.
- clearStartSocketId() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
start_socket_id indicates that only sockets at or above this id should be
included in the results.
- clearState() - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
-
.grpc.channelz.v1.ChannelConnectivityState.State state = 1;
- clearState() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The connectivity state of the channel or subchannel.
- clearStatus() - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
-
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;
- clearStatus(String) - Method in class io.grpc.protobuf.services.HealthStatusManager
-
Clears the health status record of a service.
- clearStatus(String) - Method in class io.grpc.services.HealthStatusManager
-
Deprecated.
Clears the health status record of a service.
- clearStatusCode() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
The gRPC status code.
- clearStatusDetails() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
The value of the 'grpc-status-details-bin' metadata key.
- clearStatusMessage() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
An original status message before any transport specific
encoding.
- clearStreamsFailed() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of streams that have ended unsuccessfully:
On client side, ended without receiving frame with eos bit set;
On server side, ended without sending frame with eos bit set.
- clearStreamsStarted() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of streams that have been started.
- clearStreamsSucceeded() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of streams that have ended successfully:
On client side, received frame with eos bit set;
On server side, sent frame with eos bit set.
- clearSubchannel() - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
-
The Subchannel that corresponds to the requested subchannel_id.
- clearSubchannelId() - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
-
subchannel_id is the identifier of the specific subchannel to get.
- clearSubchannelId() - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
The globally unique id for this subchannel.
- clearSubchannelRef() - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- clearSubchannelRef() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
.grpc.channelz.v1.SubchannelRef subchannel_ref = 5;
- clearSubchannelRef() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- clearSummary() - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
-
If true, the response will contain only high level information
that is inexpensive to obtain.
- clearTarget() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The target this channel originally tried to connect to.
- clearTcpiAdvmss() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_advmss = 28;
- clearTcpiAto() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_ato = 10;
- clearTcpiBackoff() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_backoff = 5;
- clearTcpiCaState() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_ca_state = 2;
- clearTcpiFackets() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_fackets = 17;
- clearTcpiLastAckRecv() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_last_ack_recv = 21;
- clearTcpiLastAckSent() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_last_ack_sent = 19;
- clearTcpiLastDataRecv() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_last_data_recv = 20;
- clearTcpiLastDataSent() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_last_data_sent = 18;
- clearTcpiLost() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_lost = 15;
- clearTcpiOptions() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_options = 6;
- clearTcpipAddress() - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
- clearTcpiPmtu() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_pmtu = 22;
- clearTcpiProbes() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_probes = 4;
- clearTcpiRcvMss() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rcv_mss = 12;
- clearTcpiRcvSsthresh() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rcv_ssthresh = 23;
- clearTcpiRcvWscale() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rcv_wscale = 8;
- clearTcpiReordering() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_reordering = 29;
- clearTcpiRetrans() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_retrans = 16;
- clearTcpiRetransmits() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_retransmits = 3;
- clearTcpiRto() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rto = 9;
- clearTcpiRtt() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rtt = 24;
- clearTcpiRttvar() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rttvar = 25;
- clearTcpiSacked() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_sacked = 14;
- clearTcpiSndCwnd() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_snd_cwnd = 27;
- clearTcpiSndMss() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_snd_mss = 11;
- clearTcpiSndSsthresh() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_snd_ssthresh = 26;
- clearTcpiSndWscale() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_snd_wscale = 7;
- clearTcpiState() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_state = 1;
- clearTcpiUnacked() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_unacked = 13;
- clearTimeout() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
the RPC timeout
- clearTimestamp() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
The timestamp of the binary log message
- clearTimestamp() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
When this event occurred.
- clearTimestamp() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The timestamp of generating the report.
- clearTls() - Method in class io.grpc.channelz.v1.Security.Builder
-
.grpc.channelz.v1.Security.Tls tls = 1;
- clearTrace() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
A trace of recent events on the channel.
- clearTrace() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
A trace of recent events on the server.
- clearTrailer() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.Trailer trailer = 9;
- clearType() - Method in class io.grpc.binarylog.v1.Address.Builder
-
.grpc.binarylog.v1.Address.Type type = 1;
- clearType() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;
- clearUdsAddress() - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
- clearValidHost() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
string valid_host = 1;
- clearValue() - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
bytes value = 2;
- clearValue() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
The actual address message.
- clearValue() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
The actual security details message.
- clearValue() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
The human readable value of this socket option.
- CLIENT_HEADER_FIELD_NUMBER - Static variable in class io.grpc.binarylog.v1.GrpcLogEntry
-
- CLIENT_STATS_FIELD_NUMBER - Static variable in class io.grpc.lb.v1.LoadBalanceRequest
-
- CLIENT_STATS_REPORT_INTERVAL_FIELD_NUMBER - Static variable in class io.grpc.lb.v1.InitialLoadBalanceResponse
-
- clientAuth(TlsServerCredentials.ClientAuth) - Method in class io.grpc.TlsServerCredentials.Builder
-
Indicates whether the server should expect a client's identity.
- ClientAuthInterceptor - Class in io.grpc.auth
-
- ClientAuthInterceptor(Credentials, Executor) - Constructor for class io.grpc.auth.ClientAuthInterceptor
-
Deprecated.
- ClientCall<ReqT,RespT> - Class in io.grpc
-
An instance of a call to a remote method.
- ClientCall() - Constructor for class io.grpc.ClientCall
-
- ClientCall.Listener<T> - Class in io.grpc
-
Callbacks for receiving metadata, response messages and completion status from the server.
- ClientCalls - Class in io.grpc.stub
-
Utility functions for processing different call idioms.
- ClientCallStreamObserver<ReqT> - Class in io.grpc.stub
-
A refinement of
CallStreamObserver
that allows for lower-level interaction with
client calls.
- ClientCallStreamObserver() - Constructor for class io.grpc.stub.ClientCallStreamObserver
-
- ClientHeader - Class in io.grpc.binarylog.v1
-
Protobuf type grpc.binarylog.v1.ClientHeader
- ClientHeader.Builder - Class in io.grpc.binarylog.v1
-
Protobuf type grpc.binarylog.v1.ClientHeader
- ClientHeaderOrBuilder - Interface in io.grpc.binarylog.v1
-
- ClientInterceptor - Interface in io.grpc
-
Interface for intercepting outgoing calls before they are dispatched by a
Channel
.
- ClientInterceptors - Class in io.grpc
-
- ClientInterceptors.CheckedForwardingClientCall<ReqT,RespT> - Class in io.grpc
-
- ClientResponseObserver<ReqT,RespT> - Interface in io.grpc.stub
-
Specialization of
StreamObserver
implemented by clients in order to interact with the
advanced features of a call such as flow-control.
- clientSendsOneMessage() - Method in enum io.grpc.MethodDescriptor.MethodType
-
Returns true
for UNARY
and SERVER_STREAMING
, which do not permit the
client to stream.
- ClientStats - Class in io.grpc.lb.v1
-
Contains client level statistics that are useful to load balancing.
- ClientStats.Builder - Class in io.grpc.lb.v1
-
Contains client level statistics that are useful to load balancing.
- ClientStatsOrBuilder - Interface in io.grpc.lb.v1
-
- ClientStatsPerToken - Class in io.grpc.lb.v1
-
Contains the number of calls finished for a particular load balance token.
- ClientStatsPerToken.Builder - Class in io.grpc.lb.v1
-
Contains the number of calls finished for a particular load balance token.
- ClientStatsPerTokenOrBuilder - Interface in io.grpc.lb.v1
-
- ClientStreamTracer - Class in io.grpc
-
- ClientStreamTracer() - Constructor for class io.grpc.ClientStreamTracer
-
- ClientStreamTracer.Factory - Class in io.grpc
-
- ClientStreamTracer.StreamInfo - Class in io.grpc
-
Information about a stream.
- ClientStreamTracer.StreamInfo.Builder - Class in io.grpc
-
- close() - Method in class io.grpc.Context.CancellableContext
-
Cleans up this object by calling cancel(null)
.
- close() - Method in class io.grpc.protobuf.services.BinaryLogProvider
-
- close(Status, Metadata) - Method in class io.grpc.ServerCall
-
Close the call with the provided status.
- close() - Method in interface io.grpc.util.AdvancedTlsX509KeyManager.Closeable
-
- close() - Method in interface io.grpc.util.AdvancedTlsX509TrustManager.Closeable
-
- Codec - Interface in io.grpc
-
Encloses classes related to the compression and decompression of messages.
- Codec.Gzip - Class in io.grpc
-
A gzip compressor and decompressor.
- Codec.Identity - Class in io.grpc
-
The "identity", or "none" codec.
- compareTo(Deadline) - Method in class io.grpc.Deadline
- CompositeCallCredentials - Class in io.grpc
-
Uses multiple CallCredentials
as if they were one.
- CompositeCallCredentials(CallCredentials, CallCredentials) - Constructor for class io.grpc.CompositeCallCredentials
-
- CompositeChannelCredentials - Class in io.grpc
-
- compress(OutputStream) - Method in class io.grpc.Codec.Gzip
-
- compress(OutputStream) - Method in class io.grpc.Codec.Identity
-
- compress(OutputStream) - Method in interface io.grpc.Compressor
-
Wraps an existing output stream with a compressing output stream.
- Compressor - Interface in io.grpc
-
Represents a message compressor.
- CompressorRegistry - Class in io.grpc
-
Encloses classes related to the compression and decompression of messages.
- compressorRegistry(CompressorRegistry) - Method in class io.grpc.ForwardingChannelBuilder
-
- compressorRegistry(CompressorRegistry) - Method in class io.grpc.ForwardingServerBuilder
-
- compressorRegistry(CompressorRegistry) - Method in class io.grpc.ManagedChannelBuilder
-
Set the compression registry for use in the channel.
- compressorRegistry(CompressorRegistry) - Method in class io.grpc.ServerBuilder
-
Set the compression registry for use in the channel.
- configure(SslContextBuilder) - Static method in class io.grpc.netty.GrpcSslContexts
-
Set ciphers and APN appropriate for gRPC.
- configure(SslContextBuilder, SslProvider) - Static method in class io.grpc.netty.GrpcSslContexts
-
Set ciphers and APN appropriate for gRPC.
- configure(SslContextBuilder, Provider) - Static method in class io.grpc.netty.GrpcSslContexts
-
Set ciphers and APN appropriate for gRPC.
- CONNECTING_VALUE - Static variable in enum io.grpc.channelz.v1.ChannelConnectivityState.State
-
CONNECTING = 2;
- connectionSpec(ConnectionSpec) - Method in class io.grpc.okhttp.OkHttpChannelBuilder
-
For secure connection, provides a ConnectionSpec to specify Cipher suite and
TLS versions.
- ConnectivityState - Enum in io.grpc
-
The connectivity states.
- ConnectivityStateInfo - Class in io.grpc
-
- CONTAINING_TYPE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ExtensionRequest
-
- containsKey(Metadata.Key<?>) - Method in class io.grpc.Metadata
-
Returns true if a value is defined for the given key.
- Context - Class in io.grpc
-
A context propagation mechanism which can carry scoped-values across API boundaries and between
threads.
- Context.CancellableContext - Class in io.grpc
-
A context which inherits cancellation from its parent but which can also be independently
cancelled and which will propagate cancellation to its descendants.
- Context.CancellationListener - Interface in io.grpc
-
A listener notified on context cancellation.
- Context.Key<T> - Class in io.grpc
-
Key for indexing values stored in a context.
- Context.Storage - Class in io.grpc
-
Defines the mechanisms for attaching and detaching the "current" context.
- Contexts - Class in io.grpc
-
Utility methods for working with
Context
s in GRPC.
- copyWithFlowControl(Iterator<V>, CallStreamObserver<V>) - Static method in class io.grpc.stub.StreamObservers
-
- copyWithFlowControl(Iterable<V>, CallStreamObserver<V>) - Static method in class io.grpc.stub.StreamObservers
-
- create(String) - Static method in class io.grpc.Attributes.Key
-
- create(String) - Static method in class io.grpc.CallOptions.Key
-
- create(ChannelCredentials...) - Static method in class io.grpc.ChoiceChannelCredentials
-
Constructs with the provided creds
as options, with preferred credentials first.
- create(ServerCredentials...) - Static method in class io.grpc.ChoiceServerCredentials
-
Constructs with the provided creds
as options, with preferred credentials first.
- create(ChannelCredentials, CallCredentials) - Static method in class io.grpc.CompositeChannelCredentials
-
- create() - Static method in class io.grpc.InsecureChannelCredentials
-
- create() - Static method in class io.grpc.InsecureServerCredentials
-
- create(String) - Static method in class io.grpc.LoadBalancer.CreateSubchannelArgs.Key
-
- create(MethodDescriptor.MethodType, String, MethodDescriptor.Marshaller<RequestT>, MethodDescriptor.Marshaller<ResponseT>) - Static method in class io.grpc.MethodDescriptor
-
- create() - Static method in class io.grpc.netty.InsecureFromHttp1ChannelCredentials
-
Creates an insecure credential that will upgrade from HTTP/1 to HTTP/2.
- create(SslContext) - Static method in class io.grpc.netty.NettySslContextChannelCredentials
-
Create a credential using Netty's SslContext as configuration.
- create(SslContext) - Static method in class io.grpc.netty.NettySslContextServerCredentials
-
Create a credential using Netty's SslContext as configuration.
- create(SSLSocketFactory) - Static method in class io.grpc.okhttp.SslSocketFactoryChannelCredentials
-
- create(SSLSocketFactory) - Static method in class io.grpc.okhttp.SslSocketFactoryServerCredentials
-
- create(SSLSocketFactory, ConnectionSpec) - Static method in class io.grpc.okhttp.SslSocketFactoryServerCredentials
-
- create(MethodDescriptor<ReqT, RespT>, ServerCallHandler<ReqT, RespT>) - Static method in class io.grpc.ServerMethodDefinition
-
Create a new instance.
- create() - Static method in class io.grpc.testing.StreamRecorder
-
Deprecated.
Creates a new recorder.
- create() - Static method in class io.grpc.TlsChannelCredentials
-
Use TLS with its defaults.
- create(File, File) - Static method in class io.grpc.TlsServerCredentials
-
Creates an instance using provided certificate chain and private key.
- create(InputStream, InputStream) - Static method in class io.grpc.TlsServerCredentials
-
Creates an instance using provided certificate chain and private key.
- create(MetricRecorder) - Static method in class io.grpc.xds.orca.OrcaMetricReportingServerInterceptor
-
- create(ChannelCredentials) - Static method in class io.grpc.xds.XdsChannelCredentials
-
Creates credentials to be configured by xDS, falling back to other credentials if no
TLS configuration is provided by xDS.
- create(ServerCredentials) - Static method in class io.grpc.xds.XdsServerCredentials
-
Creates credentials to be configured by xDS, falling back to other credentials if no
TLS configuration is provided by xDS.
- createBinaryLog() - Static method in class io.grpc.protobuf.services.BinaryLogs
-
Creates a binary log that writes to a temp file.
- createBinaryLog(BinaryLogSink) - Static method in class io.grpc.protobuf.services.BinaryLogs
-
Deprecated.
- createBinaryLog(BinaryLogSink, String) - Static method in class io.grpc.protobuf.services.BinaryLogs
-
- createBinaryLog() - Static method in class io.grpc.services.BinaryLogs
-
Deprecated.
Creates a binary log that writes to a temp file.
- createBinaryLog(BinaryLogSink) - Static method in class io.grpc.services.BinaryLogs
-
Deprecated.
- createBinaryLog(BinaryLogSink, String) - Static method in class io.grpc.services.BinaryLogs
-
Deprecated.
- createOobChannel(EquivalentAddressGroup, String) - Method in class io.grpc.LoadBalancer.Helper
-
Out-of-band channel for LoadBalancer’s own RPC needs, e.g., talking to an external
load-balancer service.
- createOobChannel(List<EquivalentAddressGroup>, String) - Method in class io.grpc.LoadBalancer.Helper
-
Accept a list of EAG for multiple authorities: https://github.com/grpc/grpc-java/issues/4618
- createOobChannel(EquivalentAddressGroup, String) - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- createOobChannel(List<EquivalentAddressGroup>, String) - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- createPendingStream() - Method in class io.grpc.ClientStreamTracer
-
Name resolution is completed and the connection starts getting established.
- createPendingStream() - Method in class io.grpc.util.ForwardingClientStreamTracer
-
- createReadyPicker(List<LoadBalancer.Subchannel>) - Method in class io.grpc.util.RoundRobinLoadBalancer
-
- createResolvingOobChannel(String) - Method in class io.grpc.LoadBalancer.Helper
-
Creates an out-of-band channel for LoadBalancer's own RPC needs, e.g., talking to an external
load-balancer service, that is specified by a target string.
- createResolvingOobChannel(String) - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- createResolvingOobChannelBuilder(String) - Method in class io.grpc.LoadBalancer.Helper
-
- createResolvingOobChannelBuilder(String, ChannelCredentials) - Method in class io.grpc.LoadBalancer.Helper
-
Creates an out-of-band channel builder for LoadBalancer's own RPC needs, e.g., talking to an
external load-balancer service, that is specified by a target string and credentials.
- createResolvingOobChannelBuilder(String) - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
Deprecated.
- createResolvingOobChannelBuilder(String, ChannelCredentials) - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- createService(ScheduledExecutorService, MetricRecorder, long, TimeUnit) - Static method in class io.grpc.xds.orca.OrcaServiceImpl
-
Constructs a service to report server metrics.
- createService(ScheduledExecutorService, MetricRecorder) - Static method in class io.grpc.xds.orca.OrcaServiceImpl
-
- createSocketAddress(SocketAddress, Attributes) - Method in class io.grpc.netty.NettyChannelBuilder.LocalSocketPicker
-
Called by gRPC to pick local socket to bind to.
- createSubchannel(LoadBalancer.CreateSubchannelArgs) - Method in class io.grpc.LoadBalancer.Helper
-
Creates a Subchannel, which is a logical connection to the given group of addresses which are
considered equivalent.
- createSubchannel(LoadBalancer.CreateSubchannelArgs) - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- createWithDefault(String, T) - Static method in class io.grpc.CallOptions.Key
-
- createWithDefault(String, T) - Static method in class io.grpc.LoadBalancer.CreateSubchannelArgs.Key
-
- CREATION_TIMESTAMP_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ChannelTrace
-
- CsdsService - Class in io.grpc.xds
-
The CSDS service provides information about the status of a running xDS client.
- CT_ERROR_VALUE - Static variable in enum io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
CT_ERROR = 3;
- CT_INFO_VALUE - Static variable in enum io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
CT_INFO = 1;
- CT_UNKNOWN_VALUE - Static variable in enum io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
CT_UNKNOWN = 0;
- CT_WARNING_VALUE - Static variable in enum io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
CT_WARNING = 2;
- current() - Static method in class io.grpc.Context
-
Return the context associated with the current scope, will never return null
.
- current() - Method in class io.grpc.Context.Storage
-
- currentContextExecutor(Executor) - Static method in class io.grpc.Context
-
- currentPicker - Variable in class io.grpc.util.RoundRobinLoadBalancer
-
- generateFullMethodName(String, String) - Static method in class io.grpc.MethodDescriptor
-
Generate the fully qualified method name.
- generateName() - Static method in class io.grpc.inprocess.InProcessServerBuilder
-
Generates a new server name that is unique each time.
- get(Attributes.Key<T>) - Method in class io.grpc.Attributes
-
Gets the value for the key, or null
if it's not present.
- get() - Method in class io.grpc.Context.Key
-
- get(Context) - Method in class io.grpc.Context.Key
-
Get the value from the specified context for this key.
- get(Metadata.Key<T>) - Method in class io.grpc.Metadata
-
Returns the last metadata entry added with the name 'name' parsed as T.
- getAcceptedIssuers() - Method in class io.grpc.util.AdvancedTlsX509TrustManager
-
- getActive() - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
active maps to `struct linger.l_onoff`
- getActive() - Method in class io.grpc.channelz.v1.SocketOptionLinger
-
active maps to `struct linger.l_onoff`
- getActive() - Method in interface io.grpc.channelz.v1.SocketOptionLingerOrBuilder
-
active maps to `struct linger.l_onoff`
- getAdditional() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
Additional data associated with the socket option.
- getAdditional() - Method in class io.grpc.channelz.v1.SocketOption
-
Additional data associated with the socket option.
- getAdditional() - Method in interface io.grpc.channelz.v1.SocketOptionOrBuilder
-
Additional data associated with the socket option.
- getAdditionalBuilder() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
Additional data associated with the socket option.
- getAdditionalOrBuilder() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
Additional data associated with the socket option.
- getAdditionalOrBuilder() - Method in class io.grpc.channelz.v1.SocketOption
-
Additional data associated with the socket option.
- getAdditionalOrBuilder() - Method in interface io.grpc.channelz.v1.SocketOptionOrBuilder
-
Additional data associated with the socket option.
- getAddress() - Method in class io.grpc.binarylog.v1.Address.Builder
-
string address = 2;
- getAddress() - Method in class io.grpc.binarylog.v1.Address
-
string address = 2;
- getAddress() - Method in interface io.grpc.binarylog.v1.AddressOrBuilder
-
string address = 2;
- getAddressBytes() - Method in class io.grpc.binarylog.v1.Address.Builder
-
string address = 2;
- getAddressBytes() - Method in class io.grpc.binarylog.v1.Address
-
string address = 2;
- getAddressBytes() - Method in interface io.grpc.binarylog.v1.AddressOrBuilder
-
string address = 2;
- getAddressCase() - Method in class io.grpc.channelz.v1.Address.Builder
-
- getAddressCase() - Method in class io.grpc.channelz.v1.Address
-
- getAddressCase() - Method in interface io.grpc.channelz.v1.AddressOrBuilder
-
- getAddresses() - Method in class io.grpc.EquivalentAddressGroup
-
Returns an immutable list of the addresses.
- getAddresses() - Method in class io.grpc.LoadBalancer.CreateSubchannelArgs
-
Returns the addresses, which is an unmodifiable list.
- getAddresses() - Method in class io.grpc.LoadBalancer.ResolvedAddresses
-
Gets the server addresses.
- getAddresses() - Method in class io.grpc.LoadBalancer.Subchannel
-
Returns the addresses that this Subchannel is bound to.
- getAddresses() - Method in class io.grpc.NameResolver.ResolutionResult
-
Gets the addresses resolved by name resolution.
- getAdvertisedMessageEncodings() - Method in class io.grpc.DecompressorRegistry
-
Provides a list of all message encodings that have decompressors available and should be
advertised.
- getAll(Metadata.Key<T>) - Method in class io.grpc.Metadata
-
Returns all the metadata entries named 'name', in the order they were received, parsed as T, or
null if there are none.
- getAllAddresses() - Method in class io.grpc.LoadBalancer.Subchannel
-
Returns the addresses that this Subchannel is bound to.
- getAllAddresses() - Method in class io.grpc.util.ForwardingSubchannel
-
- getAllExtensionNumbersOfType() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Finds the tag numbers used by all known extensions of extendee_type, and
appends them to ExtensionNumberResponse in an undefined order.
- getAllExtensionNumbersOfType() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
Finds the tag numbers used by all known extensions of extendee_type, and
appends them to ExtensionNumberResponse in an undefined order.
- getAllExtensionNumbersOfType() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
Finds the tag numbers used by all known extensions of extendee_type, and
appends them to ExtensionNumberResponse in an undefined order.
- getAllExtensionNumbersOfTypeBytes() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Finds the tag numbers used by all known extensions of extendee_type, and
appends them to ExtensionNumberResponse in an undefined order.
- getAllExtensionNumbersOfTypeBytes() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
Finds the tag numbers used by all known extensions of extendee_type, and
appends them to ExtensionNumberResponse in an undefined order.
- getAllExtensionNumbersOfTypeBytes() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
Finds the tag numbers used by all known extensions of extendee_type, and
appends them to ExtensionNumberResponse in an undefined order.
- getAllExtensionNumbersResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer all_extension_numbers_of_type requst.
- getAllExtensionNumbersResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
This message is used to answer all_extension_numbers_of_type requst.
- getAllExtensionNumbersResponse() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
This message is used to answer all_extension_numbers_of_type requst.
- getAllExtensionNumbersResponseBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer all_extension_numbers_of_type requst.
- getAllExtensionNumbersResponseOrBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer all_extension_numbers_of_type requst.
- getAllExtensionNumbersResponseOrBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
This message is used to answer all_extension_numbers_of_type requst.
- getAllExtensionNumbersResponseOrBuilder() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
This message is used to answer all_extension_numbers_of_type requst.
- getAttributes() - Method in class io.grpc.ClientCall
-
Returns additional properties of the call.
- getAttributes() - Method in class io.grpc.EquivalentAddressGroup
-
Returns the attributes.
- getAttributes() - Method in class io.grpc.LoadBalancer.CreateSubchannelArgs
-
Returns the attributes.
- getAttributes() - Method in class io.grpc.LoadBalancer.ResolvedAddresses
-
Gets the attributes associated with these addresses.
- getAttributes() - Method in class io.grpc.LoadBalancer.Subchannel
-
- getAttributes() - Method in class io.grpc.NameResolver.ResolutionResult
-
Gets the attributes associated with the addresses resolved by name resolution.
- getAttributes() - Method in class io.grpc.ServerCall
-
Returns properties of a single call.
- getAttributes() - Method in class io.grpc.ServerStreamTracer.ServerCallInfo
-
- getAttributes() - Method in class io.grpc.util.ForwardingSubchannel
-
- getAuthority() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
A single process may be used to run multiple virtual
servers with different identities.
- getAuthority() - Method in class io.grpc.binarylog.v1.ClientHeader
-
A single process may be used to run multiple virtual
servers with different identities.
- getAuthority() - Method in interface io.grpc.binarylog.v1.ClientHeaderOrBuilder
-
A single process may be used to run multiple virtual
servers with different identities.
- getAuthority() - Method in class io.grpc.CallCredentials.RequestInfo
-
Returns the authority string used to authenticate the server for this call.
- getAuthority() - Method in class io.grpc.CallOptions
-
Override the HTTP/2 authority the channel claims to be connecting to.
- getAuthority() - Method in class io.grpc.LoadBalancer.Helper
-
Returns the authority string of the channel, which is derived from the DNS-style target name.
- getAuthority() - Method in class io.grpc.netty.GrpcHttp2ConnectionHandler
-
Returns the authority of the server.
- getAuthority() - Method in class io.grpc.ServerCall
-
Gets the authority this call is addressed to.
- getAuthority() - Method in class io.grpc.ServerStreamTracer.ServerCallInfo
-
- getAuthority() - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- getAuthorityBytes() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
A single process may be used to run multiple virtual
servers with different identities.
- getAuthorityBytes() - Method in class io.grpc.binarylog.v1.ClientHeader
-
A single process may be used to run multiple virtual
servers with different identities.
- getAuthorityBytes() - Method in interface io.grpc.binarylog.v1.ClientHeaderOrBuilder
-
A single process may be used to run multiple virtual
servers with different identities.
- getBalanceLoadMethod() - Static method in class io.grpc.lb.v1.LoadBalancerGrpc
-
- getBareMethodName() - Method in class io.grpc.MethodDescriptor
-
A convenience method for extractBareMethodName(getFullMethodName())
.
- getBaseTypeName() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
Full name of the base type, including the package name.
- getBaseTypeName() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
-
Full name of the base type, including the package name.
- getBaseTypeName() - Method in interface io.grpc.reflection.v1alpha.ExtensionNumberResponseOrBuilder
-
Full name of the base type, including the package name.
- getBaseTypeNameBytes() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
Full name of the base type, including the package name.
- getBaseTypeNameBytes() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
-
Full name of the base type, including the package name.
- getBaseTypeNameBytes() - Method in interface io.grpc.reflection.v1alpha.ExtensionNumberResponseOrBuilder
-
Full name of the base type, including the package name.
- getByteBuffer() - Method in interface io.grpc.HasByteBuffer
-
Gets a
ByteBuffer
containing some bytes of the content next to be read, or
null
if has reached end of the content.
- getCallCredentials() - Method in class io.grpc.CompositeChannelCredentials
-
- getCallId() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Uniquely identifies a call.
- getCallId() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
Uniquely identifies a call.
- getCallId() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
Uniquely identifies a call.
- getCallOptions() - Method in class io.grpc.CallCredentials.RequestInfo
-
The call options used to call this RPC.
- getCallOptions() - Method in class io.grpc.ClientStreamTracer.StreamInfo
-
Returns the effective CallOptions of the call.
- getCallOptions() - Method in class io.grpc.LoadBalancer.PickSubchannelArgs
-
Call options.
- getCallOptions() - Method in class io.grpc.stub.AbstractStub
-
The CallOptions
of the stub.
- getCallsFailed() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The number of calls that have completed with a non-OK status
- getCallsFailed() - Method in class io.grpc.channelz.v1.ChannelData
-
The number of calls that have completed with a non-OK status
- getCallsFailed() - Method in interface io.grpc.channelz.v1.ChannelDataOrBuilder
-
The number of calls that have completed with a non-OK status
- getCallsFailed() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The number of incoming calls that have a completed with a non-OK status
- getCallsFailed() - Method in class io.grpc.channelz.v1.ServerData
-
The number of incoming calls that have a completed with a non-OK status
- getCallsFailed() - Method in interface io.grpc.channelz.v1.ServerDataOrBuilder
-
The number of incoming calls that have a completed with a non-OK status
- getCallsFinishedWithDrop(int) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- getCallsFinishedWithDrop(int) - Method in class io.grpc.lb.v1.ClientStats
-
The list of dropped calls.
- getCallsFinishedWithDrop(int) - Method in interface io.grpc.lb.v1.ClientStatsOrBuilder
-
The list of dropped calls.
- getCallsFinishedWithDropBuilder(int) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- getCallsFinishedWithDropBuilderList() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- getCallsFinishedWithDropCount() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- getCallsFinishedWithDropCount() - Method in class io.grpc.lb.v1.ClientStats
-
The list of dropped calls.
- getCallsFinishedWithDropCount() - Method in interface io.grpc.lb.v1.ClientStatsOrBuilder
-
The list of dropped calls.
- getCallsFinishedWithDropList() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- getCallsFinishedWithDropList() - Method in class io.grpc.lb.v1.ClientStats
-
The list of dropped calls.
- getCallsFinishedWithDropList() - Method in interface io.grpc.lb.v1.ClientStatsOrBuilder
-
The list of dropped calls.
- getCallsFinishedWithDropOrBuilder(int) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- getCallsFinishedWithDropOrBuilder(int) - Method in class io.grpc.lb.v1.ClientStats
-
The list of dropped calls.
- getCallsFinishedWithDropOrBuilder(int) - Method in interface io.grpc.lb.v1.ClientStatsOrBuilder
-
The list of dropped calls.
- getCallsFinishedWithDropOrBuilderList() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- getCallsFinishedWithDropOrBuilderList() - Method in class io.grpc.lb.v1.ClientStats
-
The list of dropped calls.
- getCallsFinishedWithDropOrBuilderList() - Method in interface io.grpc.lb.v1.ClientStatsOrBuilder
-
The list of dropped calls.
- getCallsStarted() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The number of calls started on the channel
- getCallsStarted() - Method in class io.grpc.channelz.v1.ChannelData
-
The number of calls started on the channel
- getCallsStarted() - Method in interface io.grpc.channelz.v1.ChannelDataOrBuilder
-
The number of calls started on the channel
- getCallsStarted() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The number of incoming calls started on the server
- getCallsStarted() - Method in class io.grpc.channelz.v1.ServerData
-
The number of incoming calls started on the server
- getCallsStarted() - Method in interface io.grpc.channelz.v1.ServerDataOrBuilder
-
The number of incoming calls started on the server
- getCallsSucceeded() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The number of calls that have completed with an OK status
- getCallsSucceeded() - Method in class io.grpc.channelz.v1.ChannelData
-
The number of calls that have completed with an OK status
- getCallsSucceeded() - Method in interface io.grpc.channelz.v1.ChannelDataOrBuilder
-
The number of calls that have completed with an OK status
- getCallsSucceeded() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The number of incoming calls that have completed with an OK status
- getCallsSucceeded() - Method in class io.grpc.channelz.v1.ServerData
-
The number of incoming calls that have completed with an OK status
- getCallsSucceeded() - Method in interface io.grpc.channelz.v1.ServerDataOrBuilder
-
The number of incoming calls that have completed with an OK status
- getCause() - Method in class io.grpc.Status
-
The underlying cause of an error.
- getCertificateChain() - Method in class io.grpc.TlsChannelCredentials
-
The certificate chain for the client's identity, as a new byte array.
- getCertificateChain() - Method in class io.grpc.TlsServerCredentials
-
The certificate chain for the server's identity, as a new byte array.
- getCertificateChain(String) - Method in class io.grpc.util.AdvancedTlsX509KeyManager
-
- getChannel(GetChannelRequest, StreamObserver<GetChannelResponse>) - Method in interface io.grpc.channelz.v1.ChannelzGrpc.AsyncService
-
Returns a single Channel, or else a NOT_FOUND code.
- getChannel(GetChannelRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzBlockingStub
-
Returns a single Channel, or else a NOT_FOUND code.
- getChannel(GetChannelRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzFutureStub
-
Returns a single Channel, or else a NOT_FOUND code.
- getChannel(GetChannelRequest, StreamObserver<GetChannelResponse>) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzStub
-
Returns a single Channel, or else a NOT_FOUND code.
- getChannel() - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
-
The Channel that corresponds to the requested channel_id.
- getChannel() - Method in class io.grpc.channelz.v1.GetChannelResponse
-
The Channel that corresponds to the requested channel_id.
- getChannel() - Method in interface io.grpc.channelz.v1.GetChannelResponseOrBuilder
-
The Channel that corresponds to the requested channel_id.
- getChannel(int) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- getChannel(int) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse
-
list of channels that the connection detail service knows about.
- getChannel(int) - Method in interface io.grpc.channelz.v1.GetTopChannelsResponseOrBuilder
-
list of channels that the connection detail service knows about.
- getChannel(GetChannelRequest, StreamObserver<GetChannelResponse>) - Method in class io.grpc.protobuf.services.ChannelzService
-
- getChannel(GetChannelRequest, StreamObserver<GetChannelResponse>) - Method in class io.grpc.services.ChannelzService
-
Deprecated.
- getChannel() - Method in class io.grpc.stub.AbstractStub
-
The underlying channel of the stub.
- getChannel() - Method in class io.grpc.testing.GrpcServerRule
-
- getChannelBuilder() - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
-
The Channel that corresponds to the requested channel_id.
- getChannelBuilder(int) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- getChannelBuilder() - Method in class io.grpc.ManagedChannelProvider.NewChannelBuilderResult
-
- getChannelBuilderList() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- getChannelCount() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- getChannelCount() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse
-
list of channels that the connection detail service knows about.
- getChannelCount() - Method in interface io.grpc.channelz.v1.GetTopChannelsResponseOrBuilder
-
list of channels that the connection detail service knows about.
- getChannelCredentials() - Method in class io.grpc.CompositeChannelCredentials
-
- getChannelCredentials() - Method in class io.grpc.LoadBalancer.Helper
-
Returns the ChannelCredentials used to construct the channel, without bearer tokens.
- getChannelCredentials() - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- getChannelId() - Method in class io.grpc.channelz.v1.ChannelRef.Builder
-
The globally unique id for this channel.
- getChannelId() - Method in class io.grpc.channelz.v1.ChannelRef
-
The globally unique id for this channel.
- getChannelId() - Method in interface io.grpc.channelz.v1.ChannelRefOrBuilder
-
The globally unique id for this channel.
- getChannelId() - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
-
channel_id is the identifier of the specific channel to get.
- getChannelId() - Method in class io.grpc.channelz.v1.GetChannelRequest
-
channel_id is the identifier of the specific channel to get.
- getChannelId() - Method in interface io.grpc.channelz.v1.GetChannelRequestOrBuilder
-
channel_id is the identifier of the specific channel to get.
- getChannelList() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- getChannelList() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse
-
list of channels that the connection detail service knows about.
- getChannelList() - Method in interface io.grpc.channelz.v1.GetTopChannelsResponseOrBuilder
-
list of channels that the connection detail service knows about.
- getChannelLogger() - Method in class io.grpc.LoadBalancer.Helper
-
Returns the
ChannelLogger
for the Channel served by this LoadBalancer.
- getChannelLogger() - Method in class io.grpc.LoadBalancer.Subchannel
-
- getChannelLogger() - Method in class io.grpc.NameResolver.Args
-
Returns the
ChannelLogger
for the Channel served by this NameResolver.
- getChannelLogger() - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- getChannelLogger() - Method in class io.grpc.util.ForwardingSubchannel
-
- getChannelOrBuilder() - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
-
The Channel that corresponds to the requested channel_id.
- getChannelOrBuilder() - Method in class io.grpc.channelz.v1.GetChannelResponse
-
The Channel that corresponds to the requested channel_id.
- getChannelOrBuilder() - Method in interface io.grpc.channelz.v1.GetChannelResponseOrBuilder
-
The Channel that corresponds to the requested channel_id.
- getChannelOrBuilder(int) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- getChannelOrBuilder(int) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse
-
list of channels that the connection detail service knows about.
- getChannelOrBuilder(int) - Method in interface io.grpc.channelz.v1.GetTopChannelsResponseOrBuilder
-
list of channels that the connection detail service knows about.
- getChannelOrBuilderList() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- getChannelOrBuilderList() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse
-
list of channels that the connection detail service knows about.
- getChannelOrBuilderList() - Method in interface io.grpc.channelz.v1.GetTopChannelsResponseOrBuilder
-
list of channels that the connection detail service knows about.
- getChannelRef(int) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRef(int) - Method in class io.grpc.channelz.v1.Channel
-
There are no ordering guarantees on the order of channel refs.
- getChannelRef(int) - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRef() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
.grpc.channelz.v1.ChannelRef channel_ref = 4;
- getChannelRef() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
.grpc.channelz.v1.ChannelRef channel_ref = 4;
- getChannelRef() - Method in interface io.grpc.channelz.v1.ChannelTraceEventOrBuilder
-
.grpc.channelz.v1.ChannelRef channel_ref = 4;
- getChannelRef(int) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRef(int) - Method in class io.grpc.channelz.v1.Subchannel
-
There are no ordering guarantees on the order of channel refs.
- getChannelRef(int) - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefBuilder(int) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefBuilder() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
.grpc.channelz.v1.ChannelRef channel_ref = 4;
- getChannelRefBuilder(int) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefBuilderList() - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefBuilderList() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefCount() - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefCount() - Method in class io.grpc.channelz.v1.Channel
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefCount() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefCount() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefCount() - Method in class io.grpc.channelz.v1.Subchannel
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefCount() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefList() - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefList() - Method in class io.grpc.channelz.v1.Channel
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefList() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefList() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefList() - Method in class io.grpc.channelz.v1.Subchannel
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefList() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefOrBuilder(int) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefOrBuilder(int) - Method in class io.grpc.channelz.v1.Channel
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefOrBuilder(int) - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefOrBuilder() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
.grpc.channelz.v1.ChannelRef channel_ref = 4;
- getChannelRefOrBuilder() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
.grpc.channelz.v1.ChannelRef channel_ref = 4;
- getChannelRefOrBuilder() - Method in interface io.grpc.channelz.v1.ChannelTraceEventOrBuilder
-
.grpc.channelz.v1.ChannelRef channel_ref = 4;
- getChannelRefOrBuilder(int) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefOrBuilder(int) - Method in class io.grpc.channelz.v1.Subchannel
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefOrBuilder(int) - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefOrBuilderList() - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefOrBuilderList() - Method in class io.grpc.channelz.v1.Channel
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefOrBuilderList() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefOrBuilderList() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefOrBuilderList() - Method in class io.grpc.channelz.v1.Subchannel
-
There are no ordering guarantees on the order of channel refs.
- getChannelRefOrBuilderList() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
There are no ordering guarantees on the order of channel refs.
- GetChannelRequest - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetChannelRequest
- GetChannelRequest.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetChannelRequest
- GetChannelRequestOrBuilder - Interface in io.grpc.channelz.v1
-
- GetChannelResponse - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetChannelResponse
- GetChannelResponse.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetChannelResponse
- GetChannelResponseOrBuilder - Interface in io.grpc.channelz.v1
-
- getCheckMethod() - Static method in class io.grpc.health.v1.HealthGrpc
-
- getChildRefCase() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
- getChildRefCase() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
- getChildRefCase() - Method in interface io.grpc.channelz.v1.ChannelTraceEventOrBuilder
-
- getCipherSuiteCase() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
- getCipherSuiteCase() - Method in class io.grpc.channelz.v1.Security.Tls
-
- getCipherSuiteCase() - Method in interface io.grpc.channelz.v1.Security.TlsOrBuilder
-
- getClientAliases(String, Principal[]) - Method in class io.grpc.util.AdvancedTlsX509KeyManager
-
- getClientAuth() - Method in class io.grpc.TlsServerCredentials
-
Non-null
setting indicating whether the server should expect a client's identity.
- getClientHeader() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.ClientHeader client_header = 6;
- getClientHeader() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
.grpc.binarylog.v1.ClientHeader client_header = 6;
- getClientHeader() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
.grpc.binarylog.v1.ClientHeader client_header = 6;
- getClientHeaderBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.ClientHeader client_header = 6;
- getClientHeaderOrBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.ClientHeader client_header = 6;
- getClientHeaderOrBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
.grpc.binarylog.v1.ClientHeader client_header = 6;
- getClientHeaderOrBuilder() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
.grpc.binarylog.v1.ClientHeader client_header = 6;
- getClientInterceptor(String, CallOptions) - Method in class io.grpc.protobuf.services.BinaryLogProvider
-
- getClientStats() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
- getClientStats() - Method in class io.grpc.lb.v1.LoadBalanceRequest
-
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
- getClientStats() - Method in interface io.grpc.lb.v1.LoadBalanceRequestOrBuilder
-
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
- getClientStatsBuilder() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
- getClientStatsOrBuilder() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
- getClientStatsOrBuilder() - Method in class io.grpc.lb.v1.LoadBalanceRequest
-
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
- getClientStatsOrBuilder() - Method in interface io.grpc.lb.v1.LoadBalanceRequestOrBuilder
-
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
- getClientStatsReportInterval() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
-
This interval defines how often the client should send the client stats
to the load balancer.
- getClientStatsReportInterval() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse
-
This interval defines how often the client should send the client stats
to the load balancer.
- getClientStatsReportInterval() - Method in interface io.grpc.lb.v1.InitialLoadBalanceResponseOrBuilder
-
This interval defines how often the client should send the client stats
to the load balancer.
- getClientStatsReportIntervalBuilder() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
-
This interval defines how often the client should send the client stats
to the load balancer.
- getClientStatsReportIntervalOrBuilder() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
-
This interval defines how often the client should send the client stats
to the load balancer.
- getClientStatsReportIntervalOrBuilder() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse
-
This interval defines how often the client should send the client stats
to the load balancer.
- getClientStatsReportIntervalOrBuilder() - Method in interface io.grpc.lb.v1.InitialLoadBalanceResponseOrBuilder
-
This interval defines how often the client should send the client stats
to the load balancer.
- getCode() - Method in class io.grpc.Status
-
The canonical status code.
- getCompressor() - Method in class io.grpc.CallOptions
-
Returns the compressor's name.
- getConfig() - Method in class io.grpc.NameResolver.ConfigOrError
-
Returns config if exists, otherwise null.
- getContainingType() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
Fully-qualified type name.
- getContainingType() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest
-
Fully-qualified type name.
- getContainingType() - Method in interface io.grpc.reflection.v1alpha.ExtensionRequestOrBuilder
-
Fully-qualified type name.
- getContainingTypeBytes() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
Fully-qualified type name.
- getContainingTypeBytes() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest
-
Fully-qualified type name.
- getContainingTypeBytes() - Method in interface io.grpc.reflection.v1alpha.ExtensionRequestOrBuilder
-
Fully-qualified type name.
- getCpuUtilization() - Method in class io.grpc.services.MetricReport
-
- getCreationTimestamp() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
Time that this channel was created.
- getCreationTimestamp() - Method in class io.grpc.channelz.v1.ChannelTrace
-
Time that this channel was created.
- getCreationTimestamp() - Method in interface io.grpc.channelz.v1.ChannelTraceOrBuilder
-
Time that this channel was created.
- getCreationTimestampBuilder() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
Time that this channel was created.
- getCreationTimestampOrBuilder() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
Time that this channel was created.
- getCreationTimestampOrBuilder() - Method in class io.grpc.channelz.v1.ChannelTrace
-
Time that this channel was created.
- getCreationTimestampOrBuilder() - Method in interface io.grpc.channelz.v1.ChannelTraceOrBuilder
-
Time that this channel was created.
- getCredentials() - Method in class io.grpc.CallOptions
-
Returns the call credentials.
- getCredentialsList() - Method in class io.grpc.ChoiceChannelCredentials
-
Non-empty list of credentials, in preference order.
- getCredentialsList() - Method in class io.grpc.ChoiceServerCredentials
-
Non-empty list of credentials, in preference order.
- getCurrent() - Static method in class io.grpc.services.CallMetricRecorder
-
Returns the call metric recorder attached to the current
Context
.
- getData() - Method in class io.grpc.binarylog.v1.Message.Builder
-
May be truncated or omitted.
- getData() - Method in class io.grpc.binarylog.v1.Message
-
May be truncated or omitted.
- getData() - Method in interface io.grpc.binarylog.v1.MessageOrBuilder
-
May be truncated or omitted.
- getData() - Method in class io.grpc.channelz.v1.Channel.Builder
-
Data specific to this channel.
- getData() - Method in class io.grpc.channelz.v1.Channel
-
Data specific to this channel.
- getData() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
Data specific to this channel.
- getData() - Method in class io.grpc.channelz.v1.Server.Builder
-
The associated data of the Server.
- getData() - Method in class io.grpc.channelz.v1.Server
-
The associated data of the Server.
- getData() - Method in interface io.grpc.channelz.v1.ServerOrBuilder
-
The associated data of the Server.
- getData() - Method in class io.grpc.channelz.v1.Socket.Builder
-
Data specific to this Socket.
- getData() - Method in class io.grpc.channelz.v1.Socket
-
Data specific to this Socket.
- getData() - Method in interface io.grpc.channelz.v1.SocketOrBuilder
-
Data specific to this Socket.
- getData() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
Data specific to this channel.
- getData() - Method in class io.grpc.channelz.v1.Subchannel
-
Data specific to this channel.
- getData() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
Data specific to this channel.
- getDataBuilder() - Method in class io.grpc.channelz.v1.Channel.Builder
-
Data specific to this channel.
- getDataBuilder() - Method in class io.grpc.channelz.v1.Server.Builder
-
The associated data of the Server.
- getDataBuilder() - Method in class io.grpc.channelz.v1.Socket.Builder
-
Data specific to this Socket.
- getDataBuilder() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
Data specific to this channel.
- getDataOrBuilder() - Method in class io.grpc.channelz.v1.Channel.Builder
-
Data specific to this channel.
- getDataOrBuilder() - Method in class io.grpc.channelz.v1.Channel
-
Data specific to this channel.
- getDataOrBuilder() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
Data specific to this channel.
- getDataOrBuilder() - Method in class io.grpc.channelz.v1.Server.Builder
-
The associated data of the Server.
- getDataOrBuilder() - Method in class io.grpc.channelz.v1.Server
-
The associated data of the Server.
- getDataOrBuilder() - Method in interface io.grpc.channelz.v1.ServerOrBuilder
-
The associated data of the Server.
- getDataOrBuilder() - Method in class io.grpc.channelz.v1.Socket.Builder
-
Data specific to this Socket.
- getDataOrBuilder() - Method in class io.grpc.channelz.v1.Socket
-
Data specific to this Socket.
- getDataOrBuilder() - Method in interface io.grpc.channelz.v1.SocketOrBuilder
-
Data specific to this Socket.
- getDataOrBuilder() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
Data specific to this channel.
- getDataOrBuilder() - Method in class io.grpc.channelz.v1.Subchannel
-
Data specific to this channel.
- getDataOrBuilder() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
Data specific to this channel.
- getDeadline() - Method in class io.grpc.CallOptions
-
Returns the deadline or null
if the deadline is not set.
- getDeadline() - Method in class io.grpc.Context.CancellableContext
-
- getDeadline() - Method in class io.grpc.Context
-
A context may have an associated
Deadline
at which it will be automatically cancelled.
- getDefault() - Method in class io.grpc.CallOptions.Key
-
Returns the user supplied default value for this key.
- getDefault() - Method in class io.grpc.LoadBalancer.CreateSubchannelArgs.Key
-
Returns the user supplied default value for this key.
- getDefaultInstance() - Static method in class io.grpc.binarylog.v1.Address
-
- getDefaultInstance() - Static method in class io.grpc.binarylog.v1.ClientHeader
-
- getDefaultInstance() - Static method in class io.grpc.binarylog.v1.GrpcLogEntry
-
- getDefaultInstance() - Static method in class io.grpc.binarylog.v1.Message
-
- getDefaultInstance() - Static method in class io.grpc.binarylog.v1.Metadata
-
- getDefaultInstance() - Static method in class io.grpc.binarylog.v1.MetadataEntry
-
- getDefaultInstance() - Static method in class io.grpc.binarylog.v1.ServerHeader
-
- getDefaultInstance() - Static method in class io.grpc.binarylog.v1.Trailer
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.Address
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.Address.OtherAddress
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.Address.TcpIpAddress
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.Address.UdsAddress
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.Channel
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.ChannelConnectivityState
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.ChannelData
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.ChannelRef
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.ChannelTrace
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.ChannelTraceEvent
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetChannelRequest
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetChannelResponse
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetServerRequest
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetServerResponse
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetServerSocketsRequest
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetServerSocketsResponse
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetServersRequest
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetServersResponse
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetSocketRequest
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetSocketResponse
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetSubchannelRequest
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetSubchannelResponse
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetTopChannelsRequest
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.GetTopChannelsResponse
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.Security
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.Security.OtherSecurity
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.Security.Tls
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.Server
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.ServerData
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.ServerRef
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.Socket
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.SocketData
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.SocketOption
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.SocketOptionLinger
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.SocketOptionTimeout
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.SocketRef
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.Subchannel
-
- getDefaultInstance() - Static method in class io.grpc.channelz.v1.SubchannelRef
-
- getDefaultInstance() - Static method in class io.grpc.CompressorRegistry
-
Returns the default instance used by gRPC when the registry is not specified.
- getDefaultInstance() - Static method in class io.grpc.DecompressorRegistry
-
- getDefaultInstance() - Static method in class io.grpc.health.v1.HealthCheckRequest
-
- getDefaultInstance() - Static method in class io.grpc.health.v1.HealthCheckResponse
-
- getDefaultInstance() - Static method in class io.grpc.lb.v1.ClientStats
-
- getDefaultInstance() - Static method in class io.grpc.lb.v1.ClientStatsPerToken
-
- getDefaultInstance() - Static method in class io.grpc.lb.v1.FallbackResponse
-
- getDefaultInstance() - Static method in class io.grpc.lb.v1.InitialLoadBalanceRequest
-
- getDefaultInstance() - Static method in class io.grpc.lb.v1.InitialLoadBalanceResponse
-
- getDefaultInstance() - Static method in class io.grpc.lb.v1.LoadBalanceRequest
-
- getDefaultInstance() - Static method in class io.grpc.lb.v1.LoadBalanceResponse
-
- getDefaultInstance() - Static method in class io.grpc.lb.v1.Server
-
- getDefaultInstance() - Static method in class io.grpc.lb.v1.ServerList
-
- getDefaultInstance() - Static method in class io.grpc.reflection.v1alpha.ErrorResponse
-
- getDefaultInstance() - Static method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
-
- getDefaultInstance() - Static method in class io.grpc.reflection.v1alpha.ExtensionRequest
-
- getDefaultInstance() - Static method in class io.grpc.reflection.v1alpha.FileDescriptorResponse
-
- getDefaultInstance() - Static method in class io.grpc.reflection.v1alpha.ListServiceResponse
-
- getDefaultInstance() - Static method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
- getDefaultInstance() - Static method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
- getDefaultInstance() - Static method in class io.grpc.reflection.v1alpha.ServiceResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.Address.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.Address
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.ClientHeader
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.Message.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.Message
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.Metadata
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.MetadataEntry
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.ServerHeader
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.binarylog.v1.Trailer
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Address.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Address
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Address.OtherAddress
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Address.UdsAddress
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Channel.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Channel
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ChannelConnectivityState
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ChannelData
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ChannelRef.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ChannelRef
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ChannelTrace
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetChannelRequest
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetChannelResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetServerRequest
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetServerResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetServersRequest
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetServersResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetSocketRequest
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetSocketResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetSubchannelRequest
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetSubchannelResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Security.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Security
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Security.OtherSecurity
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Security.Tls
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Server.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Server
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ServerData
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ServerRef.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.ServerRef
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Socket.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Socket
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SocketData
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SocketOption
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SocketOptionLinger
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SocketOptionTimeout
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SocketRef.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SocketRef
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.Subchannel
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.channelz.v1.SubchannelRef
-
- getDefaultInstanceForType() - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.health.v1.HealthCheckRequest
-
- getDefaultInstanceForType() - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.health.v1.HealthCheckResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.ClientStats
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.ClientStatsPerToken
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.FallbackResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.FallbackResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.LoadBalanceRequest
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.LoadBalanceResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.Server.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.Server
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.ServerList.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.lb.v1.ServerList
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ErrorResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
-
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1alpha.ServiceResponse
-
- getDefaultPort() - Method in class io.grpc.NameResolver.Args
-
The port number used in case the target or the underlying naming system doesn't provide a
port number.
- getDefaultRegistry() - Static method in class io.grpc.LoadBalancerRegistry
-
Returns the default registry that loads providers via the Java service loader mechanism.
- getDefaultRegistry() - Static method in class io.grpc.ManagedChannelRegistry
-
Returns the default registry that loads providers via the Java service loader mechanism.
- getDefaultRegistry() - Static method in class io.grpc.NameResolverRegistry
-
Returns the default registry that loads providers via the Java service loader mechanism.
- getDefaultRegistry() - Static method in class io.grpc.ServerRegistry
-
Returns the default registry that loads providers via the Java service loader mechanism.
- getDefaultScheme() - Method in class io.grpc.NameResolver.Factory
-
- getDefaultScheme() - Method in class io.grpc.netty.UdsNameResolverProvider
-
- getDescription() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
High level description of the event.
- getDescription() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
High level description of the event.
- getDescription() - Method in interface io.grpc.channelz.v1.ChannelTraceEventOrBuilder
-
High level description of the event.
- getDescription() - Method in class io.grpc.Status
-
A description of this status for human consumption.
- getDescriptionBytes() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
High level description of the event.
- getDescriptionBytes() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
High level description of the event.
- getDescriptionBytes() - Method in interface io.grpc.channelz.v1.ChannelTraceEventOrBuilder
-
High level description of the event.
- getDescriptor() - Static method in class io.grpc.binarylog.v1.Address.Builder
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.Address
-
- getDescriptor() - Static method in enum io.grpc.binarylog.v1.Address.Type
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.BinaryLogProto
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.ClientHeader
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
- getDescriptor() - Static method in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.GrpcLogEntry
-
- getDescriptor() - Static method in enum io.grpc.binarylog.v1.GrpcLogEntry.Logger
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.Message.Builder
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.Message
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.Metadata.Builder
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.Metadata
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.MetadataEntry
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.ServerHeader.Builder
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.ServerHeader
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.Trailer.Builder
-
- getDescriptor() - Static method in class io.grpc.binarylog.v1.Trailer
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Address.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Address
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Address.OtherAddress
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Address.TcpIpAddress
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Address.UdsAddress
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Channel.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Channel
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ChannelConnectivityState
-
- getDescriptor() - Static method in enum io.grpc.channelz.v1.ChannelConnectivityState.State
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ChannelData.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ChannelData
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ChannelRef.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ChannelRef
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ChannelTrace
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ChannelTraceEvent
-
- getDescriptor() - Static method in enum io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ChannelzProto
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetChannelRequest.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetChannelRequest
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetChannelResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetChannelResponse
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetServerRequest.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetServerRequest
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetServerResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetServerResponse
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetServerSocketsRequest
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetServerSocketsResponse
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetServersRequest.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetServersRequest
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetServersResponse
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetSocketRequest.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetSocketRequest
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetSocketResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetSocketResponse
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetSubchannelRequest
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetSubchannelResponse
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetTopChannelsRequest
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.GetTopChannelsResponse
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Security.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Security
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Security.OtherSecurity
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Security.Tls.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Security.Tls
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Server.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Server
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ServerData.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ServerData
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ServerRef.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.ServerRef
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Socket.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Socket
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SocketData.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SocketData
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SocketOption.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SocketOption
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SocketOptionLinger
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SocketOptionTimeout
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SocketRef.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SocketRef
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Subchannel.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.Subchannel
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
- getDescriptor() - Static method in class io.grpc.channelz.v1.SubchannelRef
-
- getDescriptor() - Static method in class io.grpc.health.v1.HealthCheckRequest.Builder
-
- getDescriptor() - Static method in class io.grpc.health.v1.HealthCheckRequest
-
- getDescriptor() - Static method in class io.grpc.health.v1.HealthCheckResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.health.v1.HealthCheckResponse
-
- getDescriptor() - Static method in enum io.grpc.health.v1.HealthCheckResponse.ServingStatus
-
- getDescriptor() - Static method in class io.grpc.health.v1.HealthProto
-
- getDescriptor() - Static method in class io.grpc.lb.v1.ClientStats.Builder
-
- getDescriptor() - Static method in class io.grpc.lb.v1.ClientStats
-
- getDescriptor() - Static method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
- getDescriptor() - Static method in class io.grpc.lb.v1.ClientStatsPerToken
-
- getDescriptor() - Static method in class io.grpc.lb.v1.FallbackResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.lb.v1.FallbackResponse
-
- getDescriptor() - Static method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
-
- getDescriptor() - Static method in class io.grpc.lb.v1.InitialLoadBalanceRequest
-
- getDescriptor() - Static method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.lb.v1.InitialLoadBalanceResponse
-
- getDescriptor() - Static method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
- getDescriptor() - Static method in class io.grpc.lb.v1.LoadBalanceRequest
-
- getDescriptor() - Static method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.lb.v1.LoadBalanceResponse
-
- getDescriptor() - Static method in class io.grpc.lb.v1.LoadBalancerProto
-
- getDescriptor() - Static method in class io.grpc.lb.v1.Server.Builder
-
- getDescriptor() - Static method in class io.grpc.lb.v1.Server
-
- getDescriptor() - Static method in class io.grpc.lb.v1.ServerList.Builder
-
- getDescriptor() - Static method in class io.grpc.lb.v1.ServerList
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ErrorResponse
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ExtensionRequest
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.FileDescriptorResponse
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ListServiceResponse
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ServerReflectionProto
-
Deprecated.
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
-
- getDescriptor() - Static method in class io.grpc.reflection.v1alpha.ServiceResponse
-
- getDescriptorForType() - Method in class io.grpc.binarylog.v1.Address.Builder
-
- getDescriptorForType() - Method in enum io.grpc.binarylog.v1.Address.Type
-
- getDescriptorForType() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
- getDescriptorForType() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
- getDescriptorForType() - Method in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
- getDescriptorForType() - Method in enum io.grpc.binarylog.v1.GrpcLogEntry.Logger
-
- getDescriptorForType() - Method in class io.grpc.binarylog.v1.Message.Builder
-
- getDescriptorForType() - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
- getDescriptorForType() - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
- getDescriptorForType() - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
-
- getDescriptorForType() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.Address.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.Channel.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
-
- getDescriptorForType() - Method in enum io.grpc.channelz.v1.ChannelConnectivityState.State
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.ChannelRef.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
- getDescriptorForType() - Method in enum io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.Security.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.Server.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.ServerRef.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.Socket.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.SocketRef.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
- getDescriptorForType() - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
- getDescriptorForType() - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
-
- getDescriptorForType() - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
-
- getDescriptorForType() - Method in enum io.grpc.health.v1.HealthCheckResponse.ServingStatus
-
- getDescriptorForType() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
- getDescriptorForType() - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
- getDescriptorForType() - Method in class io.grpc.lb.v1.FallbackResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
-
- getDescriptorForType() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
- getDescriptorForType() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.lb.v1.Server.Builder
-
- getDescriptorForType() - Method in class io.grpc.lb.v1.ServerList.Builder
-
- getDescriptorForType() - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
- getDescriptorForType() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
- getDescriptorForType() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
- getDescriptorForType() - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
-
- getDrop() - Method in class io.grpc.lb.v1.Server.Builder
-
Indicates whether this particular request should be dropped by the client.
- getDrop() - Method in class io.grpc.lb.v1.Server
-
Indicates whether this particular request should be dropped by the client.
- getDrop() - Method in interface io.grpc.lb.v1.ServerOrBuilder
-
Indicates whether this particular request should be dropped by the client.
- getDuration() - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
duration maps to `struct linger.l_linger`
- getDuration() - Method in class io.grpc.channelz.v1.SocketOptionLinger
-
duration maps to `struct linger.l_linger`
- getDuration() - Method in interface io.grpc.channelz.v1.SocketOptionLingerOrBuilder
-
duration maps to `struct linger.l_linger`
- getDuration() - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
-
.google.protobuf.Duration duration = 1;
- getDuration() - Method in class io.grpc.channelz.v1.SocketOptionTimeout
-
.google.protobuf.Duration duration = 1;
- getDuration() - Method in interface io.grpc.channelz.v1.SocketOptionTimeoutOrBuilder
-
.google.protobuf.Duration duration = 1;
- getDurationBuilder() - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
duration maps to `struct linger.l_linger`
- getDurationBuilder() - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
-
.google.protobuf.Duration duration = 1;
- getDurationOrBuilder() - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
duration maps to `struct linger.l_linger`
- getDurationOrBuilder() - Method in class io.grpc.channelz.v1.SocketOptionLinger
-
duration maps to `struct linger.l_linger`
- getDurationOrBuilder() - Method in interface io.grpc.channelz.v1.SocketOptionLingerOrBuilder
-
duration maps to `struct linger.l_linger`
- getDurationOrBuilder() - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
-
.google.protobuf.Duration duration = 1;
- getDurationOrBuilder() - Method in class io.grpc.channelz.v1.SocketOptionTimeout
-
.google.protobuf.Duration duration = 1;
- getDurationOrBuilder() - Method in interface io.grpc.channelz.v1.SocketOptionTimeoutOrBuilder
-
.google.protobuf.Duration duration = 1;
- getEagAttributes() - Method in class io.grpc.netty.GrpcHttp2ConnectionHandler
-
Get the attributes of the EquivalentAddressGroup used to create this transport.
- getEnd() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
If set, indicates that the list of sockets is the final list.
- getEnd() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse
-
If set, indicates that the list of sockets is the final list.
- getEnd() - Method in interface io.grpc.channelz.v1.GetServerSocketsResponseOrBuilder
-
If set, indicates that the list of sockets is the final list.
- getEnd() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
If set, indicates that the list of servers is the final list.
- getEnd() - Method in class io.grpc.channelz.v1.GetServersResponse
-
If set, indicates that the list of servers is the final list.
- getEnd() - Method in interface io.grpc.channelz.v1.GetServersResponseOrBuilder
-
If set, indicates that the list of servers is the final list.
- getEnd() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
If set, indicates that the list of channels is the final list.
- getEnd() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse
-
If set, indicates that the list of channels is the final list.
- getEnd() - Method in interface io.grpc.channelz.v1.GetTopChannelsResponseOrBuilder
-
If set, indicates that the list of channels is the final list.
- getEntry(int) - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntry(int) - Method in class io.grpc.binarylog.v1.Metadata
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntry(int) - Method in interface io.grpc.binarylog.v1.MetadataOrBuilder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryBuilder(int) - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryBuilderList() - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryCount() - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryCount() - Method in class io.grpc.binarylog.v1.Metadata
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryCount() - Method in interface io.grpc.binarylog.v1.MetadataOrBuilder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryList() - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryList() - Method in class io.grpc.binarylog.v1.Metadata
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryList() - Method in interface io.grpc.binarylog.v1.MetadataOrBuilder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryOrBuilder(int) - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryOrBuilder(int) - Method in class io.grpc.binarylog.v1.Metadata
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryOrBuilder(int) - Method in interface io.grpc.binarylog.v1.MetadataOrBuilder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryOrBuilderList() - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryOrBuilderList() - Method in class io.grpc.binarylog.v1.Metadata
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getEntryOrBuilderList() - Method in interface io.grpc.binarylog.v1.MetadataOrBuilder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- getError() - Method in class io.grpc.ManagedChannelProvider.NewChannelBuilderResult
-
- getError() - Method in class io.grpc.NameResolver.ConfigOrError
-
Returns error status if exists, otherwise null.
- getError() - Method in class io.grpc.ServerProvider.NewServerBuilderResult
-
- getError() - Method in class io.grpc.testing.StreamRecorder
-
Deprecated.
Returns the stream terminating error.
- getErrorCode() - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
This field uses the error codes defined in grpc::StatusCode.
- getErrorCode() - Method in class io.grpc.reflection.v1alpha.ErrorResponse
-
This field uses the error codes defined in grpc::StatusCode.
- getErrorCode() - Method in interface io.grpc.reflection.v1alpha.ErrorResponseOrBuilder
-
This field uses the error codes defined in grpc::StatusCode.
- getErrorMessage() - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
string error_message = 2;
- getErrorMessage() - Method in class io.grpc.reflection.v1alpha.ErrorResponse
-
string error_message = 2;
- getErrorMessage() - Method in interface io.grpc.reflection.v1alpha.ErrorResponseOrBuilder
-
string error_message = 2;
- getErrorMessageBytes() - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
string error_message = 2;
- getErrorMessageBytes() - Method in class io.grpc.reflection.v1alpha.ErrorResponse
-
string error_message = 2;
- getErrorMessageBytes() - Method in interface io.grpc.reflection.v1alpha.ErrorResponseOrBuilder
-
string error_message = 2;
- getErrorResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used when an error occurs.
- getErrorResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
This message is used when an error occurs.
- getErrorResponse() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
This message is used when an error occurs.
- getErrorResponseBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used when an error occurs.
- getErrorResponseOrBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used when an error occurs.
- getErrorResponseOrBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
This message is used when an error occurs.
- getErrorResponseOrBuilder() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
This message is used when an error occurs.
- getEvents(int) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- getEvents(int) - Method in class io.grpc.channelz.v1.ChannelTrace
-
List of events that have occurred on this channel.
- getEvents(int) - Method in interface io.grpc.channelz.v1.ChannelTraceOrBuilder
-
List of events that have occurred on this channel.
- getEventsBuilder(int) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- getEventsBuilderList() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- getEventsCount() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- getEventsCount() - Method in class io.grpc.channelz.v1.ChannelTrace
-
List of events that have occurred on this channel.
- getEventsCount() - Method in interface io.grpc.channelz.v1.ChannelTraceOrBuilder
-
List of events that have occurred on this channel.
- getEventsList() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- getEventsList() - Method in class io.grpc.channelz.v1.ChannelTrace
-
List of events that have occurred on this channel.
- getEventsList() - Method in interface io.grpc.channelz.v1.ChannelTraceOrBuilder
-
List of events that have occurred on this channel.
- getEventsOrBuilder(int) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- getEventsOrBuilder(int) - Method in class io.grpc.channelz.v1.ChannelTrace
-
List of events that have occurred on this channel.
- getEventsOrBuilder(int) - Method in interface io.grpc.channelz.v1.ChannelTraceOrBuilder
-
List of events that have occurred on this channel.
- getEventsOrBuilderList() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- getEventsOrBuilderList() - Method in class io.grpc.channelz.v1.ChannelTrace
-
List of events that have occurred on this channel.
- getEventsOrBuilderList() - Method in interface io.grpc.channelz.v1.ChannelTraceOrBuilder
-
List of events that have occurred on this channel.
- getExecutor() - Method in class io.grpc.CallOptions
-
Returns the executor override to use for this specific call, or null
if there is no
override.
- getExecutor(ServerCall<ReqT, RespT>, Metadata) - Method in interface io.grpc.ServerCallExecutorSupplier
-
Returns an executor to handle the server call.
- getExtensionNumber(int) - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- getExtensionNumber(int) - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
-
repeated int32 extension_number = 2;
- getExtensionNumber(int) - Method in interface io.grpc.reflection.v1alpha.ExtensionNumberResponseOrBuilder
-
repeated int32 extension_number = 2;
- getExtensionNumber() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
int32 extension_number = 2;
- getExtensionNumber() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest
-
int32 extension_number = 2;
- getExtensionNumber() - Method in interface io.grpc.reflection.v1alpha.ExtensionRequestOrBuilder
-
int32 extension_number = 2;
- getExtensionNumberCount() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- getExtensionNumberCount() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
-
repeated int32 extension_number = 2;
- getExtensionNumberCount() - Method in interface io.grpc.reflection.v1alpha.ExtensionNumberResponseOrBuilder
-
repeated int32 extension_number = 2;
- getExtensionNumberList() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- getExtensionNumberList() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
-
repeated int32 extension_number = 2;
- getExtensionNumberList() - Method in interface io.grpc.reflection.v1alpha.ExtensionNumberResponseOrBuilder
-
repeated int32 extension_number = 2;
- getFallbackResponse() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
- getFallbackResponse() - Method in class io.grpc.lb.v1.LoadBalanceResponse
-
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
- getFallbackResponse() - Method in interface io.grpc.lb.v1.LoadBalanceResponseOrBuilder
-
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
- getFallbackResponseBuilder() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
- getFallbackResponseOrBuilder() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
- getFallbackResponseOrBuilder() - Method in class io.grpc.lb.v1.LoadBalanceResponse
-
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
- getFallbackResponseOrBuilder() - Method in interface io.grpc.lb.v1.LoadBalanceResponseOrBuilder
-
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
- getFileByFilename() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find a proto file by the file name.
- getFileByFilename() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
Find a proto file by the file name.
- getFileByFilename() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
Find a proto file by the file name.
- getFileByFilenameBytes() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find a proto file by the file name.
- getFileByFilenameBytes() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
Find a proto file by the file name.
- getFileByFilenameBytes() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
Find a proto file by the file name.
- getFileContainingExtension() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find the proto file which defines an extension extending the given
message type with the given field number.
- getFileContainingExtension() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
Find the proto file which defines an extension extending the given
message type with the given field number.
- getFileContainingExtension() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
Find the proto file which defines an extension extending the given
message type with the given field number.
- getFileContainingExtensionBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find the proto file which defines an extension extending the given
message type with the given field number.
- getFileContainingExtensionOrBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find the proto file which defines an extension extending the given
message type with the given field number.
- getFileContainingExtensionOrBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
Find the proto file which defines an extension extending the given
message type with the given field number.
- getFileContainingExtensionOrBuilder() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
Find the proto file which defines an extension extending the given
message type with the given field number.
- getFileContainingSymbol() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find the proto file that declares the given fully-qualified symbol name.
- getFileContainingSymbol() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
Find the proto file that declares the given fully-qualified symbol name.
- getFileContainingSymbol() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
Find the proto file that declares the given fully-qualified symbol name.
- getFileContainingSymbolBytes() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find the proto file that declares the given fully-qualified symbol name.
- getFileContainingSymbolBytes() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
Find the proto file that declares the given fully-qualified symbol name.
- getFileContainingSymbolBytes() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
Find the proto file that declares the given fully-qualified symbol name.
- getFileDescriptor() - Method in interface io.grpc.protobuf.ProtoFileDescriptorSupplier
-
Returns file descriptor to the underlying proto file.
- getFileDescriptorProto(int) - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProto(int) - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProto(int) - Method in interface io.grpc.reflection.v1alpha.FileDescriptorResponseOrBuilder
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProtoCount() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProtoCount() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProtoCount() - Method in interface io.grpc.reflection.v1alpha.FileDescriptorResponseOrBuilder
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProtoList() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProtoList() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProtoList() - Method in interface io.grpc.reflection.v1alpha.FileDescriptorResponseOrBuilder
-
Serialized FileDescriptorProto messages.
- getFileDescriptorResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer file_by_filename, file_containing_symbol,
file_containing_extension requests with transitive dependencies.
- getFileDescriptorResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
This message is used to answer file_by_filename, file_containing_symbol,
file_containing_extension requests with transitive dependencies.
- getFileDescriptorResponse() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
This message is used to answer file_by_filename, file_containing_symbol,
file_containing_extension requests with transitive dependencies.
- getFileDescriptorResponseBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer file_by_filename, file_containing_symbol,
file_containing_extension requests with transitive dependencies.
- getFileDescriptorResponseOrBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer file_by_filename, file_containing_symbol,
file_containing_extension requests with transitive dependencies.
- getFileDescriptorResponseOrBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
This message is used to answer file_by_filename, file_containing_symbol,
file_containing_extension requests with transitive dependencies.
- getFileDescriptorResponseOrBuilder() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
This message is used to answer file_by_filename, file_containing_symbol,
file_containing_extension requests with transitive dependencies.
- getFilename() - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
-
string filename = 1;
- getFilename() - Method in class io.grpc.channelz.v1.Address.UdsAddress
-
string filename = 1;
- getFilename() - Method in interface io.grpc.channelz.v1.Address.UdsAddressOrBuilder
-
string filename = 1;
- getFilenameBytes() - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
-
string filename = 1;
- getFilenameBytes() - Method in class io.grpc.channelz.v1.Address.UdsAddress
-
string filename = 1;
- getFilenameBytes() - Method in interface io.grpc.channelz.v1.Address.UdsAddressOrBuilder
-
string filename = 1;
- getFullMethodName() - Method in class io.grpc.MethodDescriptor
-
The fully qualified name of the method.
- getGetChannelMethod() - Static method in class io.grpc.channelz.v1.ChannelzGrpc
-
- getGetServerMethod() - Static method in class io.grpc.channelz.v1.ChannelzGrpc
-
- getGetServersMethod() - Static method in class io.grpc.channelz.v1.ChannelzGrpc
-
- getGetServerSocketsMethod() - Static method in class io.grpc.channelz.v1.ChannelzGrpc
-
- getGetSocketMethod() - Static method in class io.grpc.channelz.v1.ChannelzGrpc
-
- getGetSubchannelMethod() - Static method in class io.grpc.channelz.v1.ChannelzGrpc
-
- getGetTopChannelsMethod() - Static method in class io.grpc.channelz.v1.ChannelzGrpc
-
- getHeaders() - Method in class io.grpc.LoadBalancer.PickSubchannelArgs
-
Headers of the call.
- getHealthService() - Method in class io.grpc.protobuf.services.HealthStatusManager
-
Gets the health check service created in the constructor.
- getHealthService() - Method in class io.grpc.services.HealthStatusManager
-
Deprecated.
Gets the health check service created in the constructor.
- getHost() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
string host = 1;
- getHost() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
string host = 1;
- getHost() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
string host = 1;
- getHostBytes() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
string host = 1;
- getHostBytes() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
string host = 1;
- getHostBytes() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
string host = 1;
- getImmutableServices() - Method in class io.grpc.Server
-
Returns immutable services registered with the server, or an empty list if not supported by the
implementation.
- getInitialRequest() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
This message should be sent on the first request to the load balancer.
- getInitialRequest() - Method in class io.grpc.lb.v1.LoadBalanceRequest
-
This message should be sent on the first request to the load balancer.
- getInitialRequest() - Method in interface io.grpc.lb.v1.LoadBalanceRequestOrBuilder
-
This message should be sent on the first request to the load balancer.
- getInitialRequestBuilder() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
This message should be sent on the first request to the load balancer.
- getInitialRequestOrBuilder() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
This message should be sent on the first request to the load balancer.
- getInitialRequestOrBuilder() - Method in class io.grpc.lb.v1.LoadBalanceRequest
-
This message should be sent on the first request to the load balancer.
- getInitialRequestOrBuilder() - Method in interface io.grpc.lb.v1.LoadBalanceRequestOrBuilder
-
This message should be sent on the first request to the load balancer.
- getInitialResponse() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
This message should be sent on the first response to the client.
- getInitialResponse() - Method in class io.grpc.lb.v1.LoadBalanceResponse
-
This message should be sent on the first response to the client.
- getInitialResponse() - Method in interface io.grpc.lb.v1.LoadBalanceResponseOrBuilder
-
This message should be sent on the first response to the client.
- getInitialResponseBuilder() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
This message should be sent on the first response to the client.
- getInitialResponseOrBuilder() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
This message should be sent on the first response to the client.
- getInitialResponseOrBuilder() - Method in class io.grpc.lb.v1.LoadBalanceResponse
-
This message should be sent on the first response to the client.
- getInitialResponseOrBuilder() - Method in interface io.grpc.lb.v1.LoadBalanceResponseOrBuilder
-
This message should be sent on the first response to the client.
- getInstance() - Static method in class io.grpc.xds.orca.OrcaMetricReportingServerInterceptor
-
- getInstance() - Static method in class io.grpc.xds.orca.OrcaPerRequestUtil
-
- getInternalSubchannel() - Method in class io.grpc.LoadBalancer.Subchannel
-
(Internal use only) returns an object that represents the underlying subchannel that is used
by the Channel for sending RPCs when this
LoadBalancer.Subchannel
is picked.
- getInternalSubchannel() - Method in class io.grpc.util.ForwardingSubchannel
-
- getIpAddress() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
-
Either the IPv4 or IPv6 address in bytes.
- getIpAddress() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress
-
Either the IPv4 or IPv6 address in bytes.
- getIpAddress() - Method in interface io.grpc.channelz.v1.Address.TcpIpAddressOrBuilder
-
Either the IPv4 or IPv6 address in bytes.
- getIpAddress() - Method in class io.grpc.lb.v1.Server.Builder
-
A resolved address for the server, serialized in network-byte-order.
- getIpAddress() - Method in class io.grpc.lb.v1.Server
-
A resolved address for the server, serialized in network-byte-order.
- getIpAddress() - Method in interface io.grpc.lb.v1.ServerOrBuilder
-
A resolved address for the server, serialized in network-byte-order.
- getIpPort() - Method in class io.grpc.binarylog.v1.Address.Builder
-
only for TYPE_IPV4 and TYPE_IPV6
- getIpPort() - Method in class io.grpc.binarylog.v1.Address
-
only for TYPE_IPV4 and TYPE_IPV6
- getIpPort() - Method in interface io.grpc.binarylog.v1.AddressOrBuilder
-
only for TYPE_IPV4 and TYPE_IPV6
- getKeepAlivesSent() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of keep alives sent.
- getKeepAlivesSent() - Method in class io.grpc.channelz.v1.SocketData
-
The number of keep alives sent.
- getKeepAlivesSent() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The number of keep alives sent.
- getKey() - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
string key = 1;
- getKey() - Method in class io.grpc.binarylog.v1.MetadataEntry
-
string key = 1;
- getKey() - Method in interface io.grpc.binarylog.v1.MetadataEntryOrBuilder
-
string key = 1;
- getKeyBytes() - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
string key = 1;
- getKeyBytes() - Method in class io.grpc.binarylog.v1.MetadataEntry
-
string key = 1;
- getKeyBytes() - Method in interface io.grpc.binarylog.v1.MetadataEntryOrBuilder
-
string key = 1;
- getKeyManagers() - Method in class io.grpc.TlsChannelCredentials
-
Returns the key manager list which provides the client's identity.
- getKeyManagers() - Method in class io.grpc.TlsServerCredentials
-
Returns the key manager list which provides the server's identity.
- getKnownMessageEncodings() - Method in class io.grpc.DecompressorRegistry
-
Provides a list of all message encodings that have decompressors available.
- getLastCallStartedTimestamp() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The last time a call was started on the channel.
- getLastCallStartedTimestamp() - Method in class io.grpc.channelz.v1.ChannelData
-
The last time a call was started on the channel.
- getLastCallStartedTimestamp() - Method in interface io.grpc.channelz.v1.ChannelDataOrBuilder
-
The last time a call was started on the channel.
- getLastCallStartedTimestamp() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The last time a call was started on the server.
- getLastCallStartedTimestamp() - Method in class io.grpc.channelz.v1.ServerData
-
The last time a call was started on the server.
- getLastCallStartedTimestamp() - Method in interface io.grpc.channelz.v1.ServerDataOrBuilder
-
The last time a call was started on the server.
- getLastCallStartedTimestampBuilder() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The last time a call was started on the channel.
- getLastCallStartedTimestampBuilder() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The last time a call was started on the server.
- getLastCallStartedTimestampOrBuilder() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The last time a call was started on the channel.
- getLastCallStartedTimestampOrBuilder() - Method in class io.grpc.channelz.v1.ChannelData
-
The last time a call was started on the channel.
- getLastCallStartedTimestampOrBuilder() - Method in interface io.grpc.channelz.v1.ChannelDataOrBuilder
-
The last time a call was started on the channel.
- getLastCallStartedTimestampOrBuilder() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The last time a call was started on the server.
- getLastCallStartedTimestampOrBuilder() - Method in class io.grpc.channelz.v1.ServerData
-
The last time a call was started on the server.
- getLastCallStartedTimestampOrBuilder() - Method in interface io.grpc.channelz.v1.ServerDataOrBuilder
-
The last time a call was started on the server.
- getLastLocalStreamCreatedTimestamp() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a stream was created by this endpoint.
- getLastLocalStreamCreatedTimestamp() - Method in class io.grpc.channelz.v1.SocketData
-
The last time a stream was created by this endpoint.
- getLastLocalStreamCreatedTimestamp() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The last time a stream was created by this endpoint.
- getLastLocalStreamCreatedTimestampBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a stream was created by this endpoint.
- getLastLocalStreamCreatedTimestampOrBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a stream was created by this endpoint.
- getLastLocalStreamCreatedTimestampOrBuilder() - Method in class io.grpc.channelz.v1.SocketData
-
The last time a stream was created by this endpoint.
- getLastLocalStreamCreatedTimestampOrBuilder() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The last time a stream was created by this endpoint.
- getLastMessageReceivedTimestamp() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a message was received by this endpoint.
- getLastMessageReceivedTimestamp() - Method in class io.grpc.channelz.v1.SocketData
-
The last time a message was received by this endpoint.
- getLastMessageReceivedTimestamp() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The last time a message was received by this endpoint.
- getLastMessageReceivedTimestampBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a message was received by this endpoint.
- getLastMessageReceivedTimestampOrBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a message was received by this endpoint.
- getLastMessageReceivedTimestampOrBuilder() - Method in class io.grpc.channelz.v1.SocketData
-
The last time a message was received by this endpoint.
- getLastMessageReceivedTimestampOrBuilder() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The last time a message was received by this endpoint.
- getLastMessageSentTimestamp() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a message was sent by this endpoint.
- getLastMessageSentTimestamp() - Method in class io.grpc.channelz.v1.SocketData
-
The last time a message was sent by this endpoint.
- getLastMessageSentTimestamp() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The last time a message was sent by this endpoint.
- getLastMessageSentTimestampBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a message was sent by this endpoint.
- getLastMessageSentTimestampOrBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a message was sent by this endpoint.
- getLastMessageSentTimestampOrBuilder() - Method in class io.grpc.channelz.v1.SocketData
-
The last time a message was sent by this endpoint.
- getLastMessageSentTimestampOrBuilder() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The last time a message was sent by this endpoint.
- getLastRemoteStreamCreatedTimestamp() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a stream was created by the remote endpoint.
- getLastRemoteStreamCreatedTimestamp() - Method in class io.grpc.channelz.v1.SocketData
-
The last time a stream was created by the remote endpoint.
- getLastRemoteStreamCreatedTimestamp() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The last time a stream was created by the remote endpoint.
- getLastRemoteStreamCreatedTimestampBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a stream was created by the remote endpoint.
- getLastRemoteStreamCreatedTimestampOrBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a stream was created by the remote endpoint.
- getLastRemoteStreamCreatedTimestampOrBuilder() - Method in class io.grpc.channelz.v1.SocketData
-
The last time a stream was created by the remote endpoint.
- getLastRemoteStreamCreatedTimestampOrBuilder() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The last time a stream was created by the remote endpoint.
- getLength() - Method in class io.grpc.binarylog.v1.Message.Builder
-
Length of the message.
- getLength() - Method in class io.grpc.binarylog.v1.Message
-
Length of the message.
- getLength() - Method in interface io.grpc.binarylog.v1.MessageOrBuilder
-
Length of the message.
- getListenSocket(int) - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- getListenSocket(int) - Method in class io.grpc.channelz.v1.Server
-
The sockets that the server is listening on.
- getListenSocket(int) - Method in interface io.grpc.channelz.v1.ServerOrBuilder
-
The sockets that the server is listening on.
- getListenSocketBuilder(int) - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- getListenSocketBuilderList() - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- getListenSocketCount() - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- getListenSocketCount() - Method in class io.grpc.channelz.v1.Server
-
The sockets that the server is listening on.
- getListenSocketCount() - Method in interface io.grpc.channelz.v1.ServerOrBuilder
-
The sockets that the server is listening on.
- getListenSocketList() - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- getListenSocketList() - Method in class io.grpc.channelz.v1.Server
-
The sockets that the server is listening on.
- getListenSocketList() - Method in interface io.grpc.channelz.v1.ServerOrBuilder
-
The sockets that the server is listening on.
- getListenSocketOrBuilder(int) - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- getListenSocketOrBuilder(int) - Method in class io.grpc.channelz.v1.Server
-
The sockets that the server is listening on.
- getListenSocketOrBuilder(int) - Method in interface io.grpc.channelz.v1.ServerOrBuilder
-
The sockets that the server is listening on.
- getListenSocketOrBuilderList() - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- getListenSocketOrBuilderList() - Method in class io.grpc.channelz.v1.Server
-
The sockets that the server is listening on.
- getListenSocketOrBuilderList() - Method in interface io.grpc.channelz.v1.ServerOrBuilder
-
The sockets that the server is listening on.
- getListenSockets() - Method in class io.grpc.Server
-
Returns a list of listening sockets for this server.
- getListServices() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
List the full names of registered services.
- getListServices() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
List the full names of registered services.
- getListServices() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
List the full names of registered services.
- getListServicesBytes() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
List the full names of registered services.
- getListServicesBytes() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
List the full names of registered services.
- getListServicesBytes() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
List the full names of registered services.
- getListServicesResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer list_services request.
- getListServicesResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
This message is used to answer list_services request.
- getListServicesResponse() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
This message is used to answer list_services request.
- getListServicesResponseBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer list_services request.
- getListServicesResponseOrBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer list_services request.
- getListServicesResponseOrBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
This message is used to answer list_services request.
- getListServicesResponseOrBuilder() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
This message is used to answer list_services request.
- getLoadBalanceRequestTypeCase() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
- getLoadBalanceRequestTypeCase() - Method in class io.grpc.lb.v1.LoadBalanceRequest
-
- getLoadBalanceRequestTypeCase() - Method in interface io.grpc.lb.v1.LoadBalanceRequestOrBuilder
-
- getLoadBalanceResponseTypeCase() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
- getLoadBalanceResponseTypeCase() - Method in class io.grpc.lb.v1.LoadBalanceResponse
-
- getLoadBalanceResponseTypeCase() - Method in interface io.grpc.lb.v1.LoadBalanceResponseOrBuilder
-
- getLoadBalanceToken() - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
See Server.load_balance_token.
- getLoadBalanceToken() - Method in class io.grpc.lb.v1.ClientStatsPerToken
-
See Server.load_balance_token.
- getLoadBalanceToken() - Method in interface io.grpc.lb.v1.ClientStatsPerTokenOrBuilder
-
See Server.load_balance_token.
- getLoadBalanceToken() - Method in class io.grpc.lb.v1.Server.Builder
-
An opaque but printable token for load reporting.
- getLoadBalanceToken() - Method in class io.grpc.lb.v1.Server
-
An opaque but printable token for load reporting.
- getLoadBalanceToken() - Method in interface io.grpc.lb.v1.ServerOrBuilder
-
An opaque but printable token for load reporting.
- getLoadBalanceTokenBytes() - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
See Server.load_balance_token.
- getLoadBalanceTokenBytes() - Method in class io.grpc.lb.v1.ClientStatsPerToken
-
See Server.load_balance_token.
- getLoadBalanceTokenBytes() - Method in interface io.grpc.lb.v1.ClientStatsPerTokenOrBuilder
-
See Server.load_balance_token.
- getLoadBalanceTokenBytes() - Method in class io.grpc.lb.v1.Server.Builder
-
An opaque but printable token for load reporting.
- getLoadBalanceTokenBytes() - Method in class io.grpc.lb.v1.Server
-
An opaque but printable token for load reporting.
- getLoadBalanceTokenBytes() - Method in interface io.grpc.lb.v1.ServerOrBuilder
-
An opaque but printable token for load reporting.
- getLoadBalancingPolicyConfig() - Method in class io.grpc.LoadBalancer.ResolvedAddresses
-
Gets the domain specific load balancing policy.
- getLocal() - Method in class io.grpc.channelz.v1.Socket.Builder
-
The locally bound address.
- getLocal() - Method in class io.grpc.channelz.v1.Socket
-
The locally bound address.
- getLocal() - Method in interface io.grpc.channelz.v1.SocketOrBuilder
-
The locally bound address.
- getLocalBuilder() - Method in class io.grpc.channelz.v1.Socket.Builder
-
The locally bound address.
- getLocalCertificate() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
the certificate used by this endpoint.
- getLocalCertificate() - Method in class io.grpc.channelz.v1.Security.Tls
-
the certificate used by this endpoint.
- getLocalCertificate() - Method in interface io.grpc.channelz.v1.Security.TlsOrBuilder
-
the certificate used by this endpoint.
- getLocalFlowControlWindow() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The amount of window, granted to the local endpoint by the remote endpoint.
- getLocalFlowControlWindow() - Method in class io.grpc.channelz.v1.SocketData
-
The amount of window, granted to the local endpoint by the remote endpoint.
- getLocalFlowControlWindow() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The amount of window, granted to the local endpoint by the remote endpoint.
- getLocalFlowControlWindowBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The amount of window, granted to the local endpoint by the remote endpoint.
- getLocalFlowControlWindowOrBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The amount of window, granted to the local endpoint by the remote endpoint.
- getLocalFlowControlWindowOrBuilder() - Method in class io.grpc.channelz.v1.SocketData
-
The amount of window, granted to the local endpoint by the remote endpoint.
- getLocalFlowControlWindowOrBuilder() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The amount of window, granted to the local endpoint by the remote endpoint.
- getLocalOrBuilder() - Method in class io.grpc.channelz.v1.Socket.Builder
-
The locally bound address.
- getLocalOrBuilder() - Method in class io.grpc.channelz.v1.Socket
-
The locally bound address.
- getLocalOrBuilder() - Method in interface io.grpc.channelz.v1.SocketOrBuilder
-
The locally bound address.
- getLogger() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
One of the above Logger enum
- getLogger() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
One of the above Logger enum
- getLogger() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
One of the above Logger enum
- getLoggerValue() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
One of the above Logger enum
- getLoggerValue() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
One of the above Logger enum
- getLoggerValue() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
One of the above Logger enum
- getMaxInboundMessageSize() - Method in class io.grpc.CallOptions
-
Gets the maximum allowed message size acceptable from the remote peer.
- getMaxOutboundMessageSize() - Method in class io.grpc.CallOptions
-
Gets the maximum allowed message size acceptable to send the remote peer.
- getMaxResults() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
If non-zero, the server will return a page of results containing
at most this many items.
- getMaxResults() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest
-
If non-zero, the server will return a page of results containing
at most this many items.
- getMaxResults() - Method in interface io.grpc.channelz.v1.GetServerSocketsRequestOrBuilder
-
If non-zero, the server will return a page of results containing
at most this many items.
- getMaxResults() - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
-
If non-zero, the server will return a page of results containing
at most this many items.
- getMaxResults() - Method in class io.grpc.channelz.v1.GetServersRequest
-
If non-zero, the server will return a page of results containing
at most this many items.
- getMaxResults() - Method in interface io.grpc.channelz.v1.GetServersRequestOrBuilder
-
If non-zero, the server will return a page of results containing
at most this many items.
- getMaxResults() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
-
If non-zero, the server will return a page of results containing
at most this many items.
- getMaxResults() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest
-
If non-zero, the server will return a page of results containing
at most this many items.
- getMaxResults() - Method in interface io.grpc.channelz.v1.GetTopChannelsRequestOrBuilder
-
If non-zero, the server will return a page of results containing
at most this many items.
- getMemoryUtilization() - Method in class io.grpc.services.MetricReport
-
- getMessage() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
- getMessage() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
- getMessage() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
- getMessageBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
- getMessageClass() - Method in interface io.grpc.MethodDescriptor.ReflectableMarshaller
-
Returns the Class
that this marshaller serializes and deserializes.
- getMessageEncoding() - Method in class io.grpc.Codec.Gzip
-
- getMessageEncoding() - Method in class io.grpc.Codec.Identity
-
- getMessageEncoding() - Method in interface io.grpc.Compressor
-
Returns the message encoding that this compressor uses.
- getMessageEncoding() - Method in interface io.grpc.Decompressor
-
Returns the message encoding that this compressor uses.
- getMessageOrBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
- getMessageOrBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
- getMessageOrBuilder() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
- getMessagePrototype() - Method in interface io.grpc.MethodDescriptor.PrototypeMarshaller
-
An instance of the expected message type, typically used as a schema and helper for producing
other message instances.
- getMessageRequestCase() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
- getMessageRequestCase() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
- getMessageRequestCase() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder
-
- getMessageResponseCase() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
- getMessageResponseCase() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
- getMessageResponseCase() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
- getMessagesReceived() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of grpc messages received on this socket.
- getMessagesReceived() - Method in class io.grpc.channelz.v1.SocketData
-
The number of grpc messages received on this socket.
- getMessagesReceived() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The number of grpc messages received on this socket.
- getMessagesSent() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of grpc messages successfully sent on this socket.
- getMessagesSent() - Method in class io.grpc.channelz.v1.SocketData
-
The number of grpc messages successfully sent on this socket.
- getMessagesSent() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The number of grpc messages successfully sent on this socket.
- getMetadata() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
This contains only the metadata from the application.
- getMetadata() - Method in class io.grpc.binarylog.v1.ClientHeader
-
This contains only the metadata from the application.
- getMetadata() - Method in interface io.grpc.binarylog.v1.ClientHeaderOrBuilder
-
This contains only the metadata from the application.
- getMetadata() - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
-
This contains only the metadata from the application.
- getMetadata() - Method in class io.grpc.binarylog.v1.ServerHeader
-
This contains only the metadata from the application.
- getMetadata() - Method in interface io.grpc.binarylog.v1.ServerHeaderOrBuilder
-
This contains only the metadata from the application.
- getMetadata() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
This contains only the metadata from the application.
- getMetadata() - Method in class io.grpc.binarylog.v1.Trailer
-
This contains only the metadata from the application.
- getMetadata() - Method in interface io.grpc.binarylog.v1.TrailerOrBuilder
-
This contains only the metadata from the application.
- getMetadataBuilder() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
This contains only the metadata from the application.
- getMetadataBuilder() - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
-
This contains only the metadata from the application.
- getMetadataBuilder() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
This contains only the metadata from the application.
- getMetadataOrBuilder() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
This contains only the metadata from the application.
- getMetadataOrBuilder() - Method in class io.grpc.binarylog.v1.ClientHeader
-
This contains only the metadata from the application.
- getMetadataOrBuilder() - Method in interface io.grpc.binarylog.v1.ClientHeaderOrBuilder
-
This contains only the metadata from the application.
- getMetadataOrBuilder() - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
-
This contains only the metadata from the application.
- getMetadataOrBuilder() - Method in class io.grpc.binarylog.v1.ServerHeader
-
This contains only the metadata from the application.
- getMetadataOrBuilder() - Method in interface io.grpc.binarylog.v1.ServerHeaderOrBuilder
-
This contains only the metadata from the application.
- getMetadataOrBuilder() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
This contains only the metadata from the application.
- getMetadataOrBuilder() - Method in class io.grpc.binarylog.v1.Trailer
-
This contains only the metadata from the application.
- getMetadataOrBuilder() - Method in interface io.grpc.binarylog.v1.TrailerOrBuilder
-
This contains only the metadata from the application.
- getMethod(String) - Method in class io.grpc.ServerServiceDefinition
-
Look up a method by its fully qualified name.
- getMethodDescriptor() - Method in class io.grpc.CallCredentials.RequestInfo
-
The method descriptor of this RPC.
- getMethodDescriptor() - Method in class io.grpc.ForwardingServerCall
-
- getMethodDescriptor() - Method in class io.grpc.LoadBalancer.PickSubchannelArgs
-
Call method.
- getMethodDescriptor() - Method in interface io.grpc.protobuf.ProtoMethodDescriptorSupplier
-
Returns method descriptor to the proto service method.
- getMethodDescriptor() - Method in class io.grpc.ServerCall
-
- getMethodDescriptor() - Method in class io.grpc.ServerMethodDefinition
-
The MethodDescriptor
for this method.
- getMethodDescriptor() - Method in class io.grpc.ServerStreamTracer.ServerCallInfo
-
- getMethodName() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
The name of the RPC method, which looks something like:
/<service>/<method>
Note the leading "/" character.
- getMethodName() - Method in class io.grpc.binarylog.v1.ClientHeader
-
The name of the RPC method, which looks something like:
/<service>/<method>
Note the leading "/" character.
- getMethodName() - Method in interface io.grpc.binarylog.v1.ClientHeaderOrBuilder
-
The name of the RPC method, which looks something like:
/<service>/<method>
Note the leading "/" character.
- getMethodNameBytes() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
The name of the RPC method, which looks something like:
/<service>/<method>
Note the leading "/" character.
- getMethodNameBytes() - Method in class io.grpc.binarylog.v1.ClientHeader
-
The name of the RPC method, which looks something like:
/<service>/<method>
Note the leading "/" character.
- getMethodNameBytes() - Method in interface io.grpc.binarylog.v1.ClientHeaderOrBuilder
-
The name of the RPC method, which looks something like:
/<service>/<method>
Note the leading "/" character.
- getMethods() - Method in class io.grpc.ServerServiceDefinition
-
Gets all the methods of service.
- getMethods() - Method in class io.grpc.ServiceDescriptor
-
A collection of
MethodDescriptor
instances describing the methods exposed by the
service.
- getModelCase() - Method in class io.grpc.channelz.v1.Security.Builder
-
- getModelCase() - Method in class io.grpc.channelz.v1.Security
-
- getModelCase() - Method in interface io.grpc.channelz.v1.SecurityOrBuilder
-
- getMutableServices() - Method in class io.grpc.Server
-
Returns mutable services registered with the server, or an empty list if not supported by the
implementation.
- getName() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
The human readable version of the value.
- getName() - Method in class io.grpc.channelz.v1.Address.OtherAddress
-
The human readable version of the value.
- getName() - Method in interface io.grpc.channelz.v1.Address.OtherAddressOrBuilder
-
The human readable version of the value.
- getName() - Method in class io.grpc.channelz.v1.ChannelRef.Builder
-
An optional name associated with the channel.
- getName() - Method in class io.grpc.channelz.v1.ChannelRef
-
An optional name associated with the channel.
- getName() - Method in interface io.grpc.channelz.v1.ChannelRefOrBuilder
-
An optional name associated with the channel.
- getName() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
The human readable version of the value.
- getName() - Method in class io.grpc.channelz.v1.Security.OtherSecurity
-
The human readable version of the value.
- getName() - Method in interface io.grpc.channelz.v1.Security.OtherSecurityOrBuilder
-
The human readable version of the value.
- getName() - Method in class io.grpc.channelz.v1.ServerRef.Builder
-
An optional name associated with the server.
- getName() - Method in class io.grpc.channelz.v1.ServerRef
-
An optional name associated with the server.
- getName() - Method in interface io.grpc.channelz.v1.ServerRefOrBuilder
-
An optional name associated with the server.
- getName() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
The full name of the socket option.
- getName() - Method in class io.grpc.channelz.v1.SocketOption
-
The full name of the socket option.
- getName() - Method in interface io.grpc.channelz.v1.SocketOptionOrBuilder
-
The full name of the socket option.
- getName() - Method in class io.grpc.channelz.v1.SocketRef.Builder
-
An optional name associated with the socket.
- getName() - Method in class io.grpc.channelz.v1.SocketRef
-
An optional name associated with the socket.
- getName() - Method in interface io.grpc.channelz.v1.SocketRefOrBuilder
-
An optional name associated with the socket.
- getName() - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
An optional name associated with the subchannel.
- getName() - Method in class io.grpc.channelz.v1.SubchannelRef
-
An optional name associated with the subchannel.
- getName() - Method in interface io.grpc.channelz.v1.SubchannelRefOrBuilder
-
An optional name associated with the subchannel.
- getName() - Method in class io.grpc.inprocess.InProcessSocketAddress
-
Gets the name of the inprocess server.
- getName() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
-
The name of the load balanced service (e.g., service.googleapis.com).
- getName() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest
-
The name of the load balanced service (e.g., service.googleapis.com).
- getName() - Method in interface io.grpc.lb.v1.InitialLoadBalanceRequestOrBuilder
-
The name of the load balanced service (e.g., service.googleapis.com).
- getName() - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
-
Full name of a registered service, including its package name.
- getName() - Method in class io.grpc.reflection.v1alpha.ServiceResponse
-
Full name of a registered service, including its package name.
- getName() - Method in interface io.grpc.reflection.v1alpha.ServiceResponseOrBuilder
-
Full name of a registered service, including its package name.
- getName() - Method in class io.grpc.ServiceDescriptor
-
Simple name of the service.
- getName() - Method in class io.grpc.xds.XdsCredentialsProvider
-
Returns the xDS credential name associated with this provider which makes it selectable
via XdsCredentialsRegistry.getProvider(java.lang.String)
.
- getNameBytes() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
The human readable version of the value.
- getNameBytes() - Method in class io.grpc.channelz.v1.Address.OtherAddress
-
The human readable version of the value.
- getNameBytes() - Method in interface io.grpc.channelz.v1.Address.OtherAddressOrBuilder
-
The human readable version of the value.
- getNameBytes() - Method in class io.grpc.channelz.v1.ChannelRef.Builder
-
An optional name associated with the channel.
- getNameBytes() - Method in class io.grpc.channelz.v1.ChannelRef
-
An optional name associated with the channel.
- getNameBytes() - Method in interface io.grpc.channelz.v1.ChannelRefOrBuilder
-
An optional name associated with the channel.
- getNameBytes() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
The human readable version of the value.
- getNameBytes() - Method in class io.grpc.channelz.v1.Security.OtherSecurity
-
The human readable version of the value.
- getNameBytes() - Method in interface io.grpc.channelz.v1.Security.OtherSecurityOrBuilder
-
The human readable version of the value.
- getNameBytes() - Method in class io.grpc.channelz.v1.ServerRef.Builder
-
An optional name associated with the server.
- getNameBytes() - Method in class io.grpc.channelz.v1.ServerRef
-
An optional name associated with the server.
- getNameBytes() - Method in interface io.grpc.channelz.v1.ServerRefOrBuilder
-
An optional name associated with the server.
- getNameBytes() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
The full name of the socket option.
- getNameBytes() - Method in class io.grpc.channelz.v1.SocketOption
-
The full name of the socket option.
- getNameBytes() - Method in interface io.grpc.channelz.v1.SocketOptionOrBuilder
-
The full name of the socket option.
- getNameBytes() - Method in class io.grpc.channelz.v1.SocketRef.Builder
-
An optional name associated with the socket.
- getNameBytes() - Method in class io.grpc.channelz.v1.SocketRef
-
An optional name associated with the socket.
- getNameBytes() - Method in interface io.grpc.channelz.v1.SocketRefOrBuilder
-
An optional name associated with the socket.
- getNameBytes() - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
An optional name associated with the subchannel.
- getNameBytes() - Method in class io.grpc.channelz.v1.SubchannelRef
-
An optional name associated with the subchannel.
- getNameBytes() - Method in interface io.grpc.channelz.v1.SubchannelRefOrBuilder
-
An optional name associated with the subchannel.
- getNameBytes() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
-
The name of the load balanced service (e.g., service.googleapis.com).
- getNameBytes() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest
-
The name of the load balanced service (e.g., service.googleapis.com).
- getNameBytes() - Method in interface io.grpc.lb.v1.InitialLoadBalanceRequestOrBuilder
-
The name of the load balanced service (e.g., service.googleapis.com).
- getNameBytes() - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
-
Full name of a registered service, including its package name.
- getNameBytes() - Method in class io.grpc.reflection.v1alpha.ServiceResponse
-
Full name of a registered service, including its package name.
- getNameBytes() - Method in interface io.grpc.reflection.v1alpha.ServiceResponseOrBuilder
-
Full name of a registered service, including its package name.
- getNameResolverArgs() - Method in class io.grpc.LoadBalancer.Helper
-
- getNameResolverArgs() - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- getNameResolverRegistry() - Method in class io.grpc.LoadBalancer.Helper
-
- getNameResolverRegistry() - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- getNegotiationLogger() - Method in class io.grpc.netty.GrpcHttp2ConnectionHandler
-
Returns the channel logger for the given channel context.
- getNumber() - Method in enum io.grpc.binarylog.v1.Address.Type
-
- getNumber() - Method in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
- getNumber() - Method in enum io.grpc.binarylog.v1.GrpcLogEntry.Logger
-
- getNumber() - Method in enum io.grpc.binarylog.v1.GrpcLogEntry.PayloadCase
-
- getNumber() - Method in enum io.grpc.channelz.v1.Address.AddressCase
-
- getNumber() - Method in enum io.grpc.channelz.v1.ChannelConnectivityState.State
-
- getNumber() - Method in enum io.grpc.channelz.v1.ChannelTraceEvent.ChildRefCase
-
- getNumber() - Method in enum io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
- getNumber() - Method in enum io.grpc.channelz.v1.Security.ModelCase
-
- getNumber() - Method in enum io.grpc.channelz.v1.Security.Tls.CipherSuiteCase
-
- getNumber() - Method in enum io.grpc.health.v1.HealthCheckResponse.ServingStatus
-
- getNumber() - Method in enum io.grpc.lb.v1.LoadBalanceRequest.LoadBalanceRequestTypeCase
-
- getNumber() - Method in enum io.grpc.lb.v1.LoadBalanceResponse.LoadBalanceResponseTypeCase
-
- getNumber() - Method in enum io.grpc.reflection.v1alpha.ServerReflectionRequest.MessageRequestCase
-
- getNumber() - Method in enum io.grpc.reflection.v1alpha.ServerReflectionResponse.MessageResponseCase
-
- getNumCalls() - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
The total number of RPCs that finished associated with the token.
- getNumCalls() - Method in class io.grpc.lb.v1.ClientStatsPerToken
-
The total number of RPCs that finished associated with the token.
- getNumCalls() - Method in interface io.grpc.lb.v1.ClientStatsPerTokenOrBuilder
-
The total number of RPCs that finished associated with the token.
- getNumCallsFinished() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The total number of RPCs that finished.
- getNumCallsFinished() - Method in class io.grpc.lb.v1.ClientStats
-
The total number of RPCs that finished.
- getNumCallsFinished() - Method in interface io.grpc.lb.v1.ClientStatsOrBuilder
-
The total number of RPCs that finished.
- getNumCallsFinishedKnownReceived() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The total number of RPCs that finished and are known to have been received
by a server.
- getNumCallsFinishedKnownReceived() - Method in class io.grpc.lb.v1.ClientStats
-
The total number of RPCs that finished and are known to have been received
by a server.
- getNumCallsFinishedKnownReceived() - Method in interface io.grpc.lb.v1.ClientStatsOrBuilder
-
The total number of RPCs that finished and are known to have been received
by a server.
- getNumCallsFinishedWithClientFailedToSend() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The total number of RPCs that failed to reach a server except dropped RPCs.
- getNumCallsFinishedWithClientFailedToSend() - Method in class io.grpc.lb.v1.ClientStats
-
The total number of RPCs that failed to reach a server except dropped RPCs.
- getNumCallsFinishedWithClientFailedToSend() - Method in interface io.grpc.lb.v1.ClientStatsOrBuilder
-
The total number of RPCs that failed to reach a server except dropped RPCs.
- getNumCallsStarted() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The total number of RPCs that started.
- getNumCallsStarted() - Method in class io.grpc.lb.v1.ClientStats
-
The total number of RPCs that started.
- getNumCallsStarted() - Method in interface io.grpc.lb.v1.ClientStatsOrBuilder
-
The total number of RPCs that started.
- getNumEventsLogged() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
Number of events ever logged in this tracing object.
- getNumEventsLogged() - Method in class io.grpc.channelz.v1.ChannelTrace
-
Number of events ever logged in this tracing object.
- getNumEventsLogged() - Method in interface io.grpc.channelz.v1.ChannelTraceOrBuilder
-
Number of events ever logged in this tracing object.
- getOffloadExecutor() - Method in class io.grpc.NameResolver.Args
-
Returns the Executor on which this resolver should execute long-running or I/O bound work.
- getOption(CallOptions.Key<T>) - Method in class io.grpc.CallOptions
-
Get the value for a custom option or its inherent default.
- getOption(int) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- getOption(int) - Method in class io.grpc.channelz.v1.SocketData
-
Socket options set on this socket.
- getOption(int) - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
Socket options set on this socket.
- getOption(LoadBalancer.CreateSubchannelArgs.Key<T>) - Method in class io.grpc.LoadBalancer.CreateSubchannelArgs
-
Get the value for a custom option or its inherent default.
- getOptionBuilder(int) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- getOptionBuilderList() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- getOptionCount() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- getOptionCount() - Method in class io.grpc.channelz.v1.SocketData
-
Socket options set on this socket.
- getOptionCount() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
Socket options set on this socket.
- getOptionList() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- getOptionList() - Method in class io.grpc.channelz.v1.SocketData
-
Socket options set on this socket.
- getOptionList() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
Socket options set on this socket.
- getOptionOrBuilder(int) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- getOptionOrBuilder(int) - Method in class io.grpc.channelz.v1.SocketData
-
Socket options set on this socket.
- getOptionOrBuilder(int) - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
Socket options set on this socket.
- getOptionOrBuilderList() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- getOptionOrBuilderList() - Method in class io.grpc.channelz.v1.SocketData
-
Socket options set on this socket.
- getOptionOrBuilderList() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
Socket options set on this socket.
- getOriginalRequest() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
.grpc.reflection.v1alpha.ServerReflectionRequest original_request = 2;
- getOriginalRequest() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
.grpc.reflection.v1alpha.ServerReflectionRequest original_request = 2;
- getOriginalRequest() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
.grpc.reflection.v1alpha.ServerReflectionRequest original_request = 2;
- getOriginalRequestBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
.grpc.reflection.v1alpha.ServerReflectionRequest original_request = 2;
- getOriginalRequestOrBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
.grpc.reflection.v1alpha.ServerReflectionRequest original_request = 2;
- getOriginalRequestOrBuilder() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
.grpc.reflection.v1alpha.ServerReflectionRequest original_request = 2;
- getOriginalRequestOrBuilder() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
.grpc.reflection.v1alpha.ServerReflectionRequest original_request = 2;
- getOther() - Method in class io.grpc.channelz.v1.Security.Builder
-
.grpc.channelz.v1.Security.OtherSecurity other = 2;
- getOther() - Method in class io.grpc.channelz.v1.Security
-
.grpc.channelz.v1.Security.OtherSecurity other = 2;
- getOther() - Method in interface io.grpc.channelz.v1.SecurityOrBuilder
-
.grpc.channelz.v1.Security.OtherSecurity other = 2;
- getOtherAddress() - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
- getOtherAddress() - Method in class io.grpc.channelz.v1.Address
-
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
- getOtherAddress() - Method in interface io.grpc.channelz.v1.AddressOrBuilder
-
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
- getOtherAddressBuilder() - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
- getOtherAddressOrBuilder() - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
- getOtherAddressOrBuilder() - Method in class io.grpc.channelz.v1.Address
-
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
- getOtherAddressOrBuilder() - Method in interface io.grpc.channelz.v1.AddressOrBuilder
-
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
- getOtherBuilder() - Method in class io.grpc.channelz.v1.Security.Builder
-
.grpc.channelz.v1.Security.OtherSecurity other = 2;
- getOtherName() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
Some other way to describe the cipher suite if
the RFC 4346 name is not available.
- getOtherName() - Method in class io.grpc.channelz.v1.Security.Tls
-
Some other way to describe the cipher suite if
the RFC 4346 name is not available.
- getOtherName() - Method in interface io.grpc.channelz.v1.Security.TlsOrBuilder
-
Some other way to describe the cipher suite if
the RFC 4346 name is not available.
- getOtherNameBytes() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
Some other way to describe the cipher suite if
the RFC 4346 name is not available.
- getOtherNameBytes() - Method in class io.grpc.channelz.v1.Security.Tls
-
Some other way to describe the cipher suite if
the RFC 4346 name is not available.
- getOtherNameBytes() - Method in interface io.grpc.channelz.v1.Security.TlsOrBuilder
-
Some other way to describe the cipher suite if
the RFC 4346 name is not available.
- getOtherOrBuilder() - Method in class io.grpc.channelz.v1.Security.Builder
-
.grpc.channelz.v1.Security.OtherSecurity other = 2;
- getOtherOrBuilder() - Method in class io.grpc.channelz.v1.Security
-
.grpc.channelz.v1.Security.OtherSecurity other = 2;
- getOtherOrBuilder() - Method in interface io.grpc.channelz.v1.SecurityOrBuilder
-
.grpc.channelz.v1.Security.OtherSecurity other = 2;
- getOverrideAuthority() - Method in class io.grpc.NameResolver.Args
-
- getParserForType() - Method in class io.grpc.binarylog.v1.Address
-
- getParserForType() - Method in class io.grpc.binarylog.v1.ClientHeader
-
- getParserForType() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
- getParserForType() - Method in class io.grpc.binarylog.v1.Message
-
- getParserForType() - Method in class io.grpc.binarylog.v1.Metadata
-
- getParserForType() - Method in class io.grpc.binarylog.v1.MetadataEntry
-
- getParserForType() - Method in class io.grpc.binarylog.v1.ServerHeader
-
- getParserForType() - Method in class io.grpc.binarylog.v1.Trailer
-
- getParserForType() - Method in class io.grpc.channelz.v1.Address
-
- getParserForType() - Method in class io.grpc.channelz.v1.Address.OtherAddress
-
- getParserForType() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress
-
- getParserForType() - Method in class io.grpc.channelz.v1.Address.UdsAddress
-
- getParserForType() - Method in class io.grpc.channelz.v1.Channel
-
- getParserForType() - Method in class io.grpc.channelz.v1.ChannelConnectivityState
-
- getParserForType() - Method in class io.grpc.channelz.v1.ChannelData
-
- getParserForType() - Method in class io.grpc.channelz.v1.ChannelRef
-
- getParserForType() - Method in class io.grpc.channelz.v1.ChannelTrace
-
- getParserForType() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetChannelRequest
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetChannelResponse
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetServerRequest
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetServerResponse
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetServersRequest
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetServersResponse
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetSocketRequest
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetSocketResponse
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetSubchannelRequest
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetSubchannelResponse
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest
-
- getParserForType() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse
-
- getParserForType() - Method in class io.grpc.channelz.v1.Security
-
- getParserForType() - Method in class io.grpc.channelz.v1.Security.OtherSecurity
-
- getParserForType() - Method in class io.grpc.channelz.v1.Security.Tls
-
- getParserForType() - Method in class io.grpc.channelz.v1.Server
-
- getParserForType() - Method in class io.grpc.channelz.v1.ServerData
-
- getParserForType() - Method in class io.grpc.channelz.v1.ServerRef
-
- getParserForType() - Method in class io.grpc.channelz.v1.Socket
-
- getParserForType() - Method in class io.grpc.channelz.v1.SocketData
-
- getParserForType() - Method in class io.grpc.channelz.v1.SocketOption
-
- getParserForType() - Method in class io.grpc.channelz.v1.SocketOptionLinger
-
- getParserForType() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
- getParserForType() - Method in class io.grpc.channelz.v1.SocketOptionTimeout
-
- getParserForType() - Method in class io.grpc.channelz.v1.SocketRef
-
- getParserForType() - Method in class io.grpc.channelz.v1.Subchannel
-
- getParserForType() - Method in class io.grpc.channelz.v1.SubchannelRef
-
- getParserForType() - Method in class io.grpc.health.v1.HealthCheckRequest
-
- getParserForType() - Method in class io.grpc.health.v1.HealthCheckResponse
-
- getParserForType() - Method in class io.grpc.lb.v1.ClientStats
-
- getParserForType() - Method in class io.grpc.lb.v1.ClientStatsPerToken
-
- getParserForType() - Method in class io.grpc.lb.v1.FallbackResponse
-
- getParserForType() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest
-
- getParserForType() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse
-
- getParserForType() - Method in class io.grpc.lb.v1.LoadBalanceRequest
-
- getParserForType() - Method in class io.grpc.lb.v1.LoadBalanceResponse
-
- getParserForType() - Method in class io.grpc.lb.v1.Server
-
- getParserForType() - Method in class io.grpc.lb.v1.ServerList
-
- getParserForType() - Method in class io.grpc.reflection.v1alpha.ErrorResponse
-
- getParserForType() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
-
- getParserForType() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest
-
- getParserForType() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse
-
- getParserForType() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse
-
- getParserForType() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
- getParserForType() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
- getParserForType() - Method in class io.grpc.reflection.v1alpha.ServiceResponse
-
- getPassword() - Method in class io.grpc.HttpConnectProxiedSocketAddress
-
Returns the password used to connect to the proxy.
- getPayloadCase() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
- getPayloadCase() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
- getPayloadCase() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
- getPayloadTruncated() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
true if payload does not represent the full message or metadata.
- getPayloadTruncated() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
true if payload does not represent the full message or metadata.
- getPayloadTruncated() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
true if payload does not represent the full message or metadata.
- getPeer() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Peer address information, will only be recorded on the first
incoming event.
- getPeer() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
Peer address information, will only be recorded on the first
incoming event.
- getPeer() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
Peer address information, will only be recorded on the first
incoming event.
- getPeerBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Peer address information, will only be recorded on the first
incoming event.
- getPeerOrBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Peer address information, will only be recorded on the first
incoming event.
- getPeerOrBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
Peer address information, will only be recorded on the first
incoming event.
- getPeerOrBuilder() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
Peer address information, will only be recorded on the first
incoming event.
- getPolicyName() - Method in class io.grpc.grpclb.GrpclbLoadBalancerProvider
-
- getPolicyName() - Method in class io.grpc.LoadBalancerProvider
-
- getPolicyName() - Method in class io.grpc.rls.RlsLoadBalancerProvider
-
- getPolicyName() - Method in class io.grpc.util.OutlierDetectionLoadBalancerProvider
-
- getPort() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
-
0-64k, or -1 if not appropriate.
- getPort() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress
-
0-64k, or -1 if not appropriate.
- getPort() - Method in interface io.grpc.channelz.v1.Address.TcpIpAddressOrBuilder
-
0-64k, or -1 if not appropriate.
- getPort() - Method in class io.grpc.lb.v1.Server.Builder
-
A resolved port number for the server.
- getPort() - Method in class io.grpc.lb.v1.Server
-
A resolved port number for the server.
- getPort() - Method in interface io.grpc.lb.v1.ServerOrBuilder
-
A resolved port number for the server.
- getPort() - Method in class io.grpc.Server
-
Returns the port number the server is listening on.
- getPreviousAttempts() - Method in class io.grpc.ClientStreamTracer.StreamInfo
-
Returns the number of preceding attempts for the RPC.
- getPriority() - Method in class io.grpc.grpclb.GrpclbLoadBalancerProvider
-
- getPriority() - Method in class io.grpc.LoadBalancerProvider
-
A priority, from 0 to 10 that this provider should be used, taking the current environment into
consideration.
- getPriority() - Method in class io.grpc.rls.RlsLoadBalancerProvider
-
- getPriority() - Method in class io.grpc.util.OutlierDetectionLoadBalancerProvider
-
- getPrivateKey() - Method in class io.grpc.TlsChannelCredentials
-
The private key for the client's identity, as a new byte array.
- getPrivateKey() - Method in class io.grpc.TlsServerCredentials
-
The private key for the server's identity, as a new byte array.
- getPrivateKey(String) - Method in class io.grpc.util.AdvancedTlsX509KeyManager
-
- getPrivateKey(InputStream) - Static method in class io.grpc.util.CertificateUtils
-
- getPrivateKeyPassword() - Method in class io.grpc.TlsChannelCredentials
-
Returns the password to decrypt the private key, or null
if unencrypted.
- getPrivateKeyPassword() - Method in class io.grpc.TlsServerCredentials
-
Returns the password to decrypt the private key, or null
if unencrypted.
- getProducedSocketAddressTypes() - Method in class io.grpc.NameResolverProvider
-
Returns the
SocketAddress
types this provider's name-resolver is capable of producing.
- getProducedSocketAddressTypes() - Method in class io.grpc.netty.UdsNameResolverProvider
-
- getProvider(String) - Method in class io.grpc.LoadBalancerRegistry
-
Returns the effective provider for the given load-balancing policy, or null
if no
suitable provider can be found.
- getProxyAddress() - Method in class io.grpc.HttpConnectProxiedSocketAddress
-
Returns the address to the proxy, which is already resolved.
- getProxyDetector() - Method in class io.grpc.NameResolver.Args
-
If the NameResolver wants to support proxy, it should inquire this
ProxyDetector
.
- getQps() - Method in class io.grpc.services.MetricReport
-
- getRef() - Method in class io.grpc.channelz.v1.Channel.Builder
-
The identifier for this channel.
- getRef() - Method in class io.grpc.channelz.v1.Channel
-
The identifier for this channel.
- getRef() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
The identifier for this channel.
- getRef() - Method in class io.grpc.channelz.v1.Server.Builder
-
The identifier for a Server.
- getRef() - Method in class io.grpc.channelz.v1.Server
-
The identifier for a Server.
- getRef() - Method in interface io.grpc.channelz.v1.ServerOrBuilder
-
The identifier for a Server.
- getRef() - Method in class io.grpc.channelz.v1.Socket.Builder
-
The identifier for the Socket.
- getRef() - Method in class io.grpc.channelz.v1.Socket
-
The identifier for the Socket.
- getRef() - Method in interface io.grpc.channelz.v1.SocketOrBuilder
-
The identifier for the Socket.
- getRef() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
The identifier for this channel.
- getRef() - Method in class io.grpc.channelz.v1.Subchannel
-
The identifier for this channel.
- getRef() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
The identifier for this channel.
- getRefBuilder() - Method in class io.grpc.channelz.v1.Channel.Builder
-
The identifier for this channel.
- getRefBuilder() - Method in class io.grpc.channelz.v1.Server.Builder
-
The identifier for a Server.
- getRefBuilder() - Method in class io.grpc.channelz.v1.Socket.Builder
-
The identifier for the Socket.
- getRefBuilder() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
The identifier for this channel.
- getRefOrBuilder() - Method in class io.grpc.channelz.v1.Channel.Builder
-
The identifier for this channel.
- getRefOrBuilder() - Method in class io.grpc.channelz.v1.Channel
-
The identifier for this channel.
- getRefOrBuilder() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
The identifier for this channel.
- getRefOrBuilder() - Method in class io.grpc.channelz.v1.Server.Builder
-
The identifier for a Server.
- getRefOrBuilder() - Method in class io.grpc.channelz.v1.Server
-
The identifier for a Server.
- getRefOrBuilder() - Method in interface io.grpc.channelz.v1.ServerOrBuilder
-
The identifier for a Server.
- getRefOrBuilder() - Method in class io.grpc.channelz.v1.Socket.Builder
-
The identifier for the Socket.
- getRefOrBuilder() - Method in class io.grpc.channelz.v1.Socket
-
The identifier for the Socket.
- getRefOrBuilder() - Method in interface io.grpc.channelz.v1.SocketOrBuilder
-
The identifier for the Socket.
- getRefOrBuilder() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
The identifier for this channel.
- getRefOrBuilder() - Method in class io.grpc.channelz.v1.Subchannel
-
The identifier for this channel.
- getRefOrBuilder() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
The identifier for this channel.
- getRemote() - Method in class io.grpc.channelz.v1.Socket.Builder
-
The remote bound address.
- getRemote() - Method in class io.grpc.channelz.v1.Socket
-
The remote bound address.
- getRemote() - Method in interface io.grpc.channelz.v1.SocketOrBuilder
-
The remote bound address.
- getRemoteBuilder() - Method in class io.grpc.channelz.v1.Socket.Builder
-
The remote bound address.
- getRemoteCertificate() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
the certificate used by the remote endpoint.
- getRemoteCertificate() - Method in class io.grpc.channelz.v1.Security.Tls
-
the certificate used by the remote endpoint.
- getRemoteCertificate() - Method in interface io.grpc.channelz.v1.Security.TlsOrBuilder
-
the certificate used by the remote endpoint.
- getRemoteFlowControlWindow() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The amount of window, granted to the remote endpoint by the local endpoint.
- getRemoteFlowControlWindow() - Method in class io.grpc.channelz.v1.SocketData
-
The amount of window, granted to the remote endpoint by the local endpoint.
- getRemoteFlowControlWindow() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The amount of window, granted to the remote endpoint by the local endpoint.
- getRemoteFlowControlWindowBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The amount of window, granted to the remote endpoint by the local endpoint.
- getRemoteFlowControlWindowOrBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The amount of window, granted to the remote endpoint by the local endpoint.
- getRemoteFlowControlWindowOrBuilder() - Method in class io.grpc.channelz.v1.SocketData
-
The amount of window, granted to the remote endpoint by the local endpoint.
- getRemoteFlowControlWindowOrBuilder() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The amount of window, granted to the remote endpoint by the local endpoint.
- getRemoteName() - Method in class io.grpc.channelz.v1.Socket.Builder
-
Optional, represents the name of the remote endpoint, if different than
the original target name.
- getRemoteName() - Method in class io.grpc.channelz.v1.Socket
-
Optional, represents the name of the remote endpoint, if different than
the original target name.
- getRemoteName() - Method in interface io.grpc.channelz.v1.SocketOrBuilder
-
Optional, represents the name of the remote endpoint, if different than
the original target name.
- getRemoteNameBytes() - Method in class io.grpc.channelz.v1.Socket.Builder
-
Optional, represents the name of the remote endpoint, if different than
the original target name.
- getRemoteNameBytes() - Method in class io.grpc.channelz.v1.Socket
-
Optional, represents the name of the remote endpoint, if different than
the original target name.
- getRemoteNameBytes() - Method in interface io.grpc.channelz.v1.SocketOrBuilder
-
Optional, represents the name of the remote endpoint, if different than
the original target name.
- getRemoteOrBuilder() - Method in class io.grpc.channelz.v1.Socket.Builder
-
The remote bound address.
- getRemoteOrBuilder() - Method in class io.grpc.channelz.v1.Socket
-
The remote bound address.
- getRemoteOrBuilder() - Method in interface io.grpc.channelz.v1.SocketOrBuilder
-
The remote bound address.
- getReportIntervalNanos() - Method in class io.grpc.xds.orca.OrcaOobUtil.OrcaReportingConfig
-
Returns the configured maximum interval of receiving out-of-band ORCA reports.
- getRequestCostMetrics() - Method in class io.grpc.services.MetricReport
-
- getRequestMarshaller() - Method in class io.grpc.MethodDescriptor
-
Returns the marshaller for the request type.
- getResponseMarshaller() - Method in class io.grpc.MethodDescriptor
-
Returns the marshaller for the response type.
- getRingSizeCap() - Static method in class io.grpc.xds.RingHashOptions
-
Get the global limit for min and max ring hash sizes.
- getRootCertificates() - Method in class io.grpc.TlsChannelCredentials
-
Root trust certificates for verifying the server's identity that override the system's
defaults.
- getRootCertificates() - Method in class io.grpc.TlsServerCredentials
-
Root trust certificates for verifying the client's identity that override the system's
defaults.
- getScheduledExecutorService() - Method in class io.grpc.LoadBalancer.Helper
-
- getScheduledExecutorService() - Method in class io.grpc.NameResolver.Args
-
- getScheduledExecutorService() - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- getSchemaDescriptor() - Method in class io.grpc.MethodDescriptor
-
Returns the schema descriptor for this method.
- getSchemaDescriptor() - Method in class io.grpc.ServiceDescriptor
-
Returns the schema descriptor for this service.
- getScheme() - Method in class io.grpc.NameResolverProvider
-
Returns the scheme associated with the provider.
- getSecurity() - Method in class io.grpc.channelz.v1.Socket.Builder
-
Security details for this socket.
- getSecurity() - Method in class io.grpc.channelz.v1.Socket
-
Security details for this socket.
- getSecurity() - Method in interface io.grpc.channelz.v1.SocketOrBuilder
-
Security details for this socket.
- getSecurityBuilder() - Method in class io.grpc.channelz.v1.Socket.Builder
-
Security details for this socket.
- getSecurityLevel() - Method in class io.grpc.CallCredentials.RequestInfo
-
The security level on the transport.
- getSecurityLevel() - Method in class io.grpc.ServerCall
-
Returns the level of security guarantee in communications
- getSecurityOrBuilder() - Method in class io.grpc.channelz.v1.Socket.Builder
-
Security details for this socket.
- getSecurityOrBuilder() - Method in class io.grpc.channelz.v1.Socket
-
Security details for this socket.
- getSecurityOrBuilder() - Method in interface io.grpc.channelz.v1.SocketOrBuilder
-
Security details for this socket.
- getSequenceIdWithinCall() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
The entry sequence id for this call.
- getSequenceIdWithinCall() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
The entry sequence id for this call.
- getSequenceIdWithinCall() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
The entry sequence id for this call.
- getSerializedSize() - Method in class io.grpc.binarylog.v1.Address
-
- getSerializedSize() - Method in class io.grpc.binarylog.v1.ClientHeader
-
- getSerializedSize() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
- getSerializedSize() - Method in class io.grpc.binarylog.v1.Message
-
- getSerializedSize() - Method in class io.grpc.binarylog.v1.Metadata
-
- getSerializedSize() - Method in class io.grpc.binarylog.v1.MetadataEntry
-
- getSerializedSize() - Method in class io.grpc.binarylog.v1.ServerHeader
-
- getSerializedSize() - Method in class io.grpc.binarylog.v1.Trailer
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.Address
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.Address.OtherAddress
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.Address.UdsAddress
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.Channel
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.ChannelConnectivityState
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.ChannelData
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.ChannelRef
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.ChannelTrace
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetChannelRequest
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetChannelResponse
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetServerRequest
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetServerResponse
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetServersRequest
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetServersResponse
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetSocketRequest
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetSocketResponse
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetSubchannelRequest
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetSubchannelResponse
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.Security
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.Security.OtherSecurity
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.Security.Tls
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.Server
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.ServerData
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.ServerRef
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.Socket
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.SocketData
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.SocketOption
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.SocketOptionLinger
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.SocketOptionTimeout
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.SocketRef
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.Subchannel
-
- getSerializedSize() - Method in class io.grpc.channelz.v1.SubchannelRef
-
- getSerializedSize() - Method in class io.grpc.health.v1.HealthCheckRequest
-
- getSerializedSize() - Method in class io.grpc.health.v1.HealthCheckResponse
-
- getSerializedSize() - Method in class io.grpc.lb.v1.ClientStats
-
- getSerializedSize() - Method in class io.grpc.lb.v1.ClientStatsPerToken
-
- getSerializedSize() - Method in class io.grpc.lb.v1.FallbackResponse
-
- getSerializedSize() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest
-
- getSerializedSize() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse
-
- getSerializedSize() - Method in class io.grpc.lb.v1.LoadBalanceRequest
-
- getSerializedSize() - Method in class io.grpc.lb.v1.LoadBalanceResponse
-
- getSerializedSize() - Method in class io.grpc.lb.v1.Server
-
- getSerializedSize() - Method in class io.grpc.lb.v1.ServerList
-
- getSerializedSize() - Method in class io.grpc.reflection.v1alpha.ErrorResponse
-
- getSerializedSize() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
-
- getSerializedSize() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest
-
- getSerializedSize() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse
-
- getSerializedSize() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse
-
- getSerializedSize() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
-
- getSerializedSize() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
- getSerializedSize() - Method in class io.grpc.reflection.v1alpha.ServiceResponse
-
- getServer(GetServerRequest, StreamObserver<GetServerResponse>) - Method in interface io.grpc.channelz.v1.ChannelzGrpc.AsyncService
-
Returns a single Server, or else a NOT_FOUND code.
- getServer(GetServerRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzBlockingStub
-
Returns a single Server, or else a NOT_FOUND code.
- getServer(GetServerRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzFutureStub
-
Returns a single Server, or else a NOT_FOUND code.
- getServer(GetServerRequest, StreamObserver<GetServerResponse>) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzStub
-
Returns a single Server, or else a NOT_FOUND code.
- getServer() - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
-
The Server that corresponds to the requested server_id.
- getServer() - Method in class io.grpc.channelz.v1.GetServerResponse
-
The Server that corresponds to the requested server_id.
- getServer() - Method in interface io.grpc.channelz.v1.GetServerResponseOrBuilder
-
The Server that corresponds to the requested server_id.
- getServer(int) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- getServer(int) - Method in class io.grpc.channelz.v1.GetServersResponse
-
list of servers that the connection detail service knows about.
- getServer(int) - Method in interface io.grpc.channelz.v1.GetServersResponseOrBuilder
-
list of servers that the connection detail service knows about.
- getServer(GetServerRequest, StreamObserver<GetServerResponse>) - Method in class io.grpc.protobuf.services.ChannelzService
-
Returns a server.
- getServer(GetServerRequest, StreamObserver<GetServerResponse>) - Method in class io.grpc.services.ChannelzService
-
Deprecated.
Returns a server.
- getServer() - Method in class io.grpc.testing.GrpcServerRule
-
Returns the underlying gRPC
Server
for this service.
- getServerAliases(String, Principal[]) - Method in class io.grpc.util.AdvancedTlsX509KeyManager
-
- getServerBuilder() - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
-
The Server that corresponds to the requested server_id.
- getServerBuilder(int) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- getServerBuilder() - Method in class io.grpc.ServerProvider.NewServerBuilderResult
-
- getServerBuilderList() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- getServerCallHandler() - Method in class io.grpc.ServerMethodDefinition
-
Handler for incoming calls.
- getServerCount() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- getServerCount() - Method in class io.grpc.channelz.v1.GetServersResponse
-
list of servers that the connection detail service knows about.
- getServerCount() - Method in interface io.grpc.channelz.v1.GetServersResponseOrBuilder
-
list of servers that the connection detail service knows about.
- getServerHeader() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.ServerHeader server_header = 7;
- getServerHeader() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
.grpc.binarylog.v1.ServerHeader server_header = 7;
- getServerHeader() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
.grpc.binarylog.v1.ServerHeader server_header = 7;
- getServerHeaderBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.ServerHeader server_header = 7;
- getServerHeaderOrBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.ServerHeader server_header = 7;
- getServerHeaderOrBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
.grpc.binarylog.v1.ServerHeader server_header = 7;
- getServerHeaderOrBuilder() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
.grpc.binarylog.v1.ServerHeader server_header = 7;
- getServerId() - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
-
server_id is the identifier of the specific server to get.
- getServerId() - Method in class io.grpc.channelz.v1.GetServerRequest
-
server_id is the identifier of the specific server to get.
- getServerId() - Method in interface io.grpc.channelz.v1.GetServerRequestOrBuilder
-
server_id is the identifier of the specific server to get.
- getServerId() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
int64 server_id = 1;
- getServerId() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest
-
int64 server_id = 1;
- getServerId() - Method in interface io.grpc.channelz.v1.GetServerSocketsRequestOrBuilder
-
int64 server_id = 1;
- getServerId() - Method in class io.grpc.channelz.v1.ServerRef.Builder
-
A globally unique identifier for this server.
- getServerId() - Method in class io.grpc.channelz.v1.ServerRef
-
A globally unique identifier for this server.
- getServerId() - Method in interface io.grpc.channelz.v1.ServerRefOrBuilder
-
A globally unique identifier for this server.
- getServerInterceptor(String) - Method in class io.grpc.protobuf.services.BinaryLogProvider
-
- getServerList() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- getServerList() - Method in class io.grpc.channelz.v1.GetServersResponse
-
list of servers that the connection detail service knows about.
- getServerList() - Method in interface io.grpc.channelz.v1.GetServersResponseOrBuilder
-
list of servers that the connection detail service knows about.
- getServerList() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
Contains the list of servers selected by the load balancer.
- getServerList() - Method in class io.grpc.lb.v1.LoadBalanceResponse
-
Contains the list of servers selected by the load balancer.
- getServerList() - Method in interface io.grpc.lb.v1.LoadBalanceResponseOrBuilder
-
Contains the list of servers selected by the load balancer.
- getServerListBuilder() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
Contains the list of servers selected by the load balancer.
- getServerListOrBuilder() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
Contains the list of servers selected by the load balancer.
- getServerListOrBuilder() - Method in class io.grpc.lb.v1.LoadBalanceResponse
-
Contains the list of servers selected by the load balancer.
- getServerListOrBuilder() - Method in interface io.grpc.lb.v1.LoadBalanceResponseOrBuilder
-
Contains the list of servers selected by the load balancer.
- getServerName() - Method in class io.grpc.testing.GrpcServerRule
-
Returns the randomly generated server name for this service.
- getServerOrBuilder() - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
-
The Server that corresponds to the requested server_id.
- getServerOrBuilder() - Method in class io.grpc.channelz.v1.GetServerResponse
-
The Server that corresponds to the requested server_id.
- getServerOrBuilder() - Method in interface io.grpc.channelz.v1.GetServerResponseOrBuilder
-
The Server that corresponds to the requested server_id.
- getServerOrBuilder(int) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- getServerOrBuilder(int) - Method in class io.grpc.channelz.v1.GetServersResponse
-
list of servers that the connection detail service knows about.
- getServerOrBuilder(int) - Method in interface io.grpc.channelz.v1.GetServersResponseOrBuilder
-
list of servers that the connection detail service knows about.
- getServerOrBuilderList() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- getServerOrBuilderList() - Method in class io.grpc.channelz.v1.GetServersResponse
-
list of servers that the connection detail service knows about.
- getServerOrBuilderList() - Method in interface io.grpc.channelz.v1.GetServersResponseOrBuilder
-
list of servers that the connection detail service knows about.
- getServerReflectionInfoMethod() - Static method in class io.grpc.reflection.v1alpha.ServerReflectionGrpc
-
- GetServerRequest - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetServerRequest
- GetServerRequest.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetServerRequest
- GetServerRequestOrBuilder - Interface in io.grpc.channelz.v1
-
- GetServerResponse - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetServerResponse
- GetServerResponse.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetServerResponse
- GetServerResponseOrBuilder - Interface in io.grpc.channelz.v1
-
- getServers(GetServersRequest, StreamObserver<GetServersResponse>) - Method in interface io.grpc.channelz.v1.ChannelzGrpc.AsyncService
-
Gets all servers that exist in the process.
- getServers(GetServersRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzBlockingStub
-
Gets all servers that exist in the process.
- getServers(GetServersRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzFutureStub
-
Gets all servers that exist in the process.
- getServers(GetServersRequest, StreamObserver<GetServersResponse>) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzStub
-
Gets all servers that exist in the process.
- getServers(int) - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- getServers(int) - Method in class io.grpc.lb.v1.ServerList
-
Contains a list of servers selected by the load balancer.
- getServers(int) - Method in interface io.grpc.lb.v1.ServerListOrBuilder
-
Contains a list of servers selected by the load balancer.
- getServers(GetServersRequest, StreamObserver<GetServersResponse>) - Method in class io.grpc.protobuf.services.ChannelzService
-
Returns servers.
- getServers(GetServersRequest, StreamObserver<GetServersResponse>) - Method in class io.grpc.services.ChannelzService
-
Deprecated.
Returns servers.
- getServersBuilder(int) - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- getServersBuilderList() - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- getServersCount() - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- getServersCount() - Method in class io.grpc.lb.v1.ServerList
-
Contains a list of servers selected by the load balancer.
- getServersCount() - Method in interface io.grpc.lb.v1.ServerListOrBuilder
-
Contains a list of servers selected by the load balancer.
- getServersList() - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- getServersList() - Method in class io.grpc.lb.v1.ServerList
-
Contains a list of servers selected by the load balancer.
- getServersList() - Method in interface io.grpc.lb.v1.ServerListOrBuilder
-
Contains a list of servers selected by the load balancer.
- getServerSockets(GetServerSocketsRequest, StreamObserver<GetServerSocketsResponse>) - Method in interface io.grpc.channelz.v1.ChannelzGrpc.AsyncService
-
Gets all server sockets that exist in the process.
- getServerSockets(GetServerSocketsRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzBlockingStub
-
Gets all server sockets that exist in the process.
- getServerSockets(GetServerSocketsRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzFutureStub
-
Gets all server sockets that exist in the process.
- getServerSockets(GetServerSocketsRequest, StreamObserver<GetServerSocketsResponse>) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzStub
-
Gets all server sockets that exist in the process.
- getServerSockets(GetServerSocketsRequest, StreamObserver<GetServerSocketsResponse>) - Method in class io.grpc.protobuf.services.ChannelzService
-
- getServerSockets(GetServerSocketsRequest, StreamObserver<GetServerSocketsResponse>) - Method in class io.grpc.services.ChannelzService
-
Deprecated.
- GetServerSocketsRequest - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetServerSocketsRequest
- GetServerSocketsRequest.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetServerSocketsRequest
- GetServerSocketsRequestOrBuilder - Interface in io.grpc.channelz.v1
-
- GetServerSocketsResponse - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetServerSocketsResponse
- GetServerSocketsResponse.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetServerSocketsResponse
- GetServerSocketsResponseOrBuilder - Interface in io.grpc.channelz.v1
-
- getServersOrBuilder(int) - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- getServersOrBuilder(int) - Method in class io.grpc.lb.v1.ServerList
-
Contains a list of servers selected by the load balancer.
- getServersOrBuilder(int) - Method in interface io.grpc.lb.v1.ServerListOrBuilder
-
Contains a list of servers selected by the load balancer.
- getServersOrBuilderList() - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- getServersOrBuilderList() - Method in class io.grpc.lb.v1.ServerList
-
Contains a list of servers selected by the load balancer.
- getServersOrBuilderList() - Method in interface io.grpc.lb.v1.ServerListOrBuilder
-
Contains a list of servers selected by the load balancer.
- GetServersRequest - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetServersRequest
- GetServersRequest.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetServersRequest
- GetServersRequestOrBuilder - Interface in io.grpc.channelz.v1
-
- GetServersResponse - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetServersResponse
- GetServersResponse.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetServersResponse
- GetServersResponseOrBuilder - Interface in io.grpc.channelz.v1
-
- getService() - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
-
string service = 1;
- getService() - Method in class io.grpc.health.v1.HealthCheckRequest
-
string service = 1;
- getService() - Method in interface io.grpc.health.v1.HealthCheckRequestOrBuilder
-
string service = 1;
- getService(int) - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getService(int) - Method in class io.grpc.reflection.v1alpha.ListServiceResponse
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getService(int) - Method in interface io.grpc.reflection.v1alpha.ListServiceResponseOrBuilder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceAuthority() - Method in class io.grpc.NameResolver
-
Returns the authority used to authenticate connections to servers.
- getServiceBuilder(int) - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceBuilderList() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceBytes() - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
-
string service = 1;
- getServiceBytes() - Method in class io.grpc.health.v1.HealthCheckRequest
-
string service = 1;
- getServiceBytes() - Method in interface io.grpc.health.v1.HealthCheckRequestOrBuilder
-
string service = 1;
- getServiceConfig() - Method in class io.grpc.NameResolver.ResolutionResult
-
- getServiceConfigParser() - Method in class io.grpc.NameResolver.Args
-
- getServiceCount() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceCount() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceCount() - Method in interface io.grpc.reflection.v1alpha.ListServiceResponseOrBuilder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceDescriptor() - Static method in class io.grpc.channelz.v1.ChannelzGrpc
-
- getServiceDescriptor() - Static method in class io.grpc.health.v1.HealthGrpc
-
- getServiceDescriptor() - Static method in class io.grpc.lb.v1.LoadBalancerGrpc
-
- getServiceDescriptor() - Method in interface io.grpc.protobuf.ProtoServiceDescriptorSupplier
-
Returns service descriptor to the proto service.
- getServiceDescriptor() - Static method in class io.grpc.reflection.v1alpha.ServerReflectionGrpc
-
- getServiceDescriptor() - Method in class io.grpc.ServerServiceDefinition
-
The descriptor for the service.
- getServiceList() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceList() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceList() - Method in interface io.grpc.reflection.v1alpha.ListServiceResponseOrBuilder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceName() - Method in class io.grpc.MethodDescriptor
-
A convenience method for extractFullServiceName(getFullMethodName())
.
- getServiceOrBuilder(int) - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceOrBuilder(int) - Method in class io.grpc.reflection.v1alpha.ListServiceResponse
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceOrBuilder(int) - Method in interface io.grpc.reflection.v1alpha.ListServiceResponseOrBuilder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceOrBuilderList() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceOrBuilderList() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceOrBuilderList() - Method in interface io.grpc.reflection.v1alpha.ListServiceResponseOrBuilder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- getServiceRegistry() - Method in class io.grpc.testing.GrpcServerRule
-
Returns the service registry for this service.
- getServices() - Method in class io.grpc.HandlerRegistry
-
Returns the
ServerServiceDefinition
s provided by the registry, or an empty list if not
supported by the implementation.
- getServices() - Method in class io.grpc.Server
-
Returns all services registered with the server, or an empty list if not supported by the
implementation.
- getServices() - Method in class io.grpc.util.MutableHandlerRegistry
-
Note: This does not necessarily return a consistent view of the map.
- getSeverity() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
the severity of the trace event
- getSeverity() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
the severity of the trace event
- getSeverity() - Method in interface io.grpc.channelz.v1.ChannelTraceEventOrBuilder
-
the severity of the trace event
- getSeverityValue() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
the severity of the trace event
- getSeverityValue() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
the severity of the trace event
- getSeverityValue() - Method in interface io.grpc.channelz.v1.ChannelTraceEventOrBuilder
-
the severity of the trace event
- getSocket(GetSocketRequest, StreamObserver<GetSocketResponse>) - Method in interface io.grpc.channelz.v1.ChannelzGrpc.AsyncService
-
Returns a single Socket or else a NOT_FOUND code.
- getSocket(GetSocketRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzBlockingStub
-
Returns a single Socket or else a NOT_FOUND code.
- getSocket(GetSocketRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzFutureStub
-
Returns a single Socket or else a NOT_FOUND code.
- getSocket(GetSocketRequest, StreamObserver<GetSocketResponse>) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzStub
-
Returns a single Socket or else a NOT_FOUND code.
- getSocket() - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
-
The Socket that corresponds to the requested socket_id.
- getSocket() - Method in class io.grpc.channelz.v1.GetSocketResponse
-
The Socket that corresponds to the requested socket_id.
- getSocket() - Method in interface io.grpc.channelz.v1.GetSocketResponseOrBuilder
-
The Socket that corresponds to the requested socket_id.
- getSocket(GetSocketRequest, StreamObserver<GetSocketResponse>) - Method in class io.grpc.protobuf.services.ChannelzService
-
Returns a socket.
- getSocket(GetSocketRequest, StreamObserver<GetSocketResponse>) - Method in class io.grpc.services.ChannelzService
-
Deprecated.
Returns a socket.
- getSocketBuilder() - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
-
The Socket that corresponds to the requested socket_id.
- getSocketId() - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
-
socket_id is the identifier of the specific socket to get.
- getSocketId() - Method in class io.grpc.channelz.v1.GetSocketRequest
-
socket_id is the identifier of the specific socket to get.
- getSocketId() - Method in interface io.grpc.channelz.v1.GetSocketRequestOrBuilder
-
socket_id is the identifier of the specific socket to get.
- getSocketId() - Method in class io.grpc.channelz.v1.SocketRef.Builder
-
The globally unique id for this socket.
- getSocketId() - Method in class io.grpc.channelz.v1.SocketRef
-
The globally unique id for this socket.
- getSocketId() - Method in interface io.grpc.channelz.v1.SocketRefOrBuilder
-
The globally unique id for this socket.
- getSocketOrBuilder() - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
-
The Socket that corresponds to the requested socket_id.
- getSocketOrBuilder() - Method in class io.grpc.channelz.v1.GetSocketResponse
-
The Socket that corresponds to the requested socket_id.
- getSocketOrBuilder() - Method in interface io.grpc.channelz.v1.GetSocketResponseOrBuilder
-
The Socket that corresponds to the requested socket_id.
- getSocketRef(int) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRef(int) - Method in class io.grpc.channelz.v1.Channel
-
There are no ordering guarantees on the order of sockets.
- getSocketRef(int) - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
There are no ordering guarantees on the order of sockets.
- getSocketRef(int) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- getSocketRef(int) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse
-
list of socket refs that the connection detail service knows about.
- getSocketRef(int) - Method in interface io.grpc.channelz.v1.GetServerSocketsResponseOrBuilder
-
list of socket refs that the connection detail service knows about.
- getSocketRef(int) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRef(int) - Method in class io.grpc.channelz.v1.Subchannel
-
There are no ordering guarantees on the order of sockets.
- getSocketRef(int) - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefBuilder(int) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefBuilder(int) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- getSocketRefBuilder(int) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefBuilderList() - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefBuilderList() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- getSocketRefBuilderList() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefCount() - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefCount() - Method in class io.grpc.channelz.v1.Channel
-
There are no ordering guarantees on the order of sockets.
- getSocketRefCount() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefCount() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- getSocketRefCount() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse
-
list of socket refs that the connection detail service knows about.
- getSocketRefCount() - Method in interface io.grpc.channelz.v1.GetServerSocketsResponseOrBuilder
-
list of socket refs that the connection detail service knows about.
- getSocketRefCount() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefCount() - Method in class io.grpc.channelz.v1.Subchannel
-
There are no ordering guarantees on the order of sockets.
- getSocketRefCount() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefList() - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefList() - Method in class io.grpc.channelz.v1.Channel
-
There are no ordering guarantees on the order of sockets.
- getSocketRefList() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefList() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- getSocketRefList() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse
-
list of socket refs that the connection detail service knows about.
- getSocketRefList() - Method in interface io.grpc.channelz.v1.GetServerSocketsResponseOrBuilder
-
list of socket refs that the connection detail service knows about.
- getSocketRefList() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefList() - Method in class io.grpc.channelz.v1.Subchannel
-
There are no ordering guarantees on the order of sockets.
- getSocketRefList() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefOrBuilder(int) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefOrBuilder(int) - Method in class io.grpc.channelz.v1.Channel
-
There are no ordering guarantees on the order of sockets.
- getSocketRefOrBuilder(int) - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefOrBuilder(int) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- getSocketRefOrBuilder(int) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse
-
list of socket refs that the connection detail service knows about.
- getSocketRefOrBuilder(int) - Method in interface io.grpc.channelz.v1.GetServerSocketsResponseOrBuilder
-
list of socket refs that the connection detail service knows about.
- getSocketRefOrBuilder(int) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefOrBuilder(int) - Method in class io.grpc.channelz.v1.Subchannel
-
There are no ordering guarantees on the order of sockets.
- getSocketRefOrBuilder(int) - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefOrBuilderList() - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefOrBuilderList() - Method in class io.grpc.channelz.v1.Channel
-
There are no ordering guarantees on the order of sockets.
- getSocketRefOrBuilderList() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefOrBuilderList() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- getSocketRefOrBuilderList() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse
-
list of socket refs that the connection detail service knows about.
- getSocketRefOrBuilderList() - Method in interface io.grpc.channelz.v1.GetServerSocketsResponseOrBuilder
-
list of socket refs that the connection detail service knows about.
- getSocketRefOrBuilderList() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- getSocketRefOrBuilderList() - Method in class io.grpc.channelz.v1.Subchannel
-
There are no ordering guarantees on the order of sockets.
- getSocketRefOrBuilderList() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
There are no ordering guarantees on the order of sockets.
- GetSocketRequest - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetSocketRequest
- GetSocketRequest.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetSocketRequest
- GetSocketRequestOrBuilder - Interface in io.grpc.channelz.v1
-
- GetSocketResponse - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetSocketResponse
- GetSocketResponse.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetSocketResponse
- GetSocketResponseOrBuilder - Interface in io.grpc.channelz.v1
-
- getStandardName() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
The cipher suite name in the RFC 4346 format:
https://tools.ietf.org/html/rfc4346#appendix-C
- getStandardName() - Method in class io.grpc.channelz.v1.Security.Tls
-
The cipher suite name in the RFC 4346 format:
https://tools.ietf.org/html/rfc4346#appendix-C
- getStandardName() - Method in interface io.grpc.channelz.v1.Security.TlsOrBuilder
-
The cipher suite name in the RFC 4346 format:
https://tools.ietf.org/html/rfc4346#appendix-C
- getStandardNameBytes() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
The cipher suite name in the RFC 4346 format:
https://tools.ietf.org/html/rfc4346#appendix-C
- getStandardNameBytes() - Method in class io.grpc.channelz.v1.Security.Tls
-
The cipher suite name in the RFC 4346 format:
https://tools.ietf.org/html/rfc4346#appendix-C
- getStandardNameBytes() - Method in interface io.grpc.channelz.v1.Security.TlsOrBuilder
-
The cipher suite name in the RFC 4346 format:
https://tools.ietf.org/html/rfc4346#appendix-C
- getStandardServices() - Static method in class io.grpc.services.AdminInterface
-
Returns a list of gRPC's built-in admin services.
- getStartChannelId() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
-
start_channel_id indicates that only channels at or above this id should be
included in the results.
- getStartChannelId() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest
-
start_channel_id indicates that only channels at or above this id should be
included in the results.
- getStartChannelId() - Method in interface io.grpc.channelz.v1.GetTopChannelsRequestOrBuilder
-
start_channel_id indicates that only channels at or above this id should be
included in the results.
- getStartServerId() - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
-
start_server_id indicates that only servers at or above this id should be
included in the results.
- getStartServerId() - Method in class io.grpc.channelz.v1.GetServersRequest
-
start_server_id indicates that only servers at or above this id should be
included in the results.
- getStartServerId() - Method in interface io.grpc.channelz.v1.GetServersRequestOrBuilder
-
start_server_id indicates that only servers at or above this id should be
included in the results.
- getStartSocketId() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
start_socket_id indicates that only sockets at or above this id should be
included in the results.
- getStartSocketId() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest
-
start_socket_id indicates that only sockets at or above this id should be
included in the results.
- getStartSocketId() - Method in interface io.grpc.channelz.v1.GetServerSocketsRequestOrBuilder
-
start_socket_id indicates that only sockets at or above this id should be
included in the results.
- getState() - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
-
.grpc.channelz.v1.ChannelConnectivityState.State state = 1;
- getState() - Method in class io.grpc.channelz.v1.ChannelConnectivityState
-
.grpc.channelz.v1.ChannelConnectivityState.State state = 1;
- getState() - Method in interface io.grpc.channelz.v1.ChannelConnectivityStateOrBuilder
-
.grpc.channelz.v1.ChannelConnectivityState.State state = 1;
- getState() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The connectivity state of the channel or subchannel.
- getState() - Method in class io.grpc.channelz.v1.ChannelData
-
The connectivity state of the channel or subchannel.
- getState() - Method in interface io.grpc.channelz.v1.ChannelDataOrBuilder
-
The connectivity state of the channel or subchannel.
- getState() - Method in class io.grpc.ConnectivityStateInfo
-
Returns the state.
- getState(boolean) - Method in class io.grpc.ManagedChannel
-
Gets the current connectivity state.
- getStateBuilder() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The connectivity state of the channel or subchannel.
- getStateOrBuilder() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The connectivity state of the channel or subchannel.
- getStateOrBuilder() - Method in class io.grpc.channelz.v1.ChannelData
-
The connectivity state of the channel or subchannel.
- getStateOrBuilder() - Method in interface io.grpc.channelz.v1.ChannelDataOrBuilder
-
The connectivity state of the channel or subchannel.
- getStateValue() - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
-
.grpc.channelz.v1.ChannelConnectivityState.State state = 1;
- getStateValue() - Method in class io.grpc.channelz.v1.ChannelConnectivityState
-
.grpc.channelz.v1.ChannelConnectivityState.State state = 1;
- getStateValue() - Method in interface io.grpc.channelz.v1.ChannelConnectivityStateOrBuilder
-
.grpc.channelz.v1.ChannelConnectivityState.State state = 1;
- getStatus() - Method in class io.grpc.ConnectivityStateInfo
-
Returns the status associated with the state.
- getStatus() - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
-
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;
- getStatus() - Method in class io.grpc.health.v1.HealthCheckResponse
-
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;
- getStatus() - Method in interface io.grpc.health.v1.HealthCheckResponseOrBuilder
-
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;
- getStatus() - Method in class io.grpc.LoadBalancer.PickResult
-
The status associated with this result.
- getStatus() - Method in exception io.grpc.StatusException
-
Returns the status code as a
Status
object.
- getStatus() - Method in exception io.grpc.StatusRuntimeException
-
Returns the status code as a
Status
object.
- getStatusCode() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
The gRPC status code.
- getStatusCode() - Method in class io.grpc.binarylog.v1.Trailer
-
The gRPC status code.
- getStatusCode() - Method in interface io.grpc.binarylog.v1.TrailerOrBuilder
-
The gRPC status code.
- getStatusDetails() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
The value of the 'grpc-status-details-bin' metadata key.
- getStatusDetails() - Method in class io.grpc.binarylog.v1.Trailer
-
The value of the 'grpc-status-details-bin' metadata key.
- getStatusDetails() - Method in interface io.grpc.binarylog.v1.TrailerOrBuilder
-
The value of the 'grpc-status-details-bin' metadata key.
- getStatusMessage() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
An original status message before any transport specific
encoding.
- getStatusMessage() - Method in class io.grpc.binarylog.v1.Trailer
-
An original status message before any transport specific
encoding.
- getStatusMessage() - Method in interface io.grpc.binarylog.v1.TrailerOrBuilder
-
An original status message before any transport specific
encoding.
- getStatusMessageBytes() - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
An original status message before any transport specific
encoding.
- getStatusMessageBytes() - Method in class io.grpc.binarylog.v1.Trailer
-
An original status message before any transport specific
encoding.
- getStatusMessageBytes() - Method in interface io.grpc.binarylog.v1.TrailerOrBuilder
-
An original status message before any transport specific
encoding.
- getStatusValue() - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
-
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;
- getStatusValue() - Method in class io.grpc.health.v1.HealthCheckResponse
-
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;
- getStatusValue() - Method in interface io.grpc.health.v1.HealthCheckResponseOrBuilder
-
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;
- getStreamsFailed() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of streams that have ended unsuccessfully:
On client side, ended without receiving frame with eos bit set;
On server side, ended without sending frame with eos bit set.
- getStreamsFailed() - Method in class io.grpc.channelz.v1.SocketData
-
The number of streams that have ended unsuccessfully:
On client side, ended without receiving frame with eos bit set;
On server side, ended without sending frame with eos bit set.
- getStreamsFailed() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The number of streams that have ended unsuccessfully:
On client side, ended without receiving frame with eos bit set;
On server side, ended without sending frame with eos bit set.
- getStreamsStarted() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of streams that have been started.
- getStreamsStarted() - Method in class io.grpc.channelz.v1.SocketData
-
The number of streams that have been started.
- getStreamsStarted() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The number of streams that have been started.
- getStreamsSucceeded() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of streams that have ended successfully:
On client side, received frame with eos bit set;
On server side, sent frame with eos bit set.
- getStreamsSucceeded() - Method in class io.grpc.channelz.v1.SocketData
-
The number of streams that have ended successfully:
On client side, received frame with eos bit set;
On server side, sent frame with eos bit set.
- getStreamsSucceeded() - Method in interface io.grpc.channelz.v1.SocketDataOrBuilder
-
The number of streams that have ended successfully:
On client side, received frame with eos bit set;
On server side, sent frame with eos bit set.
- getStreamTracerFactories() - Method in class io.grpc.CallOptions
-
Returns an immutable list of ClientStreamTracerFactory
s.
- getStreamTracerFactory() - Method in class io.grpc.LoadBalancer.PickResult
-
The stream tracer factory this result was created with.
- getSubchannel(GetSubchannelRequest, StreamObserver<GetSubchannelResponse>) - Method in interface io.grpc.channelz.v1.ChannelzGrpc.AsyncService
-
Returns a single Subchannel, or else a NOT_FOUND code.
- getSubchannel(GetSubchannelRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzBlockingStub
-
Returns a single Subchannel, or else a NOT_FOUND code.
- getSubchannel(GetSubchannelRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzFutureStub
-
Returns a single Subchannel, or else a NOT_FOUND code.
- getSubchannel(GetSubchannelRequest, StreamObserver<GetSubchannelResponse>) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzStub
-
Returns a single Subchannel, or else a NOT_FOUND code.
- getSubchannel() - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
-
The Subchannel that corresponds to the requested subchannel_id.
- getSubchannel() - Method in class io.grpc.channelz.v1.GetSubchannelResponse
-
The Subchannel that corresponds to the requested subchannel_id.
- getSubchannel() - Method in interface io.grpc.channelz.v1.GetSubchannelResponseOrBuilder
-
The Subchannel that corresponds to the requested subchannel_id.
- getSubchannel() - Method in class io.grpc.LoadBalancer.PickResult
-
The Subchannel if this result was created by
withSubchannel()
, or
null otherwise.
- getSubchannel(GetSubchannelRequest, StreamObserver<GetSubchannelResponse>) - Method in class io.grpc.protobuf.services.ChannelzService
-
Returns a subchannel.
- getSubchannel(GetSubchannelRequest, StreamObserver<GetSubchannelResponse>) - Method in class io.grpc.services.ChannelzService
-
Deprecated.
Returns a subchannel.
- getSubchannelBuilder() - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
-
The Subchannel that corresponds to the requested subchannel_id.
- getSubchannelId() - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
-
subchannel_id is the identifier of the specific subchannel to get.
- getSubchannelId() - Method in class io.grpc.channelz.v1.GetSubchannelRequest
-
subchannel_id is the identifier of the specific subchannel to get.
- getSubchannelId() - Method in interface io.grpc.channelz.v1.GetSubchannelRequestOrBuilder
-
subchannel_id is the identifier of the specific subchannel to get.
- getSubchannelId() - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
The globally unique id for this subchannel.
- getSubchannelId() - Method in class io.grpc.channelz.v1.SubchannelRef
-
The globally unique id for this subchannel.
- getSubchannelId() - Method in interface io.grpc.channelz.v1.SubchannelRefOrBuilder
-
The globally unique id for this subchannel.
- getSubchannelOrBuilder() - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
-
The Subchannel that corresponds to the requested subchannel_id.
- getSubchannelOrBuilder() - Method in class io.grpc.channelz.v1.GetSubchannelResponse
-
The Subchannel that corresponds to the requested subchannel_id.
- getSubchannelOrBuilder() - Method in interface io.grpc.channelz.v1.GetSubchannelResponseOrBuilder
-
The Subchannel that corresponds to the requested subchannel_id.
- getSubchannelRef(int) - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRef(int) - Method in class io.grpc.channelz.v1.Channel
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRef(int) - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRef() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
.grpc.channelz.v1.SubchannelRef subchannel_ref = 5;
- getSubchannelRef() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
.grpc.channelz.v1.SubchannelRef subchannel_ref = 5;
- getSubchannelRef() - Method in interface io.grpc.channelz.v1.ChannelTraceEventOrBuilder
-
.grpc.channelz.v1.SubchannelRef subchannel_ref = 5;
- getSubchannelRef(int) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRef(int) - Method in class io.grpc.channelz.v1.Subchannel
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRef(int) - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefBuilder(int) - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefBuilder() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
.grpc.channelz.v1.SubchannelRef subchannel_ref = 5;
- getSubchannelRefBuilder(int) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefBuilderList() - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefBuilderList() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefCount() - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefCount() - Method in class io.grpc.channelz.v1.Channel
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefCount() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefCount() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefCount() - Method in class io.grpc.channelz.v1.Subchannel
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefCount() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefList() - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefList() - Method in class io.grpc.channelz.v1.Channel
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefList() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefList() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefList() - Method in class io.grpc.channelz.v1.Subchannel
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefList() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefOrBuilder(int) - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefOrBuilder(int) - Method in class io.grpc.channelz.v1.Channel
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefOrBuilder(int) - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefOrBuilder() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
.grpc.channelz.v1.SubchannelRef subchannel_ref = 5;
- getSubchannelRefOrBuilder() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
.grpc.channelz.v1.SubchannelRef subchannel_ref = 5;
- getSubchannelRefOrBuilder() - Method in interface io.grpc.channelz.v1.ChannelTraceEventOrBuilder
-
.grpc.channelz.v1.SubchannelRef subchannel_ref = 5;
- getSubchannelRefOrBuilder(int) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefOrBuilder(int) - Method in class io.grpc.channelz.v1.Subchannel
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefOrBuilder(int) - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefOrBuilderList() - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefOrBuilderList() - Method in class io.grpc.channelz.v1.Channel
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefOrBuilderList() - Method in interface io.grpc.channelz.v1.ChannelOrBuilder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefOrBuilderList() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefOrBuilderList() - Method in class io.grpc.channelz.v1.Subchannel
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- getSubchannelRefOrBuilderList() - Method in interface io.grpc.channelz.v1.SubchannelOrBuilder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- GetSubchannelRequest - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetSubchannelRequest
- GetSubchannelRequest.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetSubchannelRequest
- GetSubchannelRequestOrBuilder - Interface in io.grpc.channelz.v1
-
- GetSubchannelResponse - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetSubchannelResponse
- GetSubchannelResponse.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetSubchannelResponse
- GetSubchannelResponseOrBuilder - Interface in io.grpc.channelz.v1
-
- getSubchannels() - Method in class io.grpc.util.RoundRobinLoadBalancer
-
- getSummary() - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
-
If true, the response will contain only high level information
that is inexpensive to obtain.
- getSummary() - Method in class io.grpc.channelz.v1.GetSocketRequest
-
If true, the response will contain only high level information
that is inexpensive to obtain.
- getSummary() - Method in interface io.grpc.channelz.v1.GetSocketRequestOrBuilder
-
If true, the response will contain only high level information
that is inexpensive to obtain.
- getSupportedSocketAddressTypes() - Method in class io.grpc.ManagedChannelProvider
-
Returns the
SocketAddress
types this ManagedChannelProvider supports.
- getSupportedSocketAddressTypes() - Method in class io.grpc.netty.NettyChannelProvider
-
- getSupportedSocketAddressTypes() - Method in class io.grpc.netty.UdsNettyChannelProvider
-
- getSupportedSocketAddressTypes() - Method in class io.grpc.okhttp.OkHttpChannelProvider
-
- getSynchronizationContext() - Method in class io.grpc.LoadBalancer.Helper
-
- getSynchronizationContext() - Method in class io.grpc.NameResolver.Args
-
- getSynchronizationContext() - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- getSystemTicker() - Static method in class io.grpc.Deadline
-
Returns the ticker that's based on system clock.
- getTarget() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The target this channel originally tried to connect to.
- getTarget() - Method in class io.grpc.channelz.v1.ChannelData
-
The target this channel originally tried to connect to.
- getTarget() - Method in interface io.grpc.channelz.v1.ChannelDataOrBuilder
-
The target this channel originally tried to connect to.
- getTargetAddress() - Method in class io.grpc.HttpConnectProxiedSocketAddress
-
Returns the address to the target server.
- getTargetBytes() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The target this channel originally tried to connect to.
- getTargetBytes() - Method in class io.grpc.channelz.v1.ChannelData
-
The target this channel originally tried to connect to.
- getTargetBytes() - Method in interface io.grpc.channelz.v1.ChannelDataOrBuilder
-
The target this channel originally tried to connect to.
- getTcpiAdvmss() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_advmss = 28;
- getTcpiAdvmss() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_advmss = 28;
- getTcpiAdvmss() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_advmss = 28;
- getTcpiAto() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_ato = 10;
- getTcpiAto() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_ato = 10;
- getTcpiAto() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_ato = 10;
- getTcpiBackoff() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_backoff = 5;
- getTcpiBackoff() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_backoff = 5;
- getTcpiBackoff() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_backoff = 5;
- getTcpiCaState() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_ca_state = 2;
- getTcpiCaState() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_ca_state = 2;
- getTcpiCaState() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_ca_state = 2;
- getTcpiFackets() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_fackets = 17;
- getTcpiFackets() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_fackets = 17;
- getTcpiFackets() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_fackets = 17;
- getTcpiLastAckRecv() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_last_ack_recv = 21;
- getTcpiLastAckRecv() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_last_ack_recv = 21;
- getTcpiLastAckRecv() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_last_ack_recv = 21;
- getTcpiLastAckSent() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_last_ack_sent = 19;
- getTcpiLastAckSent() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_last_ack_sent = 19;
- getTcpiLastAckSent() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_last_ack_sent = 19;
- getTcpiLastDataRecv() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_last_data_recv = 20;
- getTcpiLastDataRecv() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_last_data_recv = 20;
- getTcpiLastDataRecv() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_last_data_recv = 20;
- getTcpiLastDataSent() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_last_data_sent = 18;
- getTcpiLastDataSent() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_last_data_sent = 18;
- getTcpiLastDataSent() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_last_data_sent = 18;
- getTcpiLost() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_lost = 15;
- getTcpiLost() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_lost = 15;
- getTcpiLost() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_lost = 15;
- getTcpiOptions() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_options = 6;
- getTcpiOptions() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_options = 6;
- getTcpiOptions() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_options = 6;
- getTcpipAddress() - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
- getTcpipAddress() - Method in class io.grpc.channelz.v1.Address
-
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
- getTcpipAddress() - Method in interface io.grpc.channelz.v1.AddressOrBuilder
-
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
- getTcpipAddressBuilder() - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
- getTcpipAddressOrBuilder() - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
- getTcpipAddressOrBuilder() - Method in class io.grpc.channelz.v1.Address
-
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
- getTcpipAddressOrBuilder() - Method in interface io.grpc.channelz.v1.AddressOrBuilder
-
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
- getTcpiPmtu() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_pmtu = 22;
- getTcpiPmtu() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_pmtu = 22;
- getTcpiPmtu() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_pmtu = 22;
- getTcpiProbes() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_probes = 4;
- getTcpiProbes() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_probes = 4;
- getTcpiProbes() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_probes = 4;
- getTcpiRcvMss() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rcv_mss = 12;
- getTcpiRcvMss() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_rcv_mss = 12;
- getTcpiRcvMss() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_rcv_mss = 12;
- getTcpiRcvSsthresh() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rcv_ssthresh = 23;
- getTcpiRcvSsthresh() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_rcv_ssthresh = 23;
- getTcpiRcvSsthresh() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_rcv_ssthresh = 23;
- getTcpiRcvWscale() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rcv_wscale = 8;
- getTcpiRcvWscale() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_rcv_wscale = 8;
- getTcpiRcvWscale() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_rcv_wscale = 8;
- getTcpiReordering() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_reordering = 29;
- getTcpiReordering() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_reordering = 29;
- getTcpiReordering() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_reordering = 29;
- getTcpiRetrans() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_retrans = 16;
- getTcpiRetrans() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_retrans = 16;
- getTcpiRetrans() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_retrans = 16;
- getTcpiRetransmits() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_retransmits = 3;
- getTcpiRetransmits() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_retransmits = 3;
- getTcpiRetransmits() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_retransmits = 3;
- getTcpiRto() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rto = 9;
- getTcpiRto() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_rto = 9;
- getTcpiRto() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_rto = 9;
- getTcpiRtt() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rtt = 24;
- getTcpiRtt() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_rtt = 24;
- getTcpiRtt() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_rtt = 24;
- getTcpiRttvar() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rttvar = 25;
- getTcpiRttvar() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_rttvar = 25;
- getTcpiRttvar() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_rttvar = 25;
- getTcpiSacked() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_sacked = 14;
- getTcpiSacked() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_sacked = 14;
- getTcpiSacked() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_sacked = 14;
- getTcpiSndCwnd() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_snd_cwnd = 27;
- getTcpiSndCwnd() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_snd_cwnd = 27;
- getTcpiSndCwnd() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_snd_cwnd = 27;
- getTcpiSndMss() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_snd_mss = 11;
- getTcpiSndMss() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_snd_mss = 11;
- getTcpiSndMss() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_snd_mss = 11;
- getTcpiSndSsthresh() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_snd_ssthresh = 26;
- getTcpiSndSsthresh() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_snd_ssthresh = 26;
- getTcpiSndSsthresh() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_snd_ssthresh = 26;
- getTcpiSndWscale() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_snd_wscale = 7;
- getTcpiSndWscale() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_snd_wscale = 7;
- getTcpiSndWscale() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_snd_wscale = 7;
- getTcpiState() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_state = 1;
- getTcpiState() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_state = 1;
- getTcpiState() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_state = 1;
- getTcpiUnacked() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_unacked = 13;
- getTcpiUnacked() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
-
uint32 tcpi_unacked = 13;
- getTcpiUnacked() - Method in interface io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder
-
uint32 tcpi_unacked = 13;
- getTimeout() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
the RPC timeout
- getTimeout() - Method in class io.grpc.binarylog.v1.ClientHeader
-
the RPC timeout
- getTimeout() - Method in interface io.grpc.binarylog.v1.ClientHeaderOrBuilder
-
the RPC timeout
- getTimeoutBuilder() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
the RPC timeout
- getTimeoutOrBuilder() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
the RPC timeout
- getTimeoutOrBuilder() - Method in class io.grpc.binarylog.v1.ClientHeader
-
the RPC timeout
- getTimeoutOrBuilder() - Method in interface io.grpc.binarylog.v1.ClientHeaderOrBuilder
-
the RPC timeout
- getTimestamp() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
The timestamp of the binary log message
- getTimestamp() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
The timestamp of the binary log message
- getTimestamp() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
The timestamp of the binary log message
- getTimestamp() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
When this event occurred.
- getTimestamp() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
When this event occurred.
- getTimestamp() - Method in interface io.grpc.channelz.v1.ChannelTraceEventOrBuilder
-
When this event occurred.
- getTimestamp() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The timestamp of generating the report.
- getTimestamp() - Method in class io.grpc.lb.v1.ClientStats
-
The timestamp of generating the report.
- getTimestamp() - Method in interface io.grpc.lb.v1.ClientStatsOrBuilder
-
The timestamp of generating the report.
- getTimestampBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
The timestamp of the binary log message
- getTimestampBuilder() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
When this event occurred.
- getTimestampBuilder() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The timestamp of generating the report.
- getTimestampOrBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
The timestamp of the binary log message
- getTimestampOrBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
The timestamp of the binary log message
- getTimestampOrBuilder() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
The timestamp of the binary log message
- getTimestampOrBuilder() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
When this event occurred.
- getTimestampOrBuilder() - Method in class io.grpc.channelz.v1.ChannelTraceEvent
-
When this event occurred.
- getTimestampOrBuilder() - Method in interface io.grpc.channelz.v1.ChannelTraceEventOrBuilder
-
When this event occurred.
- getTimestampOrBuilder() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The timestamp of generating the report.
- getTimestampOrBuilder() - Method in class io.grpc.lb.v1.ClientStats
-
The timestamp of generating the report.
- getTimestampOrBuilder() - Method in interface io.grpc.lb.v1.ClientStatsOrBuilder
-
The timestamp of generating the report.
- getTls() - Method in class io.grpc.channelz.v1.Security.Builder
-
.grpc.channelz.v1.Security.Tls tls = 1;
- getTls() - Method in class io.grpc.channelz.v1.Security
-
.grpc.channelz.v1.Security.Tls tls = 1;
- getTls() - Method in interface io.grpc.channelz.v1.SecurityOrBuilder
-
.grpc.channelz.v1.Security.Tls tls = 1;
- getTlsBuilder() - Method in class io.grpc.channelz.v1.Security.Builder
-
.grpc.channelz.v1.Security.Tls tls = 1;
- getTlsOrBuilder() - Method in class io.grpc.channelz.v1.Security.Builder
-
.grpc.channelz.v1.Security.Tls tls = 1;
- getTlsOrBuilder() - Method in class io.grpc.channelz.v1.Security
-
.grpc.channelz.v1.Security.Tls tls = 1;
- getTlsOrBuilder() - Method in interface io.grpc.channelz.v1.SecurityOrBuilder
-
.grpc.channelz.v1.Security.Tls tls = 1;
- getTopChannels(GetTopChannelsRequest, StreamObserver<GetTopChannelsResponse>) - Method in interface io.grpc.channelz.v1.ChannelzGrpc.AsyncService
-
Gets all root channels (i.e.
- getTopChannels(GetTopChannelsRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzBlockingStub
-
Gets all root channels (i.e.
- getTopChannels(GetTopChannelsRequest) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzFutureStub
-
Gets all root channels (i.e.
- getTopChannels(GetTopChannelsRequest, StreamObserver<GetTopChannelsResponse>) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzStub
-
Gets all root channels (i.e.
- getTopChannels(GetTopChannelsRequest, StreamObserver<GetTopChannelsResponse>) - Method in class io.grpc.protobuf.services.ChannelzService
-
- getTopChannels(GetTopChannelsRequest, StreamObserver<GetTopChannelsResponse>) - Method in class io.grpc.services.ChannelzService
-
Deprecated.
- GetTopChannelsRequest - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetTopChannelsRequest
- GetTopChannelsRequest.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetTopChannelsRequest
- GetTopChannelsRequestOrBuilder - Interface in io.grpc.channelz.v1
-
- GetTopChannelsResponse - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetTopChannelsResponse
- GetTopChannelsResponse.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.GetTopChannelsResponse
- GetTopChannelsResponseOrBuilder - Interface in io.grpc.channelz.v1
-
- getTrace() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
A trace of recent events on the channel.
- getTrace() - Method in class io.grpc.channelz.v1.ChannelData
-
A trace of recent events on the channel.
- getTrace() - Method in interface io.grpc.channelz.v1.ChannelDataOrBuilder
-
A trace of recent events on the channel.
- getTrace() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
A trace of recent events on the server.
- getTrace() - Method in class io.grpc.channelz.v1.ServerData
-
A trace of recent events on the server.
- getTrace() - Method in interface io.grpc.channelz.v1.ServerDataOrBuilder
-
A trace of recent events on the server.
- getTraceBuilder() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
A trace of recent events on the channel.
- getTraceBuilder() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
A trace of recent events on the server.
- getTraceOrBuilder() - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
A trace of recent events on the channel.
- getTraceOrBuilder() - Method in class io.grpc.channelz.v1.ChannelData
-
A trace of recent events on the channel.
- getTraceOrBuilder() - Method in interface io.grpc.channelz.v1.ChannelDataOrBuilder
-
A trace of recent events on the channel.
- getTraceOrBuilder() - Method in class io.grpc.channelz.v1.ServerData.Builder
-
A trace of recent events on the server.
- getTraceOrBuilder() - Method in class io.grpc.channelz.v1.ServerData
-
A trace of recent events on the server.
- getTraceOrBuilder() - Method in interface io.grpc.channelz.v1.ServerDataOrBuilder
-
A trace of recent events on the server.
- getTrailer() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.Trailer trailer = 9;
- getTrailer() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
.grpc.binarylog.v1.Trailer trailer = 9;
- getTrailer() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
.grpc.binarylog.v1.Trailer trailer = 9;
- getTrailerBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.Trailer trailer = 9;
- getTrailerOrBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.Trailer trailer = 9;
- getTrailerOrBuilder() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
.grpc.binarylog.v1.Trailer trailer = 9;
- getTrailerOrBuilder() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
.grpc.binarylog.v1.Trailer trailer = 9;
- getTrailers() - Method in exception io.grpc.StatusException
-
Returns the received trailers.
- getTrailers() - Method in exception io.grpc.StatusRuntimeException
-
Returns the received trailers.
- getTransportAttrs() - Method in class io.grpc.CallCredentials.RequestInfo
-
Returns the transport attributes.
- getTrustManagers() - Method in class io.grpc.TlsChannelCredentials
-
Returns the trust manager list which verifies the server's identity.
- getTrustManagers() - Method in class io.grpc.TlsServerCredentials
-
Returns the trust manager list which verifies the client's identity.
- getType() - Method in class io.grpc.binarylog.v1.Address.Builder
-
.grpc.binarylog.v1.Address.Type type = 1;
- getType() - Method in class io.grpc.binarylog.v1.Address
-
.grpc.binarylog.v1.Address.Type type = 1;
- getType() - Method in interface io.grpc.binarylog.v1.AddressOrBuilder
-
.grpc.binarylog.v1.Address.Type type = 1;
- getType() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;
- getType() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;
- getType() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;
- getType() - Method in class io.grpc.MethodDescriptor
-
The call type of the method.
- getTypeValue() - Method in class io.grpc.binarylog.v1.Address.Builder
-
.grpc.binarylog.v1.Address.Type type = 1;
- getTypeValue() - Method in class io.grpc.binarylog.v1.Address
-
.grpc.binarylog.v1.Address.Type type = 1;
- getTypeValue() - Method in interface io.grpc.binarylog.v1.AddressOrBuilder
-
.grpc.binarylog.v1.Address.Type type = 1;
- getTypeValue() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;
- getTypeValue() - Method in class io.grpc.binarylog.v1.GrpcLogEntry
-
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;
- getTypeValue() - Method in interface io.grpc.binarylog.v1.GrpcLogEntryOrBuilder
-
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;
- getUdsAddress() - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
- getUdsAddress() - Method in class io.grpc.channelz.v1.Address
-
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
- getUdsAddress() - Method in interface io.grpc.channelz.v1.AddressOrBuilder
-
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
- getUdsAddressBuilder() - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
- getUdsAddressOrBuilder() - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
- getUdsAddressOrBuilder() - Method in class io.grpc.channelz.v1.Address
-
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
- getUdsAddressOrBuilder() - Method in interface io.grpc.channelz.v1.AddressOrBuilder
-
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
- getUnsafeChannelCredentials() - Method in class io.grpc.LoadBalancer.Helper
-
Returns the UNSAFE ChannelCredentials used to construct the channel,
including bearer tokens.
- getUnsafeChannelCredentials() - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- getUsername() - Method in class io.grpc.HttpConnectProxiedSocketAddress
-
Returns the username used to connect to the proxy.
- getUtilizationMetrics() - Method in class io.grpc.services.MetricReport
-
- getValidHost() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
string valid_host = 1;
- getValidHost() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
string valid_host = 1;
- getValidHost() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
string valid_host = 1;
- getValidHostBytes() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
string valid_host = 1;
- getValidHostBytes() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
-
string valid_host = 1;
- getValidHostBytes() - Method in interface io.grpc.reflection.v1alpha.ServerReflectionResponseOrBuilder
-
string valid_host = 1;
- getValue() - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
bytes value = 2;
- getValue() - Method in class io.grpc.binarylog.v1.MetadataEntry
-
bytes value = 2;
- getValue() - Method in interface io.grpc.binarylog.v1.MetadataEntryOrBuilder
-
bytes value = 2;
- getValue() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
The actual address message.
- getValue() - Method in class io.grpc.channelz.v1.Address.OtherAddress
-
The actual address message.
- getValue() - Method in interface io.grpc.channelz.v1.Address.OtherAddressOrBuilder
-
The actual address message.
- getValue() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
The actual security details message.
- getValue() - Method in class io.grpc.channelz.v1.Security.OtherSecurity
-
The actual security details message.
- getValue() - Method in interface io.grpc.channelz.v1.Security.OtherSecurityOrBuilder
-
The actual security details message.
- getValue() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
The human readable value of this socket option.
- getValue() - Method in class io.grpc.channelz.v1.SocketOption
-
The human readable value of this socket option.
- getValue() - Method in interface io.grpc.channelz.v1.SocketOptionOrBuilder
-
The human readable value of this socket option.
- getValueBuilder() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
The actual address message.
- getValueBuilder() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
The actual security details message.
- getValueBytes() - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
The human readable value of this socket option.
- getValueBytes() - Method in class io.grpc.channelz.v1.SocketOption
-
The human readable value of this socket option.
- getValueBytes() - Method in interface io.grpc.channelz.v1.SocketOptionOrBuilder
-
The human readable value of this socket option.
- getValueDescriptor() - Method in enum io.grpc.binarylog.v1.Address.Type
-
- getValueDescriptor() - Method in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
- getValueDescriptor() - Method in enum io.grpc.binarylog.v1.GrpcLogEntry.Logger
-
- getValueDescriptor() - Method in enum io.grpc.channelz.v1.ChannelConnectivityState.State
-
- getValueDescriptor() - Method in enum io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
- getValueDescriptor() - Method in enum io.grpc.health.v1.HealthCheckResponse.ServingStatus
-
- getValueOrBuilder() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
The actual address message.
- getValueOrBuilder() - Method in class io.grpc.channelz.v1.Address.OtherAddress
-
The actual address message.
- getValueOrBuilder() - Method in interface io.grpc.channelz.v1.Address.OtherAddressOrBuilder
-
The actual address message.
- getValueOrBuilder() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
The actual security details message.
- getValueOrBuilder() - Method in class io.grpc.channelz.v1.Security.OtherSecurity
-
The actual security details message.
- getValueOrBuilder() - Method in interface io.grpc.channelz.v1.Security.OtherSecurityOrBuilder
-
The actual security details message.
- getValues() - Method in class io.grpc.testing.StreamRecorder
-
Deprecated.
Returns the current set of received values.
- getWatchMethod() - Static method in class io.grpc.health.v1.HealthGrpc
-
- getX509Certificates(InputStream) - Static method in class io.grpc.util.CertificateUtils
-
Generates X509Certificate array from a PEM file.
- GracefulSwitchLoadBalancer - Class in io.grpc.util
-
A load balancer that gracefully swaps to a new lb policy.
- GracefulSwitchLoadBalancer(LoadBalancer.Helper) - Constructor for class io.grpc.util.GracefulSwitchLoadBalancer
-
- Grpc - Class in io.grpc
-
Stuff that are part of the public API but are not bound to particular classes, e.g., static
methods, constants, attribute and context keys.
- Grpc.TransportAttr - Annotation Type in io.grpc
-
Annotation for transport attributes.
- GrpcCleanupRule - Class in io.grpc.testing
-
A JUnit ExternalResource
that can register gRPC resources and manages its automatic
release at the end of the test.
- GrpcCleanupRule() - Constructor for class io.grpc.testing.GrpcCleanupRule
-
- GrpcGenerated - Annotation Type in io.grpc.stub.annotations
-
- GrpcHttp2ConnectionHandler - Class in io.grpc.netty
-
gRPC wrapper for Http2ConnectionHandler
.
- GrpcHttp2ConnectionHandler(ChannelPromise, Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, ChannelLogger) - Constructor for class io.grpc.netty.GrpcHttp2ConnectionHandler
-
- GrpclbConstants - Class in io.grpc.grpclb
-
Constants for the GRPCLB load-balancer.
- GrpclbLoadBalancerProvider - Class in io.grpc.grpclb
-
The provider for the "grpclb" balancing policy.
- GrpclbLoadBalancerProvider() - Constructor for class io.grpc.grpclb.GrpclbLoadBalancerProvider
-
- GrpcLogEntry - Class in io.grpc.binarylog.v1
-
Log entry we store in binary logs
- GrpcLogEntry.Builder - Class in io.grpc.binarylog.v1
-
Log entry we store in binary logs
- GrpcLogEntry.EventType - Enum in io.grpc.binarylog.v1
-
Enumerates the type of event
Note the terminology is different from the RPC semantics
definition, but the same meaning is expressed here.
- GrpcLogEntry.Logger - Enum in io.grpc.binarylog.v1
-
Enumerates the entity that generates the log entry
- GrpcLogEntry.PayloadCase - Enum in io.grpc.binarylog.v1
-
- GrpcLogEntryOrBuilder - Interface in io.grpc.binarylog.v1
-
- GrpcServerRule - Class in io.grpc.testing
-
GrpcServerRule
is a JUnit
TestRule
that starts an in-process gRPC service with
a
MutableHandlerRegistry
for adding services.
- GrpcServerRule() - Constructor for class io.grpc.testing.GrpcServerRule
-
- GrpcServlet - Class in io.grpc.servlet
-
A simple servlet backed by a gRPC server.
- GrpcServlet(List<? extends BindableService>) - Constructor for class io.grpc.servlet.GrpcServlet
-
Instantiate the servlet serving the given list of gRPC services.
- GrpcServlet - Class in io.grpc.servlet.jakarta
-
A simple servlet backed by a gRPC server.
- GrpcServlet(List<? extends BindableService>) - Constructor for class io.grpc.servlet.jakarta.GrpcServlet
-
Instantiate the servlet serving the given list of gRPC services.
- GrpcSslContexts - Class in io.grpc.netty
-
Utility for configuring SslContext for gRPC.
- Gzip() - Constructor for class io.grpc.Codec.Gzip
-
- schedule(Runnable, long, TimeUnit, ScheduledExecutorService) - Method in class io.grpc.SynchronizationContext
-
- scheduledExecutorService(ScheduledExecutorService) - Method in class io.grpc.inprocess.InProcessChannelBuilder
-
Provides a custom scheduled executor service.
- scheduledExecutorService(ScheduledExecutorService) - Method in class io.grpc.inprocess.InProcessServerBuilder
-
Provides a custom scheduled executor service.
- scheduledExecutorService(ScheduledExecutorService) - Method in class io.grpc.okhttp.OkHttpChannelBuilder
-
Provides a custom scheduled executor service.
- scheduledExecutorService(ScheduledExecutorService) - Method in class io.grpc.okhttp.OkHttpServerBuilder
-
Provides a custom scheduled executor service.
- scheduledExecutorService(ScheduledExecutorService) - Method in class io.grpc.servlet.jakarta.ServletServerBuilder
-
Provides a custom scheduled executor service to the server builder.
- scheduledExecutorService(ScheduledExecutorService) - Method in class io.grpc.servlet.ServletServerBuilder
-
Provides a custom scheduled executor service to the server builder.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit, ScheduledExecutorService) - Method in class io.grpc.SynchronizationContext
-
- Security - Class in io.grpc.channelz.v1
-
Security represents details about how secure the socket is.
- Security.Builder - Class in io.grpc.channelz.v1
-
Security represents details about how secure the socket is.
- Security.ModelCase - Enum in io.grpc.channelz.v1
-
- Security.OtherSecurity - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.Security.OtherSecurity
- Security.OtherSecurity.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.Security.OtherSecurity
- Security.OtherSecurityOrBuilder - Interface in io.grpc.channelz.v1
-
- Security.Tls - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.Security.Tls
- Security.Tls.Builder - Class in io.grpc.channelz.v1
-
Protobuf type grpc.channelz.v1.Security.Tls
- Security.Tls.CipherSuiteCase - Enum in io.grpc.channelz.v1
-
- Security.TlsOrBuilder - Interface in io.grpc.channelz.v1
-
- SECURITY_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Socket
-
- SecurityLevel - Enum in io.grpc
-
The level of security guarantee in communications.
- SecurityOrBuilder - Interface in io.grpc.channelz.v1
-
- sendHeaders(Metadata) - Method in class io.grpc.ServerCall
-
Send response header metadata prior to sending a response message.
- sendMessage(ReqT) - Method in class io.grpc.ClientCall
-
Send a request message to the server.
- sendMessage(ReqT) - Method in class io.grpc.ForwardingClientCall
-
- sendMessage(RespT) - Method in class io.grpc.ForwardingServerCall
-
- sendMessage(RespT) - Method in class io.grpc.ServerCall
-
Send a response message.
- SEQUENCE_ID_WITHIN_CALL_FIELD_NUMBER - Static variable in class io.grpc.binarylog.v1.GrpcLogEntry
-
- Server - Class in io.grpc.channelz.v1
-
Server represents a single server.
- Server - Class in io.grpc.lb.v1
-
Contains server information.
- Server - Class in io.grpc
-
Server for listening for and dispatching incoming calls.
- Server() - Constructor for class io.grpc.Server
-
- Server.Builder - Class in io.grpc.channelz.v1
-
Server represents a single server.
- Server.Builder - Class in io.grpc.lb.v1
-
Contains server information.
- SERVER_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetServerResponse
-
- SERVER_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetServersResponse
-
- SERVER_HEADER_FIELD_NUMBER - Static variable in class io.grpc.binarylog.v1.GrpcLogEntry
-
- SERVER_ID_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetServerRequest
-
- SERVER_ID_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetServerSocketsRequest
-
- SERVER_ID_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ServerRef
-
- SERVER_LIST_FIELD_NUMBER - Static variable in class io.grpc.lb.v1.LoadBalanceResponse
-
- ServerBuilder<T extends ServerBuilder<T>> - Class in io.grpc
-
A builder for
Server
instances.
- ServerBuilder() - Constructor for class io.grpc.ServerBuilder
-
- serverBuilder(ServerBuilder<?>) - Static method in class io.grpc.ServerProvider.NewServerBuilderResult
-
- ServerCall<ReqT,RespT> - Class in io.grpc
-
Encapsulates a single call received from a remote client.
- ServerCall() - Constructor for class io.grpc.ServerCall
-
- ServerCall.Listener<ReqT> - Class in io.grpc
-
Callbacks for consuming incoming RPC messages.
- ServerCallExecutorSupplier - Interface in io.grpc
-
Defines what executor handles the server call, based on each RPC call information at runtime.
- ServerCallHandler<RequestT,ResponseT> - Interface in io.grpc
-
Interface to initiate processing of incoming remote calls.
- ServerCallInfo() - Constructor for class io.grpc.ServerStreamTracer.ServerCallInfo
-
- ServerCalls - Class in io.grpc.stub
-
Utility functions for adapting
ServerCallHandler
s to application service implementation,
meant to be used by the generated code.
- ServerCalls.BidiStreamingMethod<ReqT,RespT> - Interface in io.grpc.stub
-
Adaptor to a bidirectional streaming method.
- ServerCalls.ClientStreamingMethod<ReqT,RespT> - Interface in io.grpc.stub
-
Adaptor to a client streaming method.
- ServerCalls.ServerStreamingMethod<ReqT,RespT> - Interface in io.grpc.stub
-
Adaptor to a server streaming method.
- ServerCalls.UnaryMethod<ReqT,RespT> - Interface in io.grpc.stub
-
Adaptor to a unary call method.
- serverCallStarted(ServerStreamTracer.ServerCallInfo<?, ?>) - Method in class io.grpc.ServerStreamTracer
-
- serverCallStarted(ServerCall<?, ?>) - Method in class io.grpc.ServerStreamTracer
-
- ServerCallStreamObserver<RespT> - Class in io.grpc.stub
-
A refinement of
CallStreamObserver
to allows for interaction with call
cancellation events on the server side.
- ServerCallStreamObserver() - Constructor for class io.grpc.stub.ServerCallStreamObserver
-
- ServerCredentials - Class in io.grpc
-
Represents a security configuration to be used for servers.
- ServerCredentials() - Constructor for class io.grpc.ServerCredentials
-
- ServerData - Class in io.grpc.channelz.v1
-
ServerData is data for a specific Server.
- ServerData.Builder - Class in io.grpc.channelz.v1
-
ServerData is data for a specific Server.
- ServerDataOrBuilder - Interface in io.grpc.channelz.v1
-
- ServerHeader - Class in io.grpc.binarylog.v1
-
Protobuf type grpc.binarylog.v1.ServerHeader
- ServerHeader.Builder - Class in io.grpc.binarylog.v1
-
Protobuf type grpc.binarylog.v1.ServerHeader
- ServerHeaderOrBuilder - Interface in io.grpc.binarylog.v1
-
- ServerInterceptor - Interface in io.grpc
-
Interface for intercepting incoming calls before that are dispatched by
ServerCallHandler
.
- ServerInterceptors - Class in io.grpc
-
- ServerList - Class in io.grpc.lb.v1
-
Protobuf type grpc.lb.v1.ServerList
- ServerList.Builder - Class in io.grpc.lb.v1
-
Protobuf type grpc.lb.v1.ServerList
- ServerListOrBuilder - Interface in io.grpc.lb.v1
-
- ServerMethodDefinition<ReqT,RespT> - Class in io.grpc
-
Definition of a method exposed by a
Server
.
- ServerOrBuilder - Interface in io.grpc.channelz.v1
-
- ServerOrBuilder - Interface in io.grpc.lb.v1
-
- ServerProvider - Class in io.grpc
-
Provider of servers for transport agnostic consumption.
- ServerProvider() - Constructor for class io.grpc.ServerProvider
-
- ServerProvider.NewServerBuilderResult - Class in io.grpc
-
- ServerRef - Class in io.grpc.channelz.v1
-
ServerRef is a reference to a Server.
- ServerRef.Builder - Class in io.grpc.channelz.v1
-
ServerRef is a reference to a Server.
- ServerReflectionGrpc - Class in io.grpc.reflection.v1alpha
-
- ServerReflectionGrpc.AsyncService - Interface in io.grpc.reflection.v1alpha
-
- ServerReflectionGrpc.ServerReflectionBlockingStub - Class in io.grpc.reflection.v1alpha
-
A stub to allow clients to do synchronous rpc calls to service ServerReflection.
- ServerReflectionGrpc.ServerReflectionFutureStub - Class in io.grpc.reflection.v1alpha
-
A stub to allow clients to do ListenableFuture-style rpc calls to service ServerReflection.
- ServerReflectionGrpc.ServerReflectionImplBase - Class in io.grpc.reflection.v1alpha
-
Base class for the server implementation of the service ServerReflection.
- ServerReflectionGrpc.ServerReflectionStub - Class in io.grpc.reflection.v1alpha
-
A stub to allow clients to do asynchronous rpc calls to service ServerReflection.
- ServerReflectionImplBase() - Constructor for class io.grpc.reflection.v1alpha.ServerReflectionGrpc.ServerReflectionImplBase
-
- serverReflectionInfo(StreamObserver<ServerReflectionResponse>) - Method in class io.grpc.protobuf.services.ProtoReflectionService
-
- serverReflectionInfo(StreamObserver<ServerReflectionResponse>) - Method in interface io.grpc.reflection.v1alpha.ServerReflectionGrpc.AsyncService
-
The reflection service is structured as a bidirectional stream, ensuring
all related requests go to a single server.
- serverReflectionInfo(StreamObserver<ServerReflectionResponse>) - Method in class io.grpc.reflection.v1alpha.ServerReflectionGrpc.ServerReflectionStub
-
The reflection service is structured as a bidirectional stream, ensuring
all related requests go to a single server.
- ServerReflectionProto - Class in io.grpc.reflection.v1alpha
-
Deprecated.
- ServerReflectionRequest - Class in io.grpc.reflection.v1alpha
-
The message sent by the client when calling ServerReflectionInfo method.
- ServerReflectionRequest.Builder - Class in io.grpc.reflection.v1alpha
-
The message sent by the client when calling ServerReflectionInfo method.
- ServerReflectionRequest.MessageRequestCase - Enum in io.grpc.reflection.v1alpha
-
- ServerReflectionRequestOrBuilder - Interface in io.grpc.reflection.v1alpha
-
- ServerReflectionResponse - Class in io.grpc.reflection.v1alpha
-
The message sent by the server to answer ServerReflectionInfo method.
- ServerReflectionResponse.Builder - Class in io.grpc.reflection.v1alpha
-
The message sent by the server to answer ServerReflectionInfo method.
- ServerReflectionResponse.MessageResponseCase - Enum in io.grpc.reflection.v1alpha
-
- ServerReflectionResponseOrBuilder - Interface in io.grpc.reflection.v1alpha
-
- ServerRefOrBuilder - Interface in io.grpc.channelz.v1
-
- ServerRegistry - Class in io.grpc
-
- ServerRegistry() - Constructor for class io.grpc.ServerRegistry
-
- ServerRegistry.ProviderNotFoundException - Exception in io.grpc
-
- SERVERS_FIELD_NUMBER - Static variable in class io.grpc.lb.v1.ServerList
-
- serverSendsOneMessage() - Method in enum io.grpc.MethodDescriptor.MethodType
-
Returns true
for UNARY
and CLIENT_STREAMING
, which do not permit the
server to stream.
- ServerServiceDefinition - Class in io.grpc
-
Definition of a service to be exposed via a Server.
- ServerServiceDefinition.Builder - Class in io.grpc
-
Builder for constructing Service instances.
- ServerStreamTracer - Class in io.grpc
-
Listens to events on a stream to collect metrics.
- ServerStreamTracer() - Constructor for class io.grpc.ServerStreamTracer
-
- ServerStreamTracer.Factory - Class in io.grpc
-
- ServerStreamTracer.ServerCallInfo<ReqT,RespT> - Class in io.grpc
-
A data class with info about the started
ServerCall
.
- ServerTransportFilter - Class in io.grpc
-
Listens on server transport life-cycle events, with the capability to read and/or change
transport attributes.
- ServerTransportFilter() - Constructor for class io.grpc.ServerTransportFilter
-
- SERVICE_FIELD_NUMBER - Static variable in class io.grpc.health.v1.HealthCheckRequest
-
- SERVICE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ListServiceResponse
-
- SERVICE_NAME - Static variable in class io.grpc.channelz.v1.ChannelzGrpc
-
- SERVICE_NAME - Static variable in class io.grpc.health.v1.HealthGrpc
-
- SERVICE_NAME - Static variable in class io.grpc.lb.v1.LoadBalancerGrpc
-
- SERVICE_NAME - Static variable in class io.grpc.reflection.v1alpha.ServerReflectionGrpc
-
- SERVICE_NAME_ALL_SERVICES - Static variable in class io.grpc.protobuf.services.HealthStatusManager
-
The special "service name" that represent all services on a GRPC server.
- SERVICE_NAME_ALL_SERVICES - Static variable in class io.grpc.services.HealthStatusManager
-
Deprecated.
The special "service name" that represent all services on a GRPC server.
- SERVICE_UNKNOWN_VALUE - Static variable in enum io.grpc.health.v1.HealthCheckResponse.ServingStatus
-
Used only by the Watch method.
- ServiceConfigParser() - Constructor for class io.grpc.NameResolver.ServiceConfigParser
-
- ServiceDescriptor - Class in io.grpc
-
Descriptor for a service.
- ServiceDescriptor(String, MethodDescriptor<?, ?>...) - Constructor for class io.grpc.ServiceDescriptor
-
Constructs a new Service Descriptor.
- ServiceDescriptor(String, Collection<MethodDescriptor<?, ?>>) - Constructor for class io.grpc.ServiceDescriptor
-
Constructs a new Service Descriptor.
- ServiceDescriptor.Builder - Class in io.grpc
-
- ServiceResponse - Class in io.grpc.reflection.v1alpha
-
The information of a single service used by ListServiceResponse to answer
list_services request.
- ServiceResponse.Builder - Class in io.grpc.reflection.v1alpha
-
The information of a single service used by ListServiceResponse to answer
list_services request.
- ServiceResponseOrBuilder - Interface in io.grpc.reflection.v1alpha
-
- SERVING_VALUE - Static variable in enum io.grpc.health.v1.HealthCheckResponse.ServingStatus
-
SERVING = 1;
- ServletAdapter - Class in io.grpc.servlet.jakarta
-
An adapter that transforms HttpServletRequest
into gRPC request and lets a gRPC server
process it, and transforms the gRPC response into HttpServletResponse
.
- ServletAdapter - Class in io.grpc.servlet
-
An adapter that transforms HttpServletRequest
into gRPC request and lets a gRPC server
process it, and transforms the gRPC response into HttpServletResponse
.
- ServletServerBuilder - Class in io.grpc.servlet.jakarta
-
Builder to build a gRPC server that can run as a servlet.
- ServletServerBuilder() - Constructor for class io.grpc.servlet.jakarta.ServletServerBuilder
-
- ServletServerBuilder - Class in io.grpc.servlet
-
Builder to build a gRPC server that can run as a servlet.
- ServletServerBuilder() - Constructor for class io.grpc.servlet.ServletServerBuilder
-
- set(Attributes.Key<T>, T) - Method in class io.grpc.Attributes.Builder
-
- setActive(boolean) - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
active maps to `struct linger.l_onoff`
- setAdditional(Any) - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
Additional data associated with the socket option.
- setAdditional(Any.Builder) - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
Additional data associated with the socket option.
- setAddress(String) - Method in class io.grpc.binarylog.v1.Address.Builder
-
string address = 2;
- setAddressBytes(ByteString) - Method in class io.grpc.binarylog.v1.Address.Builder
-
string address = 2;
- setAddresses(EquivalentAddressGroup) - Method in class io.grpc.LoadBalancer.CreateSubchannelArgs.Builder
-
The addresses to connect to.
- setAddresses(List<EquivalentAddressGroup>) - Method in class io.grpc.LoadBalancer.CreateSubchannelArgs.Builder
-
The addresses to connect to.
- setAddresses(List<EquivalentAddressGroup>) - Method in class io.grpc.LoadBalancer.ResolvedAddresses.Builder
-
Sets the addresses.
- setAddresses(List<EquivalentAddressGroup>) - Method in class io.grpc.NameResolver.ResolutionResult.Builder
-
Sets the addresses resolved by name resolution.
- setAll(Attributes) - Method in class io.grpc.Attributes.Builder
-
- setAllExtensionNumbersOfType(String) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Finds the tag numbers used by all known extensions of extendee_type, and
appends them to ExtensionNumberResponse in an undefined order.
- setAllExtensionNumbersOfTypeBytes(ByteString) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Finds the tag numbers used by all known extensions of extendee_type, and
appends them to ExtensionNumberResponse in an undefined order.
- setAllExtensionNumbersResponse(ExtensionNumberResponse) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer all_extension_numbers_of_type requst.
- setAllExtensionNumbersResponse(ExtensionNumberResponse.Builder) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer all_extension_numbers_of_type requst.
- setAllUtilizationMetrics(Map<String, Double>) - Method in class io.grpc.services.MetricRecorder
-
Replace the whole metrics data using the specified map.
- setAttributes(Attributes) - Method in class io.grpc.LoadBalancer.CreateSubchannelArgs.Builder
-
- setAttributes(Attributes) - Method in class io.grpc.LoadBalancer.ResolvedAddresses.Builder
-
Sets the attributes.
- setAttributes(Attributes) - Method in class io.grpc.NameResolver.ResolutionResult.Builder
-
Sets the attributes for the addresses resolved by name resolution.
- setAuthority(String) - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
A single process may be used to run multiple virtual
servers with different identities.
- setAuthorityBytes(ByteString) - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
A single process may be used to run multiple virtual
servers with different identities.
- setBaseEjectionTimeNanos(Long) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.Builder
-
The base time an address is ejected for.
- setBaseTypeName(String) - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
Full name of the base type, including the package name.
- setBaseTypeNameBytes(ByteString) - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
Full name of the base type, including the package name.
- setBinaryLog(BinaryLog) - Method in class io.grpc.ForwardingChannelBuilder
-
- setBinaryLog(BinaryLog) - Method in class io.grpc.ForwardingServerBuilder
-
- setBinaryLog(BinaryLog) - Method in class io.grpc.ManagedChannelBuilder
-
Sets the BinaryLog object that this channel should log to.
- setBinaryLog(BinaryLog) - Method in class io.grpc.ServerBuilder
-
Sets the BinaryLog object that this server should log to.
- setCallId(long) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Uniquely identifies a call.
- setCallOptions(CallOptions) - Method in class io.grpc.ClientStreamTracer.StreamInfo.Builder
-
Sets the effective CallOptions of the call.
- setCallsFailed(long) - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The number of calls that have completed with a non-OK status
- setCallsFailed(long) - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The number of incoming calls that have a completed with a non-OK status
- setCallsFinishedWithDrop(int, ClientStatsPerToken) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- setCallsFinishedWithDrop(int, ClientStatsPerToken.Builder) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- setCallsStarted(long) - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The number of calls started on the channel
- setCallsStarted(long) - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The number of incoming calls started on the server
- setCallsSucceeded(long) - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The number of calls that have completed with an OK status
- setCallsSucceeded(long) - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The number of incoming calls that have completed with an OK status
- setChannel(Channel) - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
-
The Channel that corresponds to the requested channel_id.
- setChannel(Channel.Builder) - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
-
The Channel that corresponds to the requested channel_id.
- setChannel(int, Channel) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- setChannel(int, Channel.Builder) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- setChannelId(long) - Method in class io.grpc.channelz.v1.ChannelRef.Builder
-
The globally unique id for this channel.
- setChannelId(long) - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
-
channel_id is the identifier of the specific channel to get.
- setChannelLogger(ChannelLogger) - Method in class io.grpc.NameResolver.Args.Builder
-
- setChannelRef(int, ChannelRef) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- setChannelRef(int, ChannelRef.Builder) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- setChannelRef(ChannelRef) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
.grpc.channelz.v1.ChannelRef channel_ref = 4;
- setChannelRef(ChannelRef.Builder) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
.grpc.channelz.v1.ChannelRef channel_ref = 4;
- setChannelRef(int, ChannelRef) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- setChannelRef(int, ChannelRef.Builder) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- setChildPolicy(ServiceConfigUtil.PolicySelection) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.Builder
-
- setClientHeader(ClientHeader) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.ClientHeader client_header = 6;
- setClientHeader(ClientHeader.Builder) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.ClientHeader client_header = 6;
- setClientStats(ClientStats) - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
- setClientStats(ClientStats.Builder) - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
- setClientStatsReportInterval(Duration) - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
-
This interval defines how often the client should send the client stats
to the load balancer.
- setClientStatsReportInterval(Duration.Builder) - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
-
This interval defines how often the client should send the client stats
to the load balancer.
- setCompression(String) - Method in class io.grpc.ServerCall
-
Sets the compression algorithm for this call.
- setCompression(String) - Method in class io.grpc.stub.ServerCallStreamObserver
-
Sets the compression algorithm to use for the call.
- setContainingType(String) - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
Fully-qualified type name.
- setContainingTypeBytes(ByteString) - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
Fully-qualified type name.
- setCpuUtilizationMetric(double) - Method in class io.grpc.services.MetricRecorder
-
Update the CPU utilization metrics data in the range [0, inf).
- setCreationTimestamp(Timestamp) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
Time that this channel was created.
- setCreationTimestamp(Timestamp.Builder) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
Time that this channel was created.
- setData(ByteString) - Method in class io.grpc.binarylog.v1.Message.Builder
-
May be truncated or omitted.
- setData(ChannelData) - Method in class io.grpc.channelz.v1.Channel.Builder
-
Data specific to this channel.
- setData(ChannelData.Builder) - Method in class io.grpc.channelz.v1.Channel.Builder
-
Data specific to this channel.
- setData(ServerData) - Method in class io.grpc.channelz.v1.Server.Builder
-
The associated data of the Server.
- setData(ServerData.Builder) - Method in class io.grpc.channelz.v1.Server.Builder
-
The associated data of the Server.
- setData(SocketData) - Method in class io.grpc.channelz.v1.Socket.Builder
-
Data specific to this Socket.
- setData(SocketData.Builder) - Method in class io.grpc.channelz.v1.Socket.Builder
-
Data specific to this Socket.
- setData(ChannelData) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
Data specific to this channel.
- setData(ChannelData.Builder) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
Data specific to this channel.
- setDefaultPort(int) - Method in class io.grpc.NameResolver.Args.Builder
-
- setDescription(String) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
High level description of the event.
- setDescriptionBytes(ByteString) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
High level description of the event.
- setDrop(boolean) - Method in class io.grpc.lb.v1.Server.Builder
-
Indicates whether this particular request should be dropped by the client.
- setDuration(Duration) - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
duration maps to `struct linger.l_linger`
- setDuration(Duration.Builder) - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
duration maps to `struct linger.l_linger`
- setDuration(Duration) - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
-
.google.protobuf.Duration duration = 1;
- setDuration(Duration.Builder) - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
-
.google.protobuf.Duration duration = 1;
- setEnd(boolean) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
If set, indicates that the list of sockets is the final list.
- setEnd(boolean) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
If set, indicates that the list of servers is the final list.
- setEnd(boolean) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
If set, indicates that the list of channels is the final list.
- setEnforcementPercentage(Integer) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.FailurePercentageEjection.Builder
-
Only eject this percentage of outliers.
- setEnforcementPercentage(Integer) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder
-
Only eject this percentage of outliers.
- setEntry(int, MetadataEntry) - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- setEntry(int, MetadataEntry.Builder) - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- setErrorCode(int) - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
This field uses the error codes defined in grpc::StatusCode.
- setErrorMessage(String) - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
string error_message = 2;
- setErrorMessageBytes(ByteString) - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
string error_message = 2;
- setErrorResponse(ErrorResponse) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used when an error occurs.
- setErrorResponse(ErrorResponse.Builder) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used when an error occurs.
- setEvents(int, ChannelTraceEvent) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- setEvents(int, ChannelTraceEvent.Builder) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- setExtensionNumber(int, int) - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- setExtensionNumber(int) - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
int32 extension_number = 2;
- setExtensionRegistry(ExtensionRegistryLite) - Static method in class io.grpc.protobuf.lite.ProtoLiteUtils
-
Sets the global registry for proto marshalling shared across all servers and clients.
- setExtensionRegistry(ExtensionRegistry) - Static method in class io.grpc.protobuf.ProtoUtils
-
Sets the global registry for proto marshalling shared across all servers and clients.
- setFailurePercentageEjection(OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.FailurePercentageEjection) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.Builder
-
Set to enable failure percentage ejection.
- setFallbackResponse(FallbackResponse) - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
- setFallbackResponse(FallbackResponse.Builder) - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
- setFileByFilename(String) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find a proto file by the file name.
- setFileByFilenameBytes(ByteString) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find a proto file by the file name.
- setFileContainingExtension(ExtensionRequest) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find the proto file which defines an extension extending the given
message type with the given field number.
- setFileContainingExtension(ExtensionRequest.Builder) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find the proto file which defines an extension extending the given
message type with the given field number.
- setFileContainingSymbol(String) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find the proto file that declares the given fully-qualified symbol name.
- setFileContainingSymbolBytes(ByteString) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
Find the proto file that declares the given fully-qualified symbol name.
- setFileDescriptorProto(int, ByteString) - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- setFileDescriptorResponse(FileDescriptorResponse) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer file_by_filename, file_containing_symbol,
file_containing_extension requests with transitive dependencies.
- setFileDescriptorResponse(FileDescriptorResponse.Builder) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer file_by_filename, file_containing_symbol,
file_containing_extension requests with transitive dependencies.
- setFilename(String) - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
-
string filename = 1;
- setFilenameBytes(ByteString) - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
-
string filename = 1;
- setFullMethodName(String) - Method in class io.grpc.MethodDescriptor.Builder
-
Sets the fully qualified (service and method) method name.
- setHost(String) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
string host = 1;
- setHostBytes(ByteString) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
string host = 1;
- setIdempotent(boolean) - Method in class io.grpc.MethodDescriptor.Builder
-
Sets whether the method is idempotent.
- setInitialRequest(InitialLoadBalanceRequest) - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
This message should be sent on the first request to the load balancer.
- setInitialRequest(InitialLoadBalanceRequest.Builder) - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
This message should be sent on the first request to the load balancer.
- setInitialResponse(InitialLoadBalanceResponse) - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
This message should be sent on the first response to the client.
- setInitialResponse(InitialLoadBalanceResponse.Builder) - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
This message should be sent on the first response to the client.
- setIntervalNanos(Long) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.Builder
-
The interval between outlier detection sweeps.
- setIpAddress(ByteString) - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
-
Either the IPv4 or IPv6 address in bytes.
- setIpAddress(ByteString) - Method in class io.grpc.lb.v1.Server.Builder
-
A resolved address for the server, serialized in network-byte-order.
- setIpPort(int) - Method in class io.grpc.binarylog.v1.Address.Builder
-
only for TYPE_IPV4 and TYPE_IPV6
- setIsTransparentRetry(boolean) - Method in class io.grpc.ClientStreamTracer.StreamInfo.Builder
-
Sets whether the stream is a transparent retry.
- setKeepAlivesSent(long) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of keep alives sent.
- setKey(String) - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
string key = 1;
- setKeyBytes(ByteString) - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
string key = 1;
- setLastCallStartedTimestamp(Timestamp) - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The last time a call was started on the channel.
- setLastCallStartedTimestamp(Timestamp.Builder) - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The last time a call was started on the channel.
- setLastCallStartedTimestamp(Timestamp) - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The last time a call was started on the server.
- setLastCallStartedTimestamp(Timestamp.Builder) - Method in class io.grpc.channelz.v1.ServerData.Builder
-
The last time a call was started on the server.
- setLastLocalStreamCreatedTimestamp(Timestamp) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a stream was created by this endpoint.
- setLastLocalStreamCreatedTimestamp(Timestamp.Builder) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a stream was created by this endpoint.
- setLastMessageReceivedTimestamp(Timestamp) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a message was received by this endpoint.
- setLastMessageReceivedTimestamp(Timestamp.Builder) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a message was received by this endpoint.
- setLastMessageSentTimestamp(Timestamp) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a message was sent by this endpoint.
- setLastMessageSentTimestamp(Timestamp.Builder) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a message was sent by this endpoint.
- setLastRemoteStreamCreatedTimestamp(Timestamp) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a stream was created by the remote endpoint.
- setLastRemoteStreamCreatedTimestamp(Timestamp.Builder) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The last time a stream was created by the remote endpoint.
- setLength(int) - Method in class io.grpc.binarylog.v1.Message.Builder
-
Length of the message.
- setListener(LoadBalancer.Subchannel, OrcaOobUtil.OrcaOobReportListener, OrcaOobUtil.OrcaReportingConfig) - Static method in class io.grpc.xds.orca.OrcaOobUtil
-
Update
OrcaOobUtil.OrcaOobReportListener
to receive Out-of-Band metrics report for the
particular subchannel connection, and set the configuration of receiving ORCA reports,
such as the interval of receiving reports.
- setListenSocket(int, SocketRef) - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- setListenSocket(int, SocketRef.Builder) - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- setListServices(String) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
List the full names of registered services.
- setListServicesBytes(ByteString) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
List the full names of registered services.
- setListServicesResponse(ListServiceResponse) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer list_services request.
- setListServicesResponse(ListServiceResponse.Builder) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer list_services request.
- setLoadBalanceToken(String) - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
See Server.load_balance_token.
- setLoadBalanceToken(String) - Method in class io.grpc.lb.v1.Server.Builder
-
An opaque but printable token for load reporting.
- setLoadBalanceTokenBytes(ByteString) - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
See Server.load_balance_token.
- setLoadBalanceTokenBytes(ByteString) - Method in class io.grpc.lb.v1.Server.Builder
-
An opaque but printable token for load reporting.
- setLoadBalancingPolicyConfig(Object) - Method in class io.grpc.LoadBalancer.ResolvedAddresses.Builder
-
Sets the load balancing policy config.
- setLocal(Address) - Method in class io.grpc.channelz.v1.Socket.Builder
-
The locally bound address.
- setLocal(Address.Builder) - Method in class io.grpc.channelz.v1.Socket.Builder
-
The locally bound address.
- setLocalCertificate(ByteString) - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
the certificate used by this endpoint.
- setLocalFlowControlWindow(Int64Value) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The amount of window, granted to the local endpoint by the remote endpoint.
- setLocalFlowControlWindow(Int64Value.Builder) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The amount of window, granted to the local endpoint by the remote endpoint.
- setLogger(GrpcLogEntry.Logger) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
One of the above Logger enum
- setLoggerValue(int) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
One of the above Logger enum
- setMaxEjectionPercent(Integer) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.Builder
-
The algorithm agnostic maximum percentage of addresses that can be ejected.
- setMaxEjectionTimeNanos(Long) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.Builder
-
The longest time an address can be ejected.
- setMaxResults(long) - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
If non-zero, the server will return a page of results containing
at most this many items.
- setMaxResults(long) - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
-
If non-zero, the server will return a page of results containing
at most this many items.
- setMaxResults(long) - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
-
If non-zero, the server will return a page of results containing
at most this many items.
- setMemoryUtilizationMetric(double) - Method in class io.grpc.services.MetricRecorder
-
Update the memory utilization metrics data in the range [0, 1].
- setMessage(Message) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
- setMessage(Message.Builder) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
- setMessageCompression(boolean) - Method in class io.grpc.ClientCall
-
Enables per-message compression, if an encoding type has been negotiated.
- setMessageCompression(boolean) - Method in class io.grpc.ServerCall
-
Enables per-message compression, if an encoding type has been negotiated.
- setMessageCompression(boolean) - Method in class io.grpc.stub.CallStreamObserver
-
- setMessageCompression(boolean) - Method in class io.grpc.stub.ClientCallStreamObserver
-
- setMessageCompression(boolean) - Method in class io.grpc.stub.ServerCallStreamObserver
-
- setMessagesReceived(long) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of grpc messages received on this socket.
- setMessagesSent(long) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of grpc messages successfully sent on this socket.
- setMetadata(Metadata) - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
This contains only the metadata from the application.
- setMetadata(Metadata.Builder) - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
This contains only the metadata from the application.
- setMetadata(Metadata) - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
-
This contains only the metadata from the application.
- setMetadata(Metadata.Builder) - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
-
This contains only the metadata from the application.
- setMetadata(Metadata) - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
This contains only the metadata from the application.
- setMetadata(Metadata.Builder) - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
This contains only the metadata from the application.
- setMethodName(String) - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
The name of the RPC method, which looks something like:
/<service>/<method>
Note the leading "/" character.
- setMethodNameBytes(ByteString) - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
The name of the RPC method, which looks something like:
/<service>/<method>
Note the leading "/" character.
- setMinimumHosts(Integer) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.FailurePercentageEjection.Builder
-
The minimum amount of host for failure percentage ejection to be enabled.
- setMinimumHosts(Integer) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder
-
The minimum amount of hosts needed for success rate ejection.
- setName(String) - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
The human readable version of the value.
- setName(String) - Method in class io.grpc.channelz.v1.ChannelRef.Builder
-
An optional name associated with the channel.
- setName(String) - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
The human readable version of the value.
- setName(String) - Method in class io.grpc.channelz.v1.ServerRef.Builder
-
An optional name associated with the server.
- setName(String) - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
The full name of the socket option.
- setName(String) - Method in class io.grpc.channelz.v1.SocketRef.Builder
-
An optional name associated with the socket.
- setName(String) - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
An optional name associated with the subchannel.
- setName(String) - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
-
The name of the load balanced service (e.g., service.googleapis.com).
- setName(String) - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
-
Full name of a registered service, including its package name.
- setName(String) - Method in class io.grpc.ServiceDescriptor.Builder
-
Sets the name.
- setNameBytes(ByteString) - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
The human readable version of the value.
- setNameBytes(ByteString) - Method in class io.grpc.channelz.v1.ChannelRef.Builder
-
An optional name associated with the channel.
- setNameBytes(ByteString) - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
The human readable version of the value.
- setNameBytes(ByteString) - Method in class io.grpc.channelz.v1.ServerRef.Builder
-
An optional name associated with the server.
- setNameBytes(ByteString) - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
The full name of the socket option.
- setNameBytes(ByteString) - Method in class io.grpc.channelz.v1.SocketRef.Builder
-
An optional name associated with the socket.
- setNameBytes(ByteString) - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
An optional name associated with the subchannel.
- setNameBytes(ByteString) - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
-
The name of the load balanced service (e.g., service.googleapis.com).
- setNameBytes(ByteString) - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
-
Full name of a registered service, including its package name.
- setNumCalls(long) - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
The total number of RPCs that finished associated with the token.
- setNumCallsFinished(long) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The total number of RPCs that finished.
- setNumCallsFinishedKnownReceived(long) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The total number of RPCs that finished and are known to have been received
by a server.
- setNumCallsFinishedWithClientFailedToSend(long) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The total number of RPCs that failed to reach a server except dropped RPCs.
- setNumCallsStarted(long) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The total number of RPCs that started.
- setNumEventsLogged(long) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
Number of events ever logged in this tracing object.
- setOffloadExecutor(Executor) - Method in class io.grpc.NameResolver.Args.Builder
-
- setOnCancelHandler(Runnable) - Method in class io.grpc.stub.ServerCallStreamObserver
-
Sets a
Runnable
to be called if the call is cancelled and the server is encouraged to
abort processing to save resources, since the client will not process any further messages.
- setOnCloseHandler(Runnable) - Method in class io.grpc.stub.ServerCallStreamObserver
-
- setOnReadyHandler(Runnable) - Method in class io.grpc.stub.CallStreamObserver
-
- setOnReadyHandler(Runnable) - Method in class io.grpc.stub.ClientCallStreamObserver
-
- setOnReadyHandler(Runnable) - Method in class io.grpc.stub.ServerCallStreamObserver
-
- setOption(int, SocketOption) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- setOption(int, SocketOption.Builder) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- setOriginalRequest(ServerReflectionRequest) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
.grpc.reflection.v1alpha.ServerReflectionRequest original_request = 2;
- setOriginalRequest(ServerReflectionRequest.Builder) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
.grpc.reflection.v1alpha.ServerReflectionRequest original_request = 2;
- setOther(Security.OtherSecurity) - Method in class io.grpc.channelz.v1.Security.Builder
-
.grpc.channelz.v1.Security.OtherSecurity other = 2;
- setOther(Security.OtherSecurity.Builder) - Method in class io.grpc.channelz.v1.Security.Builder
-
.grpc.channelz.v1.Security.OtherSecurity other = 2;
- setOtherAddress(Address.OtherAddress) - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
- setOtherAddress(Address.OtherAddress.Builder) - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
- setOtherName(String) - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
Some other way to describe the cipher suite if
the RFC 4346 name is not available.
- setOtherNameBytes(ByteString) - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
Some other way to describe the cipher suite if
the RFC 4346 name is not available.
- setOverrideAuthority(String) - Method in class io.grpc.NameResolver.Args.Builder
-
- setPassword(String) - Method in class io.grpc.HttpConnectProxiedSocketAddress.Builder
-
Sets the password used to connect to the proxy.
- setPayloadTruncated(boolean) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
true if payload does not represent the full message or metadata.
- setPeer(Address) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Peer address information, will only be recorded on the first
incoming event.
- setPeer(Address.Builder) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
Peer address information, will only be recorded on the first
incoming event.
- setPort(int) - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
-
0-64k, or -1 if not appropriate.
- setPort(int) - Method in class io.grpc.lb.v1.Server.Builder
-
A resolved port number for the server.
- setPreviousAttempts(int) - Method in class io.grpc.ClientStreamTracer.StreamInfo.Builder
-
Set the number of preceding attempts of the RPC.
- setProxyAddress(SocketAddress) - Method in class io.grpc.HttpConnectProxiedSocketAddress.Builder
-
Sets the address to the proxy, which is already resolved.
- setProxyDetector(ProxyDetector) - Method in class io.grpc.NameResolver.Args.Builder
-
- setQpsMetric(double) - Method in class io.grpc.services.MetricRecorder
-
Update the QPS metrics data in the range [0, inf).
- setRef(ChannelRef) - Method in class io.grpc.channelz.v1.Channel.Builder
-
The identifier for this channel.
- setRef(ChannelRef.Builder) - Method in class io.grpc.channelz.v1.Channel.Builder
-
The identifier for this channel.
- setRef(ServerRef) - Method in class io.grpc.channelz.v1.Server.Builder
-
The identifier for a Server.
- setRef(ServerRef.Builder) - Method in class io.grpc.channelz.v1.Server.Builder
-
The identifier for a Server.
- setRef(SocketRef) - Method in class io.grpc.channelz.v1.Socket.Builder
-
The identifier for the Socket.
- setRef(SocketRef.Builder) - Method in class io.grpc.channelz.v1.Socket.Builder
-
The identifier for the Socket.
- setRef(SubchannelRef) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
The identifier for this channel.
- setRef(SubchannelRef.Builder) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
The identifier for this channel.
- setRemote(Address) - Method in class io.grpc.channelz.v1.Socket.Builder
-
The remote bound address.
- setRemote(Address.Builder) - Method in class io.grpc.channelz.v1.Socket.Builder
-
The remote bound address.
- setRemoteCertificate(ByteString) - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
the certificate used by the remote endpoint.
- setRemoteFlowControlWindow(Int64Value) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The amount of window, granted to the remote endpoint by the local endpoint.
- setRemoteFlowControlWindow(Int64Value.Builder) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The amount of window, granted to the remote endpoint by the local endpoint.
- setRemoteName(String) - Method in class io.grpc.channelz.v1.Socket.Builder
-
Optional, represents the name of the remote endpoint, if different than
the original target name.
- setRemoteNameBytes(ByteString) - Method in class io.grpc.channelz.v1.Socket.Builder
-
Optional, represents the name of the remote endpoint, if different than
the original target name.
- setReportInterval(long, TimeUnit) - Method in class io.grpc.xds.orca.OrcaOobUtil.OrcaReportingConfig.Builder
-
Sets the maximum expected interval of receiving out-of-band ORCA report.
- setRequestMarshaller(MethodDescriptor.Marshaller<ReqT>) - Method in class io.grpc.MethodDescriptor.Builder
-
Sets the request marshaller.
- setRequestVolume(Integer) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.FailurePercentageEjection.Builder
-
The request volume required for an address to be considered for failure percentage
ejection.
- setRequestVolume(Integer) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder
-
The minimum address request volume to be considered for success rate ejection.
- setResponseMarshaller(MethodDescriptor.Marshaller<RespT>) - Method in class io.grpc.MethodDescriptor.Builder
-
Sets the response marshaller.
- setRingSizeCap(long) - Static method in class io.grpc.xds.RingHashOptions
-
Set the global limit for the min and max number of ring hash entries per ring.
- setSafe(boolean) - Method in class io.grpc.MethodDescriptor.Builder
-
Sets whether this method is safe.
- setSampledToLocalTracing(boolean) - Method in class io.grpc.MethodDescriptor.Builder
-
Sets whether RPCs for this method may be sampled into the local tracing store.
- setScheduledExecutorService(ScheduledExecutorService) - Method in class io.grpc.NameResolver.Args.Builder
-
- setSchemaDescriptor(Object) - Method in class io.grpc.MethodDescriptor.Builder
-
Sets the schema descriptor for this builder.
- setSchemaDescriptor(Object) - Method in class io.grpc.ServiceDescriptor.Builder
-
Sets the schema descriptor for this builder.
- setSecurity(Security) - Method in class io.grpc.channelz.v1.Socket.Builder
-
Security details for this socket.
- setSecurity(Security.Builder) - Method in class io.grpc.channelz.v1.Socket.Builder
-
Security details for this socket.
- setSequenceIdWithinCall(long) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
The entry sequence id for this call.
- setServer(Server) - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
-
The Server that corresponds to the requested server_id.
- setServer(Server.Builder) - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
-
The Server that corresponds to the requested server_id.
- setServer(int, Server) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- setServer(int, Server.Builder) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- setServerHeader(ServerHeader) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.ServerHeader server_header = 7;
- setServerHeader(ServerHeader.Builder) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.ServerHeader server_header = 7;
- setServerId(long) - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
-
server_id is the identifier of the specific server to get.
- setServerId(long) - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
int64 server_id = 1;
- setServerId(long) - Method in class io.grpc.channelz.v1.ServerRef.Builder
-
A globally unique identifier for this server.
- setServerList(ServerList) - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
Contains the list of servers selected by the load balancer.
- setServerList(ServerList.Builder) - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
Contains the list of servers selected by the load balancer.
- setServers(int, Server) - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- setServers(int, Server.Builder) - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- setService(String) - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
-
string service = 1;
- setService(int, ServiceResponse) - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- setService(int, ServiceResponse.Builder) - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
- setServiceBytes(ByteString) - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
-
string service = 1;
- setServiceConfig(NameResolver.ConfigOrError) - Method in class io.grpc.NameResolver.ResolutionResult.Builder
-
- setServiceConfigParser(NameResolver.ServiceConfigParser) - Method in class io.grpc.NameResolver.Args.Builder
-
- setSeverity(ChannelTraceEvent.Severity) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
the severity of the trace event
- setSeverityValue(int) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
the severity of the trace event
- setSocket(Socket) - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
-
The Socket that corresponds to the requested socket_id.
- setSocket(Socket.Builder) - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
-
The Socket that corresponds to the requested socket_id.
- setSocketId(long) - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
-
socket_id is the identifier of the specific socket to get.
- setSocketId(long) - Method in class io.grpc.channelz.v1.SocketRef.Builder
-
The globally unique id for this socket.
- setSocketRef(int, SocketRef) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- setSocketRef(int, SocketRef.Builder) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- setSocketRef(int, SocketRef) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- setSocketRef(int, SocketRef.Builder) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- setSocketRef(int, SocketRef) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- setSocketRef(int, SocketRef.Builder) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- setSslSocketAndEnginePeerVerifier(AdvancedTlsX509TrustManager.SslSocketAndEnginePeerVerifier) - Method in class io.grpc.util.AdvancedTlsX509TrustManager.Builder
-
- setStandardName(String) - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
The cipher suite name in the RFC 4346 format:
https://tools.ietf.org/html/rfc4346#appendix-C
- setStandardNameBytes(ByteString) - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
The cipher suite name in the RFC 4346 format:
https://tools.ietf.org/html/rfc4346#appendix-C
- setStartChannelId(long) - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
-
start_channel_id indicates that only channels at or above this id should be
included in the results.
- setStartServerId(long) - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
-
start_server_id indicates that only servers at or above this id should be
included in the results.
- setStartSocketId(long) - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
start_socket_id indicates that only sockets at or above this id should be
included in the results.
- setState(ChannelConnectivityState.State) - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
-
.grpc.channelz.v1.ChannelConnectivityState.State state = 1;
- setState(ChannelConnectivityState) - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The connectivity state of the channel or subchannel.
- setState(ChannelConnectivityState.Builder) - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The connectivity state of the channel or subchannel.
- setStateValue(int) - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
-
.grpc.channelz.v1.ChannelConnectivityState.State state = 1;
- setStatus(HealthCheckResponse.ServingStatus) - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
-
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;
- setStatus(String, HealthCheckResponse.ServingStatus) - Method in class io.grpc.protobuf.services.HealthStatusManager
-
Updates the status of the server.
- setStatus(String, HealthCheckResponse.ServingStatus) - Method in class io.grpc.services.HealthStatusManager
-
Deprecated.
Updates the status of the server.
- setStatusCode(int) - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
The gRPC status code.
- setStatusDetails(ByteString) - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
The value of the 'grpc-status-details-bin' metadata key.
- setStatusMessage(String) - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
An original status message before any transport specific
encoding.
- setStatusMessageBytes(ByteString) - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
An original status message before any transport specific
encoding.
- setStatusValue(int) - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
-
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;
- setStdevFactor(Integer) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder
-
The product of this and the standard deviation of success rates determine the ejection
threshold.
- setStreamsFailed(long) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of streams that have ended unsuccessfully:
On client side, ended without receiving frame with eos bit set;
On server side, ended without sending frame with eos bit set.
- setStreamsStarted(long) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of streams that have been started.
- setStreamsSucceeded(long) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
The number of streams that have ended successfully:
On client side, received frame with eos bit set;
On server side, sent frame with eos bit set.
- setSubchannel(Subchannel) - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
-
The Subchannel that corresponds to the requested subchannel_id.
- setSubchannel(Subchannel.Builder) - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
-
The Subchannel that corresponds to the requested subchannel_id.
- setSubchannelId(long) - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
-
subchannel_id is the identifier of the specific subchannel to get.
- setSubchannelId(long) - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
The globally unique id for this subchannel.
- setSubchannelRef(int, SubchannelRef) - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- setSubchannelRef(int, SubchannelRef.Builder) - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- setSubchannelRef(SubchannelRef) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
.grpc.channelz.v1.SubchannelRef subchannel_ref = 5;
- setSubchannelRef(SubchannelRef.Builder) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
.grpc.channelz.v1.SubchannelRef subchannel_ref = 5;
- setSubchannelRef(int, SubchannelRef) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- setSubchannelRef(int, SubchannelRef.Builder) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- setSuccessRateEjection(OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.Builder
-
Set to enable success rate ejection.
- setSummary(boolean) - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
-
If true, the response will contain only high level information
that is inexpensive to obtain.
- setSynchronizationContext(SynchronizationContext) - Method in class io.grpc.NameResolver.Args.Builder
-
- setTarget(String) - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The target this channel originally tried to connect to.
- setTargetAddress(InetSocketAddress) - Method in class io.grpc.HttpConnectProxiedSocketAddress.Builder
-
Sets the address to the target.
- setTargetBytes(ByteString) - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
The target this channel originally tried to connect to.
- setTcpiAdvmss(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_advmss = 28;
- setTcpiAto(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_ato = 10;
- setTcpiBackoff(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_backoff = 5;
- setTcpiCaState(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_ca_state = 2;
- setTcpiFackets(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_fackets = 17;
- setTcpiLastAckRecv(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_last_ack_recv = 21;
- setTcpiLastAckSent(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_last_ack_sent = 19;
- setTcpiLastDataRecv(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_last_data_recv = 20;
- setTcpiLastDataSent(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_last_data_sent = 18;
- setTcpiLost(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_lost = 15;
- setTcpiOptions(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_options = 6;
- setTcpipAddress(Address.TcpIpAddress) - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
- setTcpipAddress(Address.TcpIpAddress.Builder) - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
- setTcpiPmtu(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_pmtu = 22;
- setTcpiProbes(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_probes = 4;
- setTcpiRcvMss(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rcv_mss = 12;
- setTcpiRcvSsthresh(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rcv_ssthresh = 23;
- setTcpiRcvWscale(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rcv_wscale = 8;
- setTcpiReordering(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_reordering = 29;
- setTcpiRetrans(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_retrans = 16;
- setTcpiRetransmits(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_retransmits = 3;
- setTcpiRto(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rto = 9;
- setTcpiRtt(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rtt = 24;
- setTcpiRttvar(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_rttvar = 25;
- setTcpiSacked(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_sacked = 14;
- setTcpiSndCwnd(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_snd_cwnd = 27;
- setTcpiSndMss(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_snd_mss = 11;
- setTcpiSndSsthresh(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_snd_ssthresh = 26;
- setTcpiSndWscale(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_snd_wscale = 7;
- setTcpiState(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_state = 1;
- setTcpiUnacked(int) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
uint32 tcpi_unacked = 13;
- setThreshold(Integer) - Method in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.FailurePercentageEjection.Builder
-
The failure percentage that will result in an address being considered an outlier.
- setTimeout(Duration) - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
the RPC timeout
- setTimeout(Duration.Builder) - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
the RPC timeout
- setTimeout(long, TimeUnit) - Method in class io.grpc.testing.GrpcCleanupRule
-
Sets a positive total time limit for the automatic resource cleanup.
- setTimestamp(Timestamp) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
The timestamp of the binary log message
- setTimestamp(Timestamp.Builder) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
The timestamp of the binary log message
- setTimestamp(Timestamp) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
When this event occurred.
- setTimestamp(Timestamp.Builder) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
When this event occurred.
- setTimestamp(Timestamp) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The timestamp of generating the report.
- setTimestamp(Timestamp.Builder) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The timestamp of generating the report.
- setTls(Security.Tls) - Method in class io.grpc.channelz.v1.Security.Builder
-
.grpc.channelz.v1.Security.Tls tls = 1;
- setTls(Security.Tls.Builder) - Method in class io.grpc.channelz.v1.Security.Builder
-
.grpc.channelz.v1.Security.Tls tls = 1;
- setTrace(ChannelTrace) - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
A trace of recent events on the channel.
- setTrace(ChannelTrace.Builder) - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
A trace of recent events on the channel.
- setTrace(ChannelTrace) - Method in class io.grpc.channelz.v1.ServerData.Builder
-
A trace of recent events on the server.
- setTrace(ChannelTrace.Builder) - Method in class io.grpc.channelz.v1.ServerData.Builder
-
A trace of recent events on the server.
- setTrailer(Trailer) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.Trailer trailer = 9;
- setTrailer(Trailer.Builder) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.Trailer trailer = 9;
- setType(Address.Type) - Method in class io.grpc.binarylog.v1.Address.Builder
-
.grpc.binarylog.v1.Address.Type type = 1;
- setType(GrpcLogEntry.EventType) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;
- setType(MethodDescriptor.MethodType) - Method in class io.grpc.MethodDescriptor.Builder
-
Sets the method type.
- setTypeValue(int) - Method in class io.grpc.binarylog.v1.Address.Builder
-
.grpc.binarylog.v1.Address.Type type = 1;
- setTypeValue(int) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;
- setUdsAddress(Address.UdsAddress) - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
- setUdsAddress(Address.UdsAddress.Builder) - Method in class io.grpc.channelz.v1.Address.Builder
-
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.binarylog.v1.Address.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.binarylog.v1.Message.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.binarylog.v1.Trailer.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.Address.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.Channel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.ChannelData.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.ChannelRef.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.Security.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.Security.Tls.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.Server.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.ServerData.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.ServerRef.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.Socket.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.SocketRef.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.lb.v1.FallbackResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.lb.v1.Server.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.lb.v1.ServerList.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
-
- setUsername(String) - Method in class io.grpc.HttpConnectProxiedSocketAddress.Builder
-
Sets the username used to connect to the proxy.
- setValidHost(String) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
string valid_host = 1;
- setValidHostBytes(ByteString) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
string valid_host = 1;
- setValue(ByteString) - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
-
bytes value = 2;
- setValue(Any) - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
The actual address message.
- setValue(Any.Builder) - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
-
The actual address message.
- setValue(Any) - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
The actual security details message.
- setValue(Any.Builder) - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
-
The actual security details message.
- setValue(String) - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
The human readable value of this socket option.
- setValueBytes(ByteString) - Method in class io.grpc.channelz.v1.SocketOption.Builder
-
The human readable value of this socket option.
- setVerification(AdvancedTlsX509TrustManager.Verification) - Method in class io.grpc.util.AdvancedTlsX509TrustManager.Builder
-
- SEVERITY_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ChannelTraceEvent
-
- shutdown() - Method in class io.grpc.LoadBalancer
-
The channel asks the load-balancer to shutdown.
- shutdown() - Method in class io.grpc.LoadBalancer.Subchannel
-
Shuts down the Subchannel.
- shutdown() - Method in class io.grpc.ManagedChannel
-
Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately
cancelled.
- shutdown() - Method in class io.grpc.NameResolver
-
Stops the resolution.
- shutdown() - Method in class io.grpc.Server
-
Initiates an orderly shutdown in which preexisting calls continue but new calls are rejected.
- shutdown() - Method in class io.grpc.util.ForwardingLoadBalancer
-
- shutdown() - Method in class io.grpc.util.ForwardingSubchannel
-
- shutdown() - Method in class io.grpc.util.GracefulSwitchLoadBalancer
-
- shutdown() - Method in class io.grpc.util.OutlierDetectionLoadBalancer
-
- shutdown() - Method in class io.grpc.util.RoundRobinLoadBalancer
-
- SHUTDOWN_VALUE - Static variable in enum io.grpc.channelz.v1.ChannelConnectivityState.State
-
SHUTDOWN = 5;
- shutdownNow() - Method in class io.grpc.ManagedChannel
-
Initiates a forceful shutdown in which preexisting and new calls are cancelled.
- shutdownNow() - Method in class io.grpc.Server
-
Initiates a forceful shutdown in which preexisting and new calls are rejected.
- SimpleForwardingClientCall(ClientCall<ReqT, RespT>) - Constructor for class io.grpc.ForwardingClientCall.SimpleForwardingClientCall
-
- SimpleForwardingClientCallListener(ClientCall.Listener<RespT>) - Constructor for class io.grpc.ForwardingClientCallListener.SimpleForwardingClientCallListener
-
- SimpleForwardingServerCall(ServerCall<ReqT, RespT>) - Constructor for class io.grpc.ForwardingServerCall.SimpleForwardingServerCall
-
- SimpleForwardingServerCallListener(ServerCall.Listener<ReqT>) - Constructor for class io.grpc.ForwardingServerCallListener.SimpleForwardingServerCallListener
-
- Socket - Class in io.grpc.channelz.v1
-
Information about an actual connection.
- Socket.Builder - Class in io.grpc.channelz.v1
-
Information about an actual connection.
- SOCKET_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetSocketResponse
-
- SOCKET_ID_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetSocketRequest
-
- SOCKET_ID_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.SocketRef
-
- SOCKET_REF_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Channel
-
- SOCKET_REF_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetServerSocketsResponse
-
- SOCKET_REF_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Subchannel
-
- SocketData - Class in io.grpc.channelz.v1
-
SocketData is data associated for a specific Socket.
- SocketData.Builder - Class in io.grpc.channelz.v1
-
SocketData is data associated for a specific Socket.
- SocketDataOrBuilder - Interface in io.grpc.channelz.v1
-
- socketFactory(SocketFactory) - Method in class io.grpc.okhttp.OkHttpChannelBuilder
-
- socketFactory(ServerSocketFactory) - Method in class io.grpc.okhttp.OkHttpServerBuilder
-
- SocketOption - Class in io.grpc.channelz.v1
-
SocketOption represents socket options for a socket.
- SocketOption.Builder - Class in io.grpc.channelz.v1
-
SocketOption represents socket options for a socket.
- SocketOptionLinger - Class in io.grpc.channelz.v1
-
For use with SocketOption's additional field.
- SocketOptionLinger.Builder - Class in io.grpc.channelz.v1
-
For use with SocketOption's additional field.
- SocketOptionLingerOrBuilder - Interface in io.grpc.channelz.v1
-
- SocketOptionOrBuilder - Interface in io.grpc.channelz.v1
-
- SocketOptionTcpInfo - Class in io.grpc.channelz.v1
-
For use with SocketOption's additional field.
- SocketOptionTcpInfo.Builder - Class in io.grpc.channelz.v1
-
For use with SocketOption's additional field.
- SocketOptionTcpInfoOrBuilder - Interface in io.grpc.channelz.v1
-
- SocketOptionTimeout - Class in io.grpc.channelz.v1
-
For use with SocketOption's additional field.
- SocketOptionTimeout.Builder - Class in io.grpc.channelz.v1
-
For use with SocketOption's additional field.
- SocketOptionTimeoutOrBuilder - Interface in io.grpc.channelz.v1
-
- SocketOrBuilder - Interface in io.grpc.channelz.v1
-
- SocketRef - Class in io.grpc.channelz.v1
-
SocketRef is a reference to a Socket.
- SocketRef.Builder - Class in io.grpc.channelz.v1
-
SocketRef is a reference to a Socket.
- SocketRefOrBuilder - Interface in io.grpc.channelz.v1
-
- sslContext(SslContext) - Method in class io.grpc.netty.NettyChannelBuilder
-
SSL/TLS context to use instead of the system default.
- sslContext(SslContext) - Method in class io.grpc.netty.NettyServerBuilder
-
Sets the TLS context to use for encryption.
- sslSocketFactory(SSLSocketFactory) - Method in class io.grpc.okhttp.OkHttpChannelBuilder
-
- SslSocketFactoryChannelCredentials - Class in io.grpc.okhttp
-
A credential with full control over the SSLSocketFactory.
- SslSocketFactoryServerCredentials - Class in io.grpc.okhttp
-
A credential with full control over the SSLSocketFactory.
- STANDARD_NAME_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Security.Tls
-
- start(ClientCall.Listener<RespT>, Metadata) - Method in class io.grpc.ClientCall
-
Start a call, using responseListener
for processing response messages.
- start(ClientCall.Listener<RespT>, Metadata) - Method in class io.grpc.ClientInterceptors.CheckedForwardingClientCall
-
- start(ClientCall.Listener<RespT>, Metadata) - Method in class io.grpc.ForwardingClientCall
-
- start(LoadBalancer.SubchannelStateListener) - Method in class io.grpc.LoadBalancer.Subchannel
-
Starts the Subchannel.
- start(NameResolver.Listener) - Method in class io.grpc.NameResolver
-
Starts the resolution.
- start(NameResolver.Listener2) - Method in class io.grpc.NameResolver
-
Starts the resolution.
- start() - Method in class io.grpc.Server
-
Bind and start the server.
- start(LoadBalancer.SubchannelStateListener) - Method in class io.grpc.util.ForwardingSubchannel
-
- START_CHANNEL_ID_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetTopChannelsRequest
-
- START_SERVER_ID_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetServersRequest
-
- START_SOCKET_ID_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetServerSocketsRequest
-
- startCall(ServerCall<RequestT, ResponseT>, Metadata) - Method in interface io.grpc.ServerCallHandler
-
Starts asynchronous processing of an incoming call.
- STATE_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ChannelConnectivityState
-
- STATE_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ChannelData
-
- Status - Class in io.grpc
-
Defines the status of an operation by providing a standard
Status.Code
in conjunction with an
optional descriptive message.
- Status.Code - Enum in io.grpc
-
The set of canonical status codes.
- STATUS_CODE_FIELD_NUMBER - Static variable in class io.grpc.binarylog.v1.Trailer
-
- STATUS_DETAILS_FIELD_NUMBER - Static variable in class io.grpc.binarylog.v1.Trailer
-
- STATUS_FIELD_NUMBER - Static variable in class io.grpc.health.v1.HealthCheckResponse
-
- STATUS_MESSAGE_FIELD_NUMBER - Static variable in class io.grpc.binarylog.v1.Trailer
-
- StatusException - Exception in io.grpc
-
Status
in Exception form, for propagating Status information via exceptions.
- StatusException(Status) - Constructor for exception io.grpc.StatusException
-
Constructs an exception with both a status.
- StatusException(Status, Metadata) - Constructor for exception io.grpc.StatusException
-
Constructs an exception with both a status and trailers.
- statusFromCancelled(Context) - Static method in class io.grpc.Contexts
-
Returns the
Status
of a cancelled context or
null
if the context
is not cancelled.
- StatusProto - Class in io.grpc.protobuf
-
Utility methods for working with Status
.
- StatusRuntimeException - Exception in io.grpc
-
Status
in RuntimeException form, for propagating Status information via exceptions.
- StatusRuntimeException(Status) - Constructor for exception io.grpc.StatusRuntimeException
-
Constructs the exception with both a status.
- StatusRuntimeException(Status, Metadata) - Constructor for exception io.grpc.StatusRuntimeException
-
Constructs the exception with both a status and trailers.
- stdevFactor - Variable in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
-
- Storage() - Constructor for class io.grpc.Context.Storage
-
- stream(T) - Method in interface io.grpc.MethodDescriptor.Marshaller
-
Given a message, produce an
InputStream
for it so that it can be written to the wire.
- streamClientStatus(StreamObserver<ClientStatusResponse>) - Method in class io.grpc.xds.CsdsService
-
- streamClosed(Status) - Method in class io.grpc.StreamTracer
-
Stream is closed.
- streamClosed(Status) - Method in class io.grpc.util.ForwardingClientStreamTracer
-
- streamCreated(Attributes, Metadata) - Method in class io.grpc.ClientStreamTracer
-
The stream is being created on a ready transport.
- streamCreated(Attributes, Metadata) - Method in class io.grpc.util.ForwardingClientStreamTracer
-
- StreamObserver<V> - Interface in io.grpc.stub
-
Receives notifications from an observable stream of messages.
- StreamObservers - Class in io.grpc.stub
-
- StreamObservers() - Constructor for class io.grpc.stub.StreamObservers
-
- StreamRecorder<T> - Class in io.grpc.testing
-
- streamRequest(ReqT) - Method in class io.grpc.MethodDescriptor
-
- streamResponse(RespT) - Method in class io.grpc.MethodDescriptor
-
Serialize an outgoing response message.
- STREAMS_FAILED_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.SocketData
-
- STREAMS_STARTED_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.SocketData
-
- STREAMS_SUCCEEDED_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.SocketData
-
- StreamTracer - Class in io.grpc
-
Listens to events on a stream to collect metrics.
- StreamTracer() - Constructor for class io.grpc.StreamTracer
-
- Subchannel - Class in io.grpc.channelz.v1
-
Subchannel is a logical grouping of channels, subchannels, and sockets.
- Subchannel() - Constructor for class io.grpc.LoadBalancer.Subchannel
-
- Subchannel.Builder - Class in io.grpc.channelz.v1
-
Subchannel is a logical grouping of channels, subchannels, and sockets.
- SUBCHANNEL_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetSubchannelResponse
-
- SUBCHANNEL_ID_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetSubchannelRequest
-
- SUBCHANNEL_ID_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.SubchannelRef
-
- SUBCHANNEL_REF_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Channel
-
- SUBCHANNEL_REF_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ChannelTraceEvent
-
- SUBCHANNEL_REF_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Subchannel
-
- SubchannelOrBuilder - Interface in io.grpc.channelz.v1
-
- SubchannelPicker() - Constructor for class io.grpc.LoadBalancer.SubchannelPicker
-
- SubchannelRef - Class in io.grpc.channelz.v1
-
SubchannelRef is a reference to a Subchannel.
- SubchannelRef.Builder - Class in io.grpc.channelz.v1
-
SubchannelRef is a reference to a Subchannel.
- SubchannelRefOrBuilder - Interface in io.grpc.channelz.v1
-
- successRateEjection - Variable in class io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig
-
- SUMMARY_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetSocketRequest
-
- switchTo(LoadBalancer.Factory) - Method in class io.grpc.util.GracefulSwitchLoadBalancer
-
Gracefully switch to a new policy defined by the given factory, if the given factory isn't
equal to the current one.
- SynchronizationContext - Class in io.grpc
-
A synchronization context is a queue of tasks that run in sequence.
- SynchronizationContext(Thread.UncaughtExceptionHandler) - Constructor for class io.grpc.SynchronizationContext
-
Creates a SynchronizationContext.
- SynchronizationContext.ScheduledHandle - Class in io.grpc
-