A B C D E F G H I K L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
A
- ABORTED - io.grpc.Status.Code
-
The operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.
- ABORTED - Static variable in class io.grpc.Status
-
The operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.
- AbstractAsyncStub<S extends AbstractAsyncStub<S>> - Class in io.grpc.stub
-
Stub implementations for async stubs.
- AbstractAsyncStub(Channel, CallOptions) - Constructor for class io.grpc.stub.AbstractAsyncStub
- AbstractBlockingStub<S extends AbstractBlockingStub<S>> - Class in io.grpc.stub
-
Stub implementations for blocking stubs.
- AbstractBlockingStub(Channel, CallOptions) - Constructor for class io.grpc.stub.AbstractBlockingStub
- AbstractFutureStub<S extends AbstractFutureStub<S>> - Class in io.grpc.stub
-
Stub implementations for future stubs.
- AbstractFutureStub(Channel, CallOptions) - Constructor for class io.grpc.stub.AbstractFutureStub
- AbstractStub<S extends AbstractStub<S>> - Class in io.grpc.stub
-
Common base type for stub implementations.
- AbstractStub(Channel) - Constructor for class io.grpc.stub.AbstractStub
-
Constructor for use by subclasses, with the default
CallOptions
. - AbstractStub(Channel, CallOptions) - Constructor for class io.grpc.stub.AbstractStub
-
Constructor for use by subclasses.
- AbstractStub.StubFactory<T extends AbstractStub<T>> - Interface in io.grpc.stub
-
A factory class for stub.
- acceptResolvedAddresses(LoadBalancer.ResolvedAddresses) - Method in class io.grpc.LoadBalancer
-
Accepts newly resolved addresses from the name resolution system.
- acceptResolvedAddresses(LoadBalancer.ResolvedAddresses) - Method in class io.grpc.util.GracefulSwitchLoadBalancer
- ACTIVE_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.SocketOptionLinger
- addAllCallsFinishedWithDrop(Iterable<? extends ClientStatsPerToken>) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- addAllChannel(Iterable<? extends Channel>) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- addAllChannelRef(Iterable<? extends ChannelRef>) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addAllChannelRef(Iterable<? extends ChannelRef>) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addAllEntry(Iterable<? extends MetadataEntry>) - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- addAllEvents(Iterable<? extends ChannelTraceEvent>) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- addAllExtensionNumber(Iterable<? extends Integer>) - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- addAllExtensionNumber(Iterable<? extends Integer>) - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- addAllFileDescriptorProto(Iterable<? extends ByteString>) - Method in class io.grpc.reflection.v1.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- addAllFileDescriptorProto(Iterable<? extends ByteString>) - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- addAllListenSocket(Iterable<? extends SocketRef>) - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- addAllOption(Iterable<? extends SocketOption>) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- addAllServer(Iterable<? extends Server>) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- addAllServers(Iterable<? extends Server>) - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- addAllService(Iterable<? extends ServiceResponse>) - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
- addAllService(Iterable<? extends 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.
- addAllSocketRef(Iterable<? extends SocketRef>) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- addAllSocketRef(Iterable<? extends SocketRef>) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- addAllSocketRef(Iterable<? extends SocketRef>) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- addAllSubchannelRef(Iterable<? extends SubchannelRef>) - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addAllSubchannelRef(Iterable<? extends SubchannelRef>) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addCallsFinishedWithDrop(int, ClientStatsPerToken) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- addCallsFinishedWithDrop(int, ClientStatsPerToken.Builder) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- addCallsFinishedWithDrop(ClientStatsPerToken) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- addCallsFinishedWithDrop(ClientStatsPerToken.Builder) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- addCallsFinishedWithDropBuilder() - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- addCallsFinishedWithDropBuilder(int) - Method in class io.grpc.lb.v1.ClientStats.Builder
-
The list of dropped calls.
- addChannel(int, Channel) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- addChannel(int, Channel.Builder) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- addChannel(Channel) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- addChannel(Channel.Builder) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- addChannelBuilder() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- addChannelBuilder(int) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- addChannelRef(int, ChannelRef) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addChannelRef(int, ChannelRef) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addChannelRef(int, ChannelRef.Builder) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addChannelRef(int, ChannelRef.Builder) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addChannelRef(ChannelRef) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addChannelRef(ChannelRef) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addChannelRef(ChannelRef.Builder) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addChannelRef(ChannelRef.Builder) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addChannelRefBuilder() - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addChannelRefBuilder() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addChannelRefBuilder(int) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addChannelRefBuilder(int) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of channel refs.
- addEntry(int, MetadataEntry) - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- addEntry(int, MetadataEntry.Builder) - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- addEntry(MetadataEntry) - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- addEntry(MetadataEntry.Builder) - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- addEntryBuilder() - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- addEntryBuilder(int) - Method in class io.grpc.binarylog.v1.Metadata.Builder
-
repeated .grpc.binarylog.v1.MetadataEntry entry = 1;
- addEvents(int, ChannelTraceEvent) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- addEvents(int, ChannelTraceEvent.Builder) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- addEvents(ChannelTraceEvent) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- addEvents(ChannelTraceEvent.Builder) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- addEventsBuilder() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- addEventsBuilder(int) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
-
List of events that have occurred on this channel.
- addExtensionNumber(int) - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- addExtensionNumber(int) - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- addFileDescriptorProto(ByteString) - Method in class io.grpc.reflection.v1.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- addFileDescriptorProto(ByteString) - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- ADDITIONAL_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.SocketOption
- addListenAddress(SocketAddress) - Method in class io.grpc.netty.NettyServerBuilder
-
Adds an additional address for this server to listen on.
- addListener(Context.CancellationListener, Executor) - Method in class io.grpc.Context
-
Add a listener that will be notified when the context becomes cancelled.
- addListener(Context.CancellationListener, Executor) - Method in class io.grpc.Context.CancellableContext
- addListenSocket(int, SocketRef) - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- addListenSocket(int, SocketRef.Builder) - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- addListenSocket(SocketRef) - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- addListenSocket(SocketRef.Builder) - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- addListenSocketBuilder() - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- addListenSocketBuilder(int) - Method in class io.grpc.channelz.v1.Server.Builder
-
The sockets that the server is listening on.
- addMethod(MethodDescriptor<?, ?>) - Method in class io.grpc.ServiceDescriptor.Builder
-
Adds a method to this service.
- addMethod(MethodDescriptor<ReqT, RespT>, ServerCallHandler<ReqT, RespT>) - Method in class io.grpc.ServerServiceDefinition.Builder
-
Add a method to be supported by the service.
- addMethod(ServerMethodDefinition<ReqT, RespT>) - Method in class io.grpc.ServerServiceDefinition.Builder
-
Add a method to be supported by the service.
- addMetricSink(MetricSink) - Method in class io.grpc.ForwardingChannelBuilder2
- addMetricSink(MetricSink) - Method in class io.grpc.ManagedChannelBuilder
-
Adds a
MetricSink
for channel to use for configuring and recording metrics. - addOption(int, SocketOption) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- addOption(int, SocketOption.Builder) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- addOption(SocketOption) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- addOption(SocketOption.Builder) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- addOption(LoadBalancer.CreateSubchannelArgs.Key<T>, T) - Method in class io.grpc.LoadBalancer.CreateSubchannelArgs.Builder
-
Add a custom option.
- addOptionalLabel(String) - Method in class io.grpc.gcp.csm.observability.CsmObservability.Builder
-
Adds optionalLabelKey to all the metrics that can provide value for the optionalLabelKey.
- addOptionalLabel(String) - Method in class io.grpc.opentelemetry.GrpcOpenTelemetry.Builder
-
Adds optionalLabelKey to all the metrics that can provide value for the optionalLabelKey.
- addOptionalLabel(String, String) - Method in class io.grpc.ClientStreamTracer
-
Information providing context to the call became available.
- addOptionalLabel(String, String) - Method in interface io.grpc.LoadBalancer.PickDetailsConsumer
-
Optional labels that provide context of how the pick was routed.
- addOptionalLabel(String, String) - Method in class io.grpc.util.ForwardingClientStreamTracer
- addOptionBuilder() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- addOptionBuilder(int) - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.binarylog.v1.Address.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.binarylog.v1.Message.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.binarylog.v1.Metadata.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.binarylog.v1.Trailer.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.Address.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.Channel.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.ChannelData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.ChannelRef.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.Security.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.Security.Tls.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.Server.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.ServerData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.ServerRef.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.Socket.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.SocketData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.SocketOption.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.SocketRef.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.Subchannel.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.lb.v1.ClientStats.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.lb.v1.FallbackResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.lb.v1.Server.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.lb.v1.ServerList.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1.ErrorResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1.ExtensionRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1.FileDescriptorResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1.ServerReflectionRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1.ServiceResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
- Address - Class in io.grpc.binarylog.v1
-
Address information
- Address - Class in io.grpc.channelz.v1
-
Address represents the address used to create the socket.
- ADDRESS_FIELD_NUMBER - Static variable in class io.grpc.binarylog.v1.Address
- ADDRESS_NOT_SET - io.grpc.channelz.v1.Address.AddressCase
- Address.AddressCase - Enum in io.grpc.channelz.v1
- Address.Builder - Class in io.grpc.binarylog.v1
-
Address information
- Address.Builder - Class in io.grpc.channelz.v1
-
Address represents the address used to create the socket.
- Address.OtherAddress - Class in io.grpc.channelz.v1
-
An address type not included above.
- Address.OtherAddress.Builder - Class in io.grpc.channelz.v1
-
An address type not included above.
- Address.OtherAddressOrBuilder - Interface in io.grpc.channelz.v1
- Address.TcpIpAddress - Class in io.grpc.channelz.v1
-
Protobuf type
grpc.channelz.v1.Address.TcpIpAddress
- Address.TcpIpAddress.Builder - Class in io.grpc.channelz.v1
-
Protobuf type
grpc.channelz.v1.Address.TcpIpAddress
- Address.TcpIpAddressOrBuilder - Interface in io.grpc.channelz.v1
- Address.Type - Enum in io.grpc.binarylog.v1
-
Protobuf enum
grpc.binarylog.v1.Address.Type
- Address.UdsAddress - Class in io.grpc.channelz.v1
-
A Unix Domain Socket address.
- Address.UdsAddress.Builder - Class in io.grpc.channelz.v1
-
A Unix Domain Socket address.
- Address.UdsAddressOrBuilder - Interface in io.grpc.channelz.v1
- AddressOrBuilder - Interface in io.grpc.binarylog.v1
- AddressOrBuilder - Interface in io.grpc.channelz.v1
- addServer(int, Server) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- addServer(int, Server.Builder) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- addServer(Server) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- addServer(Server.Builder) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- addServerBuilder() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- addServerBuilder(int) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
-
list of servers that the connection detail service knows about.
- addServers(int, Server) - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- addServers(int, Server.Builder) - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- addServers(Server) - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- addServers(Server.Builder) - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- addServersBuilder() - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- addServersBuilder(int) - Method in class io.grpc.lb.v1.ServerList.Builder
-
Contains a list of servers selected by the load balancer.
- addService(int, ServiceResponse) - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
- addService(int, ServiceResponse.Builder) - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
- addService(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.
- addService(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.
- addService(BindableService) - Method in class io.grpc.ForwardingServerBuilder
- addService(BindableService) - Method in class io.grpc.ServerBuilder
-
Adds a service implementation to the handler registry.
- addService(BindableService) - Method in class io.grpc.util.MutableHandlerRegistry
-
Registers a service.
- addService(ServiceResponse) - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
- addService(ServiceResponse.Builder) - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
- addService(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.
- addService(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.
- addService(ServerServiceDefinition) - Method in class io.grpc.ForwardingServerBuilder
- addService(ServerServiceDefinition) - Method in class io.grpc.ServerBuilder
-
Adds a service implementation to the handler registry.
- addService(ServerServiceDefinition) - Method in class io.grpc.util.MutableHandlerRegistry
-
Registers a service.
- addServiceBuilder() - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
- addServiceBuilder() - 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.
- addServiceBuilder(int) - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
- addServiceBuilder(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.
- addServices(List<ServerServiceDefinition>) - Method in class io.grpc.ServerBuilder
-
Adds a list of service implementations to the handler registry together.
- addSocketRef(int, SocketRef) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- addSocketRef(int, SocketRef) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- addSocketRef(int, SocketRef) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- addSocketRef(int, SocketRef.Builder) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- addSocketRef(int, SocketRef.Builder) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- addSocketRef(int, SocketRef.Builder) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- addSocketRef(SocketRef) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- addSocketRef(SocketRef) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- addSocketRef(SocketRef) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- addSocketRef(SocketRef.Builder) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- addSocketRef(SocketRef.Builder) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- addSocketRef(SocketRef.Builder) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- addSocketRefBuilder() - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- addSocketRefBuilder() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- addSocketRefBuilder() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- addSocketRefBuilder(int) - Method in class io.grpc.channelz.v1.Channel.Builder
-
There are no ordering guarantees on the order of sockets.
- addSocketRefBuilder(int) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
-
list of socket refs that the connection detail service knows about.
- addSocketRefBuilder(int) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
There are no ordering guarantees on the order of sockets.
- addStreamTracerFactory(ServerStreamTracer.Factory) - Method in class io.grpc.ForwardingServerBuilder
- addStreamTracerFactory(ServerStreamTracer.Factory) - Method in class io.grpc.ServerBuilder
-
Adds a
ServerStreamTracer.Factory
to measure server-side traffic. - addSubchannelRef(int, SubchannelRef) - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addSubchannelRef(int, SubchannelRef) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addSubchannelRef(int, SubchannelRef.Builder) - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addSubchannelRef(int, SubchannelRef.Builder) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addSubchannelRef(SubchannelRef) - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addSubchannelRef(SubchannelRef) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addSubchannelRef(SubchannelRef.Builder) - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addSubchannelRef(SubchannelRef.Builder) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addSubchannelRefBuilder() - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addSubchannelRefBuilder() - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addSubchannelRefBuilder(int) - Method in class io.grpc.channelz.v1.Channel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addSubchannelRefBuilder(int) - Method in class io.grpc.channelz.v1.Subchannel.Builder
-
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
- addTransportFilter(ClientTransportFilter) - Method in class io.grpc.ForwardingChannelBuilder2
- addTransportFilter(ClientTransportFilter) - Method in class io.grpc.ManagedChannelBuilder
-
Adds a
ClientTransportFilter
. - addTransportFilter(ServerTransportFilter) - Method in class io.grpc.ForwardingServerBuilder
- addTransportFilter(ServerTransportFilter) - Method in class io.grpc.ServerBuilder
-
Adds a
ServerTransportFilter
. - AdminInterface - Class in io.grpc.services
-
Admin Interface provides a class of services for exposing the overall state of gRPC activity in a given binary.
- AdvancedTlsX509KeyManager - Class in io.grpc.util
-
AdvancedTlsX509KeyManager is an
X509ExtendedKeyManager
that allows users to configure advanced TLS features, such as private key and certificate chain reloading. - AdvancedTlsX509KeyManager() - Constructor for class io.grpc.util.AdvancedTlsX509KeyManager
- AdvancedTlsX509KeyManager.Closeable - Interface in io.grpc.util
-
Mainly used to avoid throwing IO Exceptions in java.io.Closeable.
- AdvancedTlsX509TrustManager - Class in io.grpc.util
-
AdvancedTlsX509TrustManager is an
X509ExtendedTrustManager
that allows users to configure advanced TLS features, such as root certificate reloading and peer cert custom verification. - AdvancedTlsX509TrustManager.Builder - Class in io.grpc.util
-
Builds a new
AdvancedTlsX509TrustManager
. - AdvancedTlsX509TrustManager.Closeable - Interface in io.grpc.util
- AdvancedTlsX509TrustManager.SslSocketAndEnginePeerVerifier - Interface in io.grpc.util
- AdvancedTlsX509TrustManager.Verification - Enum in io.grpc.util
-
The verification mode when authenticating the peer certificate.
- after() - Method in class io.grpc.testing.GrpcCleanupRule
-
Releases all the registered resources.
- after() - Method in class io.grpc.testing.GrpcServerRule
-
After the test has completed, clean up the channel and server.
- after(long, TimeUnit) - Static method in class io.grpc.Deadline
-
Create a deadline that will expire at the specified offset based on the
system ticker
. - after(long, TimeUnit, Deadline.Ticker) - Static method in class io.grpc.Deadline
-
Create a deadline that will expire at the specified offset based on the given
Deadline.Ticker
. - ALL_EXTENSION_NUMBERS_OF_TYPE - io.grpc.reflection.v1.ServerReflectionRequest.MessageRequestCase
- ALL_EXTENSION_NUMBERS_OF_TYPE - io.grpc.reflection.v1alpha.ServerReflectionRequest.MessageRequestCase
- ALL_EXTENSION_NUMBERS_OF_TYPE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ServerReflectionRequest
- ALL_EXTENSION_NUMBERS_OF_TYPE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ServerReflectionRequest
- ALL_EXTENSION_NUMBERS_RESPONSE - io.grpc.reflection.v1.ServerReflectionResponse.MessageResponseCase
- ALL_EXTENSION_NUMBERS_RESPONSE - io.grpc.reflection.v1alpha.ServerReflectionResponse.MessageResponseCase
- ALL_EXTENSION_NUMBERS_RESPONSE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ServerReflectionResponse
- ALL_EXTENSION_NUMBERS_RESPONSE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ServerReflectionResponse
- ALREADY_EXISTS - io.grpc.Status.Code
-
Some entity that we attempted to create (e.g., file or directory) already exists.
- ALREADY_EXISTS - Static variable in class io.grpc.Status
-
Some entity that we attempted to create (e.g., file or directory) already exists.
- AnonymousInProcessSocketAddress - Class in io.grpc.inprocess
-
Custom SocketAddress class for
InProcessTransport
, for a server which can only be referenced via this address instance. - AnonymousInProcessSocketAddress() - Constructor for class io.grpc.inprocess.AnonymousInProcessSocketAddress
-
Creates a new AnonymousInProcessSocketAddress.
- apply(Metadata) - Method in class io.grpc.CallCredentials.MetadataApplier
-
Called when headers are successfully generated.
- apply(Statement, Description) - Method in class io.grpc.testing.GrpcCleanupRule
- applyRequestMetadata(CallCredentials.RequestInfo, Executor, CallCredentials.MetadataApplier) - Method in class io.grpc.CallCredentials
-
Pass the credential data to the given
CallCredentials.MetadataApplier
, which will propagate it to the request metadata. - applyRequestMetadata(CallCredentials.RequestInfo, Executor, CallCredentials.MetadataApplier) - Method in class io.grpc.CompositeCallCredentials
- asChannel() - Method in class io.grpc.LoadBalancer.Subchannel
-
(Internal use only) returns a
Channel
that is backed by this Subchannel. - asChannel() - Method in class io.grpc.util.ForwardingSubchannel
- ASCII_STRING_MARSHALLER - Static variable in class io.grpc.Metadata
-
Simple metadata marshaller that encodes strings as is.
- asException() - Method in class io.grpc.Status
- asException(Metadata) - Method in class io.grpc.Status
-
Same as
Status.asException()
but includes the provided trailers in the returned exception. - asFactory() - Method in class io.grpc.NameResolverRegistry
- asRuntimeException() - Method in class io.grpc.Status
-
Convert this
Status
to aRuntimeException
. - asRuntimeException(Metadata) - Method in class io.grpc.Status
-
Same as
Status.asRuntimeException()
but includes the provided trailers in the returned exception. - assumedMessageSize(long) - Method in class io.grpc.inprocess.InProcessChannelBuilder
-
Assumes RPC messages are the specified size.
- asyncBidiStreamingCall(ClientCall<ReqT, RespT>, StreamObserver<RespT>) - Static method in class io.grpc.stub.ClientCalls
-
Executes a bidirectional-streaming call.
- asyncBidiStreamingCall(ServerCalls.BidiStreamingMethod<ReqT, RespT>) - Static method in class io.grpc.stub.ServerCalls
-
Creates a
ServerCallHandler
for a bidi streaming method of the service. - asyncClientStreamingCall(ClientCall<ReqT, RespT>, StreamObserver<RespT>) - Static method in class io.grpc.stub.ClientCalls
-
Executes a client-streaming call returning a
StreamObserver
for the request messages. - asyncClientStreamingCall(ServerCalls.ClientStreamingMethod<ReqT, RespT>) - Static method in class io.grpc.stub.ServerCalls
-
Creates a
ServerCallHandler
for a client streaming method of the service. - asyncServerStreamingCall(ClientCall<ReqT, RespT>, ReqT, StreamObserver<RespT>) - Static method in class io.grpc.stub.ClientCalls
-
Executes a server-streaming call with a response
StreamObserver
. - asyncServerStreamingCall(ServerCalls.ServerStreamingMethod<ReqT, RespT>) - Static method in class io.grpc.stub.ServerCalls
-
Creates a
ServerCallHandler
for a server streaming method of the service. - asyncUnaryCall(ClientCall<ReqT, RespT>, ReqT, StreamObserver<RespT>) - Static method in class io.grpc.stub.ClientCalls
-
Executes a unary call with a response
StreamObserver
. - asyncUnaryCall(ServerCalls.UnaryMethod<ReqT, RespT>) - Static method in class io.grpc.stub.ServerCalls
-
Creates a
ServerCallHandler
for a unary call method of the service. - asyncUnimplementedStreamingCall(MethodDescriptor<?, ?>, StreamObserver<?>) - Static method in class io.grpc.stub.ServerCalls
-
Sets unimplemented status for streaming call.
- asyncUnimplementedUnaryCall(MethodDescriptor<?, ?>, StreamObserver<?>) - Static method in class io.grpc.stub.ServerCalls
-
Sets unimplemented status for method on given response stream for unary call.
- attach() - Method in class io.grpc.Context
-
Attach this context, thus enter a new scope within which this context is
Context.current()
. - attach() - Method in class io.grpc.Context.CancellableContext
- ATTR_AUTHORITY_OVERRIDE - Static variable in class io.grpc.EquivalentAddressGroup
-
The authority to be used when constructing Subchannels for this EquivalentAddressGroup.
- ATTR_HEALTH_CHECKING_CONFIG - Static variable in class io.grpc.LoadBalancer
- ATTR_LB_ADDR_AUTHORITY - Static variable in class io.grpc.grpclb.GrpclbConstants
-
The naming authority of a gRPC LB server address.
- ATTR_LB_ADDRS - Static variable in class io.grpc.grpclb.GrpclbConstants
-
Attribute key for gRPC LB server addresses.
- ATTR_LB_PROVIDED_BACKEND - Static variable in class io.grpc.grpclb.GrpclbConstants
-
Whether this EquivalentAddressGroup was provided by a GRPCLB server.
- Attributes - Class in io.grpc
-
An immutable type-safe container of attributes.
- Attributes.Builder - Class in io.grpc
-
The helper class to build an Attributes instance.
- Attributes.Key<T> - Class in io.grpc
-
Key for an key-value pair.
- augmentDescription(String) - Method in class io.grpc.Status
-
Create a derived instance of
Status
augmenting the current description with additional detail. - authority() - Method in class io.grpc.Channel
-
The authority of the destination this channel connects to.
- AUTHORITY_FIELD_NUMBER - Static variable in class io.grpc.binarylog.v1.ClientHeader
- available() - Method in interface io.grpc.KnownLength
-
Returns the total number of bytes that can be read (or skipped over) from this object until all bytes have been read out.
- awaitCompletion() - Method in class io.grpc.testing.StreamRecorder
-
Deprecated.Waits for the stream to terminate.
- awaitCompletion(int, TimeUnit) - Method in class io.grpc.testing.StreamRecorder
-
Deprecated.Waits a fixed timeout for the stream to terminate.
- awaitTermination() - Method in class io.grpc.Server
-
Waits for the server to become terminated.
- awaitTermination(long, TimeUnit) - Method in class io.grpc.ManagedChannel
-
Waits for the channel to become terminated, giving up if the timeout is reached.
- awaitTermination(long, TimeUnit) - Method in class io.grpc.Server
-
Waits for the server to become terminated, giving up if the timeout is reached.
B
- balanceLoad(StreamObserver<LoadBalanceResponse>) - Method in interface io.grpc.lb.v1.LoadBalancerGrpc.AsyncService
-
Bidirectional rpc to get a list of servers.
- balanceLoad(StreamObserver<LoadBalanceResponse>) - Method in class io.grpc.lb.v1.LoadBalancerGrpc.LoadBalancerStub
-
Bidirectional rpc to get a list of servers.
- BASE_TYPE_NAME_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ExtensionNumberResponse
- BASE_TYPE_NAME_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
- before() - Method in class io.grpc.testing.GrpcServerRule
-
Before the test has started, create the server and channel.
- beforeStart(ClientCallStreamObserver<ReqT>) - Method in interface io.grpc.stub.ClientResponseObserver
-
Called by the runtime prior to the start of a call to provide a reference to the
ClientCallStreamObserver
for the outbound stream. - BIDI_STREAMING - io.grpc.MethodDescriptor.MethodType
-
Zero or more request and response messages arbitrarily interleaved in time.
- BINARY_BYTE_MARSHALLER - Static variable in class io.grpc.Metadata
-
Simple metadata marshaller that encodes bytes as is.
- BINARY_HEADER_SUFFIX - Static variable in class io.grpc.Metadata
-
All binary headers should have this suffix in their names.
- BinaryLog - Class in io.grpc
-
A binary log that can be installed on a channel or server.
- BinaryLog() - Constructor for class io.grpc.BinaryLog
- BinaryLogProto - Class in io.grpc.binarylog.v1
- BinaryLogs - Class in io.grpc.protobuf.services
- BinaryLogSink - Interface in io.grpc.protobuf.services
-
A class that accepts binary log messages.
- BindableService - Interface in io.grpc
-
Provides a way to bind instance of service implementation to server.
- bindService() - Method in interface io.grpc.BindableService
-
Creates
ServerServiceDefinition
object for current instance of service implementation. - bindService() - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzImplBase
- bindService() - Method in class io.grpc.health.v1.HealthGrpc.HealthImplBase
- bindService() - Method in class io.grpc.lb.v1.LoadBalancerGrpc.LoadBalancerImplBase
- bindService() - Method in class io.grpc.protobuf.services.ProtoReflectionService
- bindService() - Method in class io.grpc.reflection.v1.ServerReflectionGrpc.ServerReflectionImplBase
- bindService() - Method in class io.grpc.reflection.v1alpha.ServerReflectionGrpc.ServerReflectionImplBase
- bindService() - Method in class io.grpc.xds.CsdsService
- bindService() - Method in class io.grpc.xds.orca.OrcaServiceImpl
- bindService(ChannelzGrpc.AsyncService) - Static method in class io.grpc.channelz.v1.ChannelzGrpc
- bindService(HealthGrpc.AsyncService) - Static method in class io.grpc.health.v1.HealthGrpc
- bindService(LoadBalancerGrpc.AsyncService) - Static method in class io.grpc.lb.v1.LoadBalancerGrpc
- bindService(ServerReflectionGrpc.AsyncService) - Static method in class io.grpc.reflection.v1.ServerReflectionGrpc
- bindService(ServerReflectionGrpc.AsyncService) - Static method in class io.grpc.reflection.v1alpha.ServerReflectionGrpc
- blockingServerStreamingCall(Channel, MethodDescriptor<ReqT, RespT>, CallOptions, ReqT) - Static method in class io.grpc.stub.ClientCalls
-
Executes a server-streaming call returning a blocking
Iterator
over the response stream. - blockingServerStreamingCall(ClientCall<ReqT, RespT>, ReqT) - Static method in class io.grpc.stub.ClientCalls
-
Executes a server-streaming call returning a blocking
Iterator
over the response stream. - blockingUnaryCall(Channel, MethodDescriptor<ReqT, RespT>, CallOptions, ReqT) - Static method in class io.grpc.stub.ClientCalls
-
Executes a unary call and blocks on the response.
- blockingUnaryCall(ClientCall<ReqT, RespT>, ReqT) - Static method in class io.grpc.stub.ClientCalls
-
Executes a unary call and blocks on the response.
- bossEventLoopGroup(EventLoopGroup) - Method in class io.grpc.netty.NettyServerBuilder
-
Provides the boss EventGroupLoop to the server.
- build() - Method in class io.grpc.Attributes.Builder
-
Build the attributes.
- build() - Method in class io.grpc.binarylog.v1.Address.Builder
- build() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
- build() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
- build() - Method in class io.grpc.binarylog.v1.Message.Builder
- build() - Method in class io.grpc.binarylog.v1.Metadata.Builder
- build() - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
- build() - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
- build() - Method in class io.grpc.binarylog.v1.Trailer.Builder
- build() - Method in class io.grpc.channelz.v1.Address.Builder
- build() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
- build() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
- build() - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
- build() - Method in class io.grpc.channelz.v1.Channel.Builder
- build() - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
- build() - Method in class io.grpc.channelz.v1.ChannelData.Builder
- build() - Method in class io.grpc.channelz.v1.ChannelRef.Builder
- build() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
- build() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
- build() - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
- build() - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
- build() - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
- build() - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
- build() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
- build() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
- build() - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
- build() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
- build() - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
- build() - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
- build() - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
- build() - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
- build() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
- build() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
- build() - Method in class io.grpc.channelz.v1.Security.Builder
- build() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
- build() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
- build() - Method in class io.grpc.channelz.v1.Server.Builder
- build() - Method in class io.grpc.channelz.v1.ServerData.Builder
- build() - Method in class io.grpc.channelz.v1.ServerRef.Builder
- build() - Method in class io.grpc.channelz.v1.Socket.Builder
- build() - Method in class io.grpc.channelz.v1.SocketData.Builder
- build() - Method in class io.grpc.channelz.v1.SocketOption.Builder
- build() - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
- build() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
- build() - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
- build() - Method in class io.grpc.channelz.v1.SocketRef.Builder
- build() - Method in class io.grpc.channelz.v1.Subchannel.Builder
- build() - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
- build() - Method in class io.grpc.ClientStreamTracer.StreamInfo.Builder
-
Builds a new StreamInfo.
- build() - Method in class io.grpc.ForwardingChannelBuilder2
-
Returns the
ManagedChannel
built by the delegate by default. - build() - Method in class io.grpc.ForwardingServerBuilder
-
Returns the
Server
built by the delegate by default. - build() - Method in class io.grpc.gcp.csm.observability.CsmObservability.Builder
-
Returns a new
CsmObservability
built with the configuration of thisCsmObservability.Builder
. - build() - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
- build() - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
- build() - Method in class io.grpc.HttpConnectProxiedSocketAddress.Builder
-
Creates an
HttpConnectProxiedSocketAddress
. - build() - Method in class io.grpc.lb.v1.ClientStats.Builder
- build() - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
- build() - Method in class io.grpc.lb.v1.FallbackResponse.Builder
- build() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
- build() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
- build() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
- build() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
- build() - Method in class io.grpc.lb.v1.Server.Builder
- build() - Method in class io.grpc.lb.v1.ServerList.Builder
- build() - Method in class io.grpc.LoadBalancer.CreateSubchannelArgs.Builder
-
Creates a new args object.
- build() - Method in class io.grpc.LoadBalancer.ResolvedAddresses.Builder
-
Constructs the
LoadBalancer.ResolvedAddresses
. - build() - Method in class io.grpc.ManagedChannelBuilder
-
Builds a channel using the given parameters.
- build() - Method in class io.grpc.MethodDescriptor.Builder
-
Builds the method descriptor.
- build() - Method in class io.grpc.NameResolver.Args.Builder
-
Builds an
NameResolver.Args
. - build() - Method in class io.grpc.NameResolver.ResolutionResult.Builder
-
Constructs a new
NameResolver.ResolutionResult
from this builder. - build() - Method in class io.grpc.opentelemetry.GrpcOpenTelemetry.Builder
-
Returns a new
GrpcOpenTelemetry
built with the configuration of thisGrpcOpenTelemetry.Builder
. - build() - Method in class io.grpc.reflection.v1.ErrorResponse.Builder
- build() - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
- build() - Method in class io.grpc.reflection.v1.ExtensionRequest.Builder
- build() - Method in class io.grpc.reflection.v1.FileDescriptorResponse.Builder
- build() - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
- build() - Method in class io.grpc.reflection.v1.ServerReflectionRequest.Builder
- build() - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
- build() - Method in class io.grpc.reflection.v1.ServiceResponse.Builder
- build() - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
- build() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
- build() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
- build() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
- build() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
- build() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
- build() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
- build() - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
- build() - Method in class io.grpc.ServerBuilder
-
Builds a server using the given parameters.
- build() - Method in class io.grpc.ServerServiceDefinition.Builder
-
Construct new ServerServiceDefinition.
- build() - Method in class io.grpc.ServiceDescriptor.Builder
-
Constructs a new
ServiceDescriptor
. - build() - Method in class io.grpc.servlet.jakarta.ServletServerBuilder
-
Builds a gRPC server that can run as a servlet.
- build() - Method in class io.grpc.servlet.ServletServerBuilder
-
Builds a gRPC server that can run as a servlet.
- build() - Method in class io.grpc.TlsChannelCredentials.Builder
-
Construct the credentials.
- build() - Method in class io.grpc.TlsServerCredentials.Builder
-
Construct the credentials.
- build() - Method in class io.grpc.util.AdvancedTlsX509TrustManager.Builder
- build() - Method in class io.grpc.xds.orca.OrcaOobUtil.OrcaReportingConfig.Builder
-
Creates a new
OrcaOobUtil.OrcaReportingConfig
object. - build() - Method in class io.grpc.xds.XdsServerBuilder
- build(Channel, CallOptions) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzBlockingStub
- build(Channel, CallOptions) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzFutureStub
- build(Channel, CallOptions) - Method in class io.grpc.channelz.v1.ChannelzGrpc.ChannelzStub
- build(Channel, CallOptions) - Method in class io.grpc.health.v1.HealthGrpc.HealthBlockingStub
- build(Channel, CallOptions) - Method in class io.grpc.health.v1.HealthGrpc.HealthFutureStub
- build(Channel, CallOptions) - Method in class io.grpc.health.v1.HealthGrpc.HealthStub
- build(Channel, CallOptions) - Method in class io.grpc.lb.v1.LoadBalancerGrpc.LoadBalancerBlockingStub
- build(Channel, CallOptions) - Method in class io.grpc.lb.v1.LoadBalancerGrpc.LoadBalancerFutureStub
- build(Channel, CallOptions) - Method in class io.grpc.lb.v1.LoadBalancerGrpc.LoadBalancerStub
- build(Channel, CallOptions) - Method in class io.grpc.reflection.v1.ServerReflectionGrpc.ServerReflectionBlockingStub
- build(Channel, CallOptions) - Method in class io.grpc.reflection.v1.ServerReflectionGrpc.ServerReflectionFutureStub
- build(Channel, CallOptions) - Method in class io.grpc.reflection.v1.ServerReflectionGrpc.ServerReflectionStub
- build(Channel, CallOptions) - Method in class io.grpc.reflection.v1alpha.ServerReflectionGrpc.ServerReflectionBlockingStub
- build(Channel, CallOptions) - Method in class io.grpc.reflection.v1alpha.ServerReflectionGrpc.ServerReflectionFutureStub
- build(Channel, CallOptions) - Method in class io.grpc.reflection.v1alpha.ServerReflectionGrpc.ServerReflectionStub
- build(Channel, CallOptions) - Method in class io.grpc.stub.AbstractStub
-
Returns a new stub with the given channel for the provided method configurations.
- builder(ServiceDescriptor) - Static method in class io.grpc.ServerServiceDefinition
- builder(String) - Static method in class io.grpc.ServerServiceDefinition
-
Convenience that constructs a
ServiceDescriptor
simultaneously. - builderForAddress(String, int) - Method in class io.grpc.ManagedChannelProvider
-
Creates a new builder with the given host and port.
- builderForPort(int) - Method in class io.grpc.ServerProvider
-
Creates a new builder with the given port.
- builderForTarget(String) - Method in class io.grpc.ManagedChannelProvider
-
Creates a new builder with the given target URI.
- builderPlugin(GrpcOpenTelemetry.Builder, InternalOpenTelemetryPlugin) - Static method in class io.grpc.opentelemetry.InternalGrpcOpenTelemetry
- buildPartial() - Method in class io.grpc.binarylog.v1.Address.Builder
- buildPartial() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
- buildPartial() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
- buildPartial() - Method in class io.grpc.binarylog.v1.Message.Builder
- buildPartial() - Method in class io.grpc.binarylog.v1.Metadata.Builder
- buildPartial() - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
- buildPartial() - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
- buildPartial() - Method in class io.grpc.binarylog.v1.Trailer.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.Address.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.Channel.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.ChannelData.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.ChannelRef.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.Security.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.Server.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.ServerData.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.ServerRef.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.Socket.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.SocketData.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.SocketOption.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.SocketRef.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.Subchannel.Builder
- buildPartial() - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
- buildPartial() - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
- buildPartial() - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
- buildPartial() - Method in class io.grpc.lb.v1.ClientStats.Builder
- buildPartial() - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
- buildPartial() - Method in class io.grpc.lb.v1.FallbackResponse.Builder
- buildPartial() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
- buildPartial() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
- buildPartial() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
- buildPartial() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
- buildPartial() - Method in class io.grpc.lb.v1.Server.Builder
- buildPartial() - Method in class io.grpc.lb.v1.ServerList.Builder
- buildPartial() - Method in class io.grpc.reflection.v1.ErrorResponse.Builder
- buildPartial() - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
- buildPartial() - Method in class io.grpc.reflection.v1.ExtensionRequest.Builder
- buildPartial() - Method in class io.grpc.reflection.v1.FileDescriptorResponse.Builder
- buildPartial() - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
- buildPartial() - Method in class io.grpc.reflection.v1.ServerReflectionRequest.Builder
- buildPartial() - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
- buildPartial() - Method in class io.grpc.reflection.v1.ServiceResponse.Builder
- buildPartial() - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
- buildPartial() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
- buildPartial() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
- buildPartial() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
- buildPartial() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
- buildPartial() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
- buildPartial() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
- buildPartial() - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
- buildServlet() - Method in class io.grpc.servlet.jakarta.ServletServerBuilder
-
Creates a
GrpcServlet
. - buildServlet() - Method in class io.grpc.servlet.ServletServerBuilder
-
Creates a
GrpcServlet
. - buildServletAdapter() - Method in class io.grpc.servlet.jakarta.ServletServerBuilder
-
Creates a
ServletAdapter
. - buildServletAdapter() - Method in class io.grpc.servlet.ServletServerBuilder
-
Creates a
ServletAdapter
. - byteBufferSupported() - Method in interface io.grpc.HasByteBuffer
-
Indicates whether or not
HasByteBuffer.getByteBuffer()
operation is supported.
C
- call(Callable<V>) - Method in class io.grpc.Context
-
Immediately call a
Callable
with this context as theContext.current()
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() - Method in class io.grpc.SynchronizationContext.ScheduledHandle
-
Cancel the task if it's still
pending
. - cancel(String, Throwable) - Method in class io.grpc.ClientCall
-
Prevent any further processing for this
ClientCall
. - cancel(String, Throwable) - Method in class io.grpc.stub.ClientCallStreamObserver
-
Prevent any further processing for this
ClientCallStreamObserver
. - cancel(Throwable) - Method in class io.grpc.Context.CancellableContext
-
Cancel this context and optionally provide a cause (can be
null
) for the cancellation. - 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 ornull
if context was cancelled without a cause. - cancelled(Context) - Method in interface io.grpc.Context.CancellationListener
-
Notifies that a context was cancelled.
- CANCELLED - io.grpc.Status.Code
-
The operation was cancelled (typically by the caller).
- CANCELLED - Static variable in class io.grpc.Status
-
The operation was cancelled (typically by the caller).
- canHandleEmptyAddressListFromNameResolution() - Method in class io.grpc.LoadBalancer
-
Whether this LoadBalancer can handle empty address group list to be passed to
LoadBalancer.handleResolvedAddresses(ResolvedAddresses)
. - canHandleEmptyAddressListFromNameResolution() - Method in class io.grpc.util.ForwardingLoadBalancer
- CERTIFICATE_AND_HOST_NAME_VERIFICATION - io.grpc.util.AdvancedTlsX509TrustManager.Verification
-
This is the DEFAULT and RECOMMENDED mode for most applications.
- CERTIFICATE_ONLY_VERIFICATION - io.grpc.util.AdvancedTlsX509TrustManager.Verification
-
DANGEROUS: Use trusted credentials to verify the certificate, but clients will not verify the certificate is for the expected host.
- 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 - Class in io.grpc.channelz.v1
-
Channel is a logical grouping of channels, subchannels, and sockets.
- Channel() - Constructor for class io.grpc.Channel
- 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 - io.grpc.channelz.v1.ChannelTraceEvent.ChildRefCase
- 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
- Channel.Builder - Class in io.grpc.channelz.v1
-
Channel is a logical grouping of channels, subchannels, and sockets.
- 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 createChannel
instances. - channelFactory(ChannelFactory<? extends Channel>, Class<? extends SocketAddress>) - Method in class io.grpc.netty.NettyChannelBuilder
-
Similar to
NettyChannelBuilder.channelFactory(ChannelFactory)
above but allows the caller to specify the socket-type associated with the channelFactory. - channelFactory(ChannelFactory<? extends ServerChannel>) - Method in class io.grpc.netty.NettyServerBuilder
-
Specifies the
ChannelFactory
to createServerChannel
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 usingNioSocketChannel
. - channelType(Class<? extends Channel>, Class<? extends SocketAddress>) - Method in class io.grpc.netty.NettyChannelBuilder
-
Similar to
NettyChannelBuilder.channelType(Class)
above but allows the caller to specify the socket-type associated with the channelType. - 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 usingNioServerSocketChannel
. - 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
-
Deprecated.Use
ChannelzService
instead. - 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 interface io.grpc.health.v1.HealthGrpc.AsyncService
-
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) - Method in class io.grpc.util.AdvancedTlsX509TrustManager
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class io.grpc.util.AdvancedTlsX509TrustManager
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class io.grpc.util.AdvancedTlsX509TrustManager
- CHILDREF_NOT_SET - io.grpc.channelz.v1.ChannelTraceEvent.ChildRefCase
- ChoiceChannelCredentials - Class in io.grpc
-
Provides a list of
ChannelCredentials
, where any one may be used. - ChoiceServerCredentials - Class in io.grpc
-
Provides a list of
ServerCredentials
, where any one may be used. - 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
- CIPHERSUITE_NOT_SET - io.grpc.channelz.v1.Security.Tls.CipherSuiteCase
- 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.v1.ErrorResponse.Builder
- clear() - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
- clear() - Method in class io.grpc.reflection.v1.ExtensionRequest.Builder
- clear() - Method in class io.grpc.reflection.v1.FileDescriptorResponse.Builder
- clear() - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
- clear() - Method in class io.grpc.reflection.v1.ServerReflectionRequest.Builder
- clear() - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
- clear() - Method in class io.grpc.reflection.v1.ServiceResponse.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.v1.ServerReflectionRequest.Builder
-
Finds the tag numbers used by all known extensions of the given message type, and appends them to ExtensionNumberResponse in an undefined order.
- 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.v1.ServerReflectionResponse.Builder
-
This message is used to answer all_extension_numbers_of_type requests.
- clearAllExtensionNumbersResponse() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
-
This message is used to answer all_extension_numbers_of_type requst.
- clearApplicationUtilizationMetric() - Method in class io.grpc.services.MetricRecorder
-
Clear the application specific utilization metrics data.
- 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.v1.ExtensionNumberResponse.Builder
-
Full name of the base type, including the package name.
- 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.v1.ExtensionRequest.Builder
-
Fully-qualified type name.
- 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;
- clearEpsMetric() - Method in class io.grpc.services.MetricRecorder
-
Clear the EPS metrics data.
- clearErrorCode() - Method in class io.grpc.reflection.v1.ErrorResponse.Builder
-
This field uses the error codes defined in grpc::StatusCode.
- 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.v1.ErrorResponse.Builder
-
string error_message = 2;
- clearErrorMessage() - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
-
string error_message = 2;
- clearErrorResponse() - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
-
This message is used when an error occurs.
- 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.v1.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- clearExtensionNumber() - Method in class io.grpc.reflection.v1.ExtensionRequest.Builder
-
int32 extension_number = 2;
- 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).
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.binarylog.v1.Address.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.binarylog.v1.Message.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.binarylog.v1.Metadata.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.binarylog.v1.Trailer.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.Address.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.Channel.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.ChannelData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.ChannelRef.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.Security.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.Security.Tls.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.Server.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.ServerData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.ServerRef.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.Socket.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.SocketData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.SocketOption.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.SocketRef.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.Subchannel.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.lb.v1.ClientStats.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.lb.v1.FallbackResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.lb.v1.Server.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.lb.v1.ServerList.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1.ErrorResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1.ExtensionRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1.FileDescriptorResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1.ServerReflectionRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1.ServiceResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
- clearFileByFilename() - Method in class io.grpc.reflection.v1.ServerReflectionRequest.Builder
-
Find a proto file by the file name.
- 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.v1.ServerReflectionRequest.Builder
-
Find the proto file which defines an extension extending the given message type with the given field number.
- 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.v1.ServerReflectionRequest.Builder
-
Find the proto file that declares the given fully-qualified symbol name.
- 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.v1.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- clearFileDescriptorProto() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- clearFileDescriptorResponse() - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
-
This message is used to answer file_by_filename, file_containing_symbol, file_containing_extension requests with transitive dependencies.
- 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.v1.ServerReflectionRequest.Builder
-
string host = 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.v1.ServerReflectionRequest.Builder
-
List the full names of registered services.
- clearListServices() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
-
List the full names of registered services.
- clearListServicesResponse() - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
-
This message is used to answer list_services requests.
- 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.v1.ServerReflectionRequest.Builder
- clearMessageRequest() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
- clearMessageResponse() - Method in class io.grpc.reflection.v1.ServerReflectionResponse.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.v1.ServiceResponse.Builder
-
Full name of a registered service, including its package name.
- 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.
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.binarylog.v1.Address.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.binarylog.v1.Message.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.binarylog.v1.Metadata.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.binarylog.v1.Trailer.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.Address.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.Channel.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.ChannelData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.ChannelRef.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.Security.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.Security.Tls.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.Server.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.ServerData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.ServerRef.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.Socket.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.SocketData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.SocketOption.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.SocketRef.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.Subchannel.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.lb.v1.ClientStats.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.lb.v1.FallbackResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.lb.v1.Server.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.lb.v1.ServerList.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1.ErrorResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1.ExtensionRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1.FileDescriptorResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1.ServerReflectionRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1.ServiceResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
- clearOnReadyThreshold() - Method in class io.grpc.CallOptions
-
Resets to the default number of bytes that must be queued before the call will leave the 'wait for ready' state.
- clearOption() - Method in class io.grpc.channelz.v1.SocketData.Builder
-
Socket options set on this socket.
- clearOriginalRequest() - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
-
.grpc.reflection.v1.ServerReflectionRequest original_request = 2;
- 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.v1.ListServiceResponse.Builder
-
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
- 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.v1.ServerReflectionResponse.Builder
-
string valid_host = 1;
- 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 - io.grpc.binarylog.v1.GrpcLogEntry.PayloadCase
- CLIENT_HEADER_FIELD_NUMBER - Static variable in class io.grpc.binarylog.v1.GrpcLogEntry
- CLIENT_STATS - io.grpc.lb.v1.LoadBalanceRequest.LoadBalanceRequestTypeCase
- 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
- CLIENT_STREAMING - io.grpc.MethodDescriptor.MethodType
-
Zero or more request messages with one response message.
- 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
-
Deprecated.use
MoreCallCredentials.from(Credentials)
instead. - 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
-
Utility methods for working with
ClientInterceptor
s. - ClientInterceptors.CheckedForwardingClientCall<ReqT,RespT> - Class in io.grpc
-
A
ForwardingClientCall
that delivers exceptions from its start logic to the call listener. - 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
forUNARY
andSERVER_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
-
StreamTracer
for the client-side. - ClientStreamTracer() - Constructor for class io.grpc.ClientStreamTracer
- ClientStreamTracer.Factory - Class in io.grpc
-
Factory class for
ClientStreamTracer
. - ClientStreamTracer.StreamInfo - Class in io.grpc
-
Information about a stream.
- ClientStreamTracer.StreamInfo.Builder - Class in io.grpc
-
Builds
ClientStreamTracer.StreamInfo
objects. - ClientTransportFilter - Class in io.grpc
-
Listens on the client transport life-cycle events.
- ClientTransportFilter() - Constructor for class io.grpc.ClientTransportFilter
- clone() - Method in class io.grpc.binarylog.v1.Address.Builder
- clone() - Method in class io.grpc.binarylog.v1.ClientHeader.Builder
- clone() - Method in class io.grpc.binarylog.v1.GrpcLogEntry.Builder
- clone() - Method in class io.grpc.binarylog.v1.Message.Builder
- clone() - Method in class io.grpc.binarylog.v1.Metadata.Builder
- clone() - Method in class io.grpc.binarylog.v1.MetadataEntry.Builder
- clone() - Method in class io.grpc.binarylog.v1.ServerHeader.Builder
- clone() - Method in class io.grpc.binarylog.v1.Trailer.Builder
- clone() - Method in class io.grpc.channelz.v1.Address.Builder
- clone() - Method in class io.grpc.channelz.v1.Address.OtherAddress.Builder
- clone() - Method in class io.grpc.channelz.v1.Address.TcpIpAddress.Builder
- clone() - Method in class io.grpc.channelz.v1.Address.UdsAddress.Builder
- clone() - Method in class io.grpc.channelz.v1.Channel.Builder
- clone() - Method in class io.grpc.channelz.v1.ChannelConnectivityState.Builder
- clone() - Method in class io.grpc.channelz.v1.ChannelData.Builder
- clone() - Method in class io.grpc.channelz.v1.ChannelRef.Builder
- clone() - Method in class io.grpc.channelz.v1.ChannelTrace.Builder
- clone() - Method in class io.grpc.channelz.v1.ChannelTraceEvent.Builder
- clone() - Method in class io.grpc.channelz.v1.GetChannelRequest.Builder
- clone() - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
- clone() - Method in class io.grpc.channelz.v1.GetServerRequest.Builder
- clone() - Method in class io.grpc.channelz.v1.GetServerResponse.Builder
- clone() - Method in class io.grpc.channelz.v1.GetServerSocketsRequest.Builder
- clone() - Method in class io.grpc.channelz.v1.GetServerSocketsResponse.Builder
- clone() - Method in class io.grpc.channelz.v1.GetServersRequest.Builder
- clone() - Method in class io.grpc.channelz.v1.GetServersResponse.Builder
- clone() - Method in class io.grpc.channelz.v1.GetSocketRequest.Builder
- clone() - Method in class io.grpc.channelz.v1.GetSocketResponse.Builder
- clone() - Method in class io.grpc.channelz.v1.GetSubchannelRequest.Builder
- clone() - Method in class io.grpc.channelz.v1.GetSubchannelResponse.Builder
- clone() - Method in class io.grpc.channelz.v1.GetTopChannelsRequest.Builder
- clone() - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
- clone() - Method in class io.grpc.channelz.v1.Security.Builder
- clone() - Method in class io.grpc.channelz.v1.Security.OtherSecurity.Builder
- clone() - Method in class io.grpc.channelz.v1.Security.Tls.Builder
- clone() - Method in class io.grpc.channelz.v1.Server.Builder
- clone() - Method in class io.grpc.channelz.v1.ServerData.Builder
- clone() - Method in class io.grpc.channelz.v1.ServerRef.Builder
- clone() - Method in class io.grpc.channelz.v1.Socket.Builder
- clone() - Method in class io.grpc.channelz.v1.SocketData.Builder
- clone() - Method in class io.grpc.channelz.v1.SocketOption.Builder
- clone() - Method in class io.grpc.channelz.v1.SocketOptionLinger.Builder
- clone() - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo.Builder
- clone() - Method in class io.grpc.channelz.v1.SocketOptionTimeout.Builder
- clone() - Method in class io.grpc.channelz.v1.SocketRef.Builder
- clone() - Method in class io.grpc.channelz.v1.Subchannel.Builder
- clone() - Method in class io.grpc.channelz.v1.SubchannelRef.Builder
- clone() - Method in class io.grpc.health.v1.HealthCheckRequest.Builder
- clone() - Method in class io.grpc.health.v1.HealthCheckResponse.Builder
- clone() - Method in class io.grpc.lb.v1.ClientStats.Builder
- clone() - Method in class io.grpc.lb.v1.ClientStatsPerToken.Builder
- clone() - Method in class io.grpc.lb.v1.FallbackResponse.Builder
- clone() - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest.Builder
- clone() - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
- clone() - Method in class io.grpc.lb.v1.LoadBalanceRequest.Builder
- clone() - Method in class io.grpc.lb.v1.LoadBalanceResponse.Builder
- clone() - Method in class io.grpc.lb.v1.Server.Builder
- clone() - Method in class io.grpc.lb.v1.ServerList.Builder
- clone() - Method in class io.grpc.reflection.v1.ErrorResponse.Builder
- clone() - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
- clone() - Method in class io.grpc.reflection.v1.ExtensionRequest.Builder
- clone() - Method in class io.grpc.reflection.v1.FileDescriptorResponse.Builder
- clone() - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
- clone() - Method in class io.grpc.reflection.v1.ServerReflectionRequest.Builder
- clone() - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
- clone() - Method in class io.grpc.reflection.v1.ServiceResponse.Builder
- clone() - Method in class io.grpc.reflection.v1alpha.ErrorResponse.Builder
- clone() - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder
- clone() - Method in class io.grpc.reflection.v1alpha.ExtensionRequest.Builder
- clone() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
- clone() - Method in class io.grpc.reflection.v1alpha.ListServiceResponse.Builder
- clone() - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder
- clone() - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse.Builder
- clone() - Method in class io.grpc.reflection.v1alpha.ServiceResponse.Builder
- close() - Method in class io.grpc.Context.CancellableContext
-
Cleans up this object by calling
cancel(null)
. - close() - Method in class io.grpc.gcp.csm.observability.CsmObservability
- close() - Method in interface io.grpc.util.AdvancedTlsX509KeyManager.Closeable
- close() - Method in interface io.grpc.util.AdvancedTlsX509TrustManager.Closeable
- close(Status, Metadata) - Method in class io.grpc.ServerCall
-
Close the call with the provided status.
- 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
-
ChannelCredentials
which use per-RPCCallCredentials
. - 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(CompressorRegistry) - Method in class io.grpc.ForwardingChannelBuilder
- compressorRegistry(CompressorRegistry) - Method in class io.grpc.ForwardingChannelBuilder2
- 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.
- CompressorRegistry - Class in io.grpc
-
Encloses classes related to the compression and decompression of messages.
- 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.
- configureChannelBuilder(ManagedChannelBuilder<?>) - Method in class io.grpc.opentelemetry.GrpcOpenTelemetry
-
Configures the given
ManagedChannelBuilder
with OpenTelemetry metrics instrumentation. - configureServerBuilder(ServerBuilder<?>) - Method in class io.grpc.opentelemetry.GrpcOpenTelemetry
-
Configures the given
ServerBuilder
with OpenTelemetry metrics instrumentation. - CONNECTING - io.grpc.channelz.v1.ChannelConnectivityState.State
-
CONNECTING = 2;
- CONNECTING - io.grpc.ConnectivityState
-
The channel is trying to establish a connection and is waiting to make progress on one of the steps involved in name resolution, TCP connection establishment or TLS handshake.
- 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
-
A tuple of a
ConnectivityState
and its associatedStatus
. - CONTAINING_TYPE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ExtensionRequest
- 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(Iterable<V>, CallStreamObserver<V>) - Static method in class io.grpc.stub.StreamObservers
-
Deprecated.Copy the values of an
Iterable
to the targetCallStreamObserver
while properly accounting for outbound flow-control. - copyWithFlowControl(Iterator<V>, CallStreamObserver<V>) - Static method in class io.grpc.stub.StreamObservers
-
Deprecated.Copy the values of an
Iterator
to the targetCallStreamObserver
while properly accounting for outbound flow-control. - create() - Static method in class io.grpc.InsecureChannelCredentials
- create() - Static method in class io.grpc.InsecureServerCredentials
- create() - Static method in class io.grpc.netty.InsecureFromHttp1ChannelCredentials
-
Creates an insecure credential that will upgrade from HTTP/1 to HTTP/2.
- 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(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(ChannelCredentials...) - Static method in class io.grpc.ChoiceChannelCredentials
-
Constructs with the provided
creds
as options, with preferred credentials first. - create(ChannelCredentials, CallCredentials) - Static method in class io.grpc.CompositeChannelCredentials
- create(MethodDescriptor.MethodType, String, MethodDescriptor.Marshaller<RequestT>, MethodDescriptor.Marshaller<ResponseT>) - Static method in class io.grpc.MethodDescriptor
-
Deprecated.
- create(MethodDescriptor<ReqT, RespT>, ServerCallHandler<ReqT, RespT>) - Static method in class io.grpc.ServerMethodDefinition
-
Create a new instance.
- 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.
- create(ServerCredentials...) - Static method in class io.grpc.ChoiceServerCredentials
-
Constructs with the provided
creds
as options, with preferred credentials first. - create(MetricRecorder) - Static method in class io.grpc.xds.orca.OrcaMetricReportingServerInterceptor
-
Creates a new
OrcaMetricReportingServerInterceptor
instance with the givenMetricRecorder
. - 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(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(String) - Static method in class io.grpc.Attributes.Key
-
Factory method for creating instances of
Attributes.Key
. - create(String) - Static method in class io.grpc.CallOptions.Key
-
Factory method for creating instances of
CallOptions.Key
. - create(String) - Static method in class io.grpc.LoadBalancer.CreateSubchannelArgs.Key
-
Factory method for creating instances of
LoadBalancer.CreateSubchannelArgs.Key
. - 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
- 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
-
Creates a binary log with a custom
BinaryLogSink
for receiving the logged data, and a config string as defined by A16-binary-logging. - createLoadBalancingPolicyConfig(LoadBalancer.Factory, Object) - Static method in class io.grpc.util.GracefulSwitchLoadBalancer
-
Directly create a config to pass to GracefulSwitch.
- createOobChannel(EquivalentAddressGroup, String) - Method in class io.grpc.LoadBalancer.Helper
-
Create an out-of-band channel for the LoadBalancer’s own RPC needs, e.g., talking to an external load-balancer service.
- createOobChannel(EquivalentAddressGroup, String) - Method in class io.grpc.util.ForwardingLoadBalancerHelper
- createOobChannel(List<EquivalentAddressGroup>, String) - Method in class io.grpc.LoadBalancer.Helper
-
Create an out-of-band channel for the LoadBalancer's own RPC needs, e.g., talking to an external load-balancer service.
- 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
- 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
-
Deprecated.
- createResolvingOobChannelBuilder(String) - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
Deprecated.
- 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, ChannelCredentials) - Method in class io.grpc.util.ForwardingLoadBalancerHelper
- createService(ScheduledExecutorService, MetricRecorder) - Static method in class io.grpc.xds.orca.OrcaServiceImpl
- createService(ScheduledExecutorService, MetricRecorder, long, TimeUnit) - Static method in class io.grpc.xds.orca.OrcaServiceImpl
-
Constructs a service to report server metrics.
- 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
- createSubchannel(LoadBalancer.CreateSubchannelArgs) - Method in class io.grpc.util.HealthProducerHelper
- createWithDefault(String, T) - Static method in class io.grpc.CallOptions.Key
-
Factory method for creating instances of
CallOptions.Key
. - createWithDefault(String, T) - Static method in class io.grpc.LoadBalancer.CreateSubchannelArgs.Key
-
Factory method for creating instances of
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.
- CsmObservability - Class in io.grpc.gcp.csm.observability
-
The entrypoint for GCP's CSM OpenTelemetry metrics functionality in gRPC.
- CsmObservability.Builder - Class in io.grpc.gcp.csm.observability
-
Builder for configuring
CsmObservability
. - CT_ERROR - io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
CT_ERROR = 3;
- CT_ERROR_VALUE - Static variable in enum io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
CT_ERROR = 3;
- CT_INFO - io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
CT_INFO = 1;
- CT_INFO_VALUE - Static variable in enum io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
CT_INFO = 1;
- CT_UNKNOWN - io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
CT_UNKNOWN = 0;
- CT_UNKNOWN_VALUE - Static variable in enum io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
CT_UNKNOWN = 0;
- CT_WARNING - io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
CT_WARNING = 2;
- 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
-
Implements
Context.current()
. - currentContextExecutor(Executor) - Static method in class io.grpc.Context
-
Create an executor that propagates the
Context.current()
context whenExecutor.execute(java.lang.Runnable)
is called as theContext.current()
context of theRunnable
scheduled. - CUSTOM_MANAGERS - io.grpc.TlsChannelCredentials.Feature
-
Key managers and trust managers may be specified as
KeyManager
andTrustManager
objects. - CUSTOM_MANAGERS - io.grpc.TlsServerCredentials.Feature
-
Key managers and trust managers may be specified as
KeyManager
andTrustManager
objects.
D
- DATA_FIELD_NUMBER - Static variable in class io.grpc.binarylog.v1.Message
- DATA_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Channel
- DATA_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Server
- DATA_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Socket
- DATA_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Subchannel
- DATA_LOSS - io.grpc.Status.Code
-
Unrecoverable data loss or corruption.
- DATA_LOSS - Static variable in class io.grpc.Status
-
Unrecoverable data loss or corruption.
- Deadline - Class in io.grpc
-
An absolute point in time, generally for tracking when a task should be completed.
- DEADLINE_EXCEEDED - io.grpc.Status.Code
-
Deadline expired before operation could complete.
- DEADLINE_EXCEEDED - Static variable in class io.grpc.Status
-
Deadline expired before operation could complete.
- Deadline.Ticker - Class in io.grpc
-
Time source representing nanoseconds since fixed but arbitrary point in time.
- deadlineTicker(Deadline.Ticker) - Method in class io.grpc.inprocess.InProcessServerBuilder
-
Provides a custom deadline ticker that this server will use to create incoming
Deadline
s. - DEBUG - io.grpc.ChannelLogger.ChannelLogLevel
- decompress(InputStream) - Method in class io.grpc.Codec.Gzip
- decompress(InputStream) - Method in class io.grpc.Codec.Identity
- decompress(InputStream) - Method in interface io.grpc.Decompressor
-
Wraps an existing input stream with a decompressing input stream.
- Decompressor - Interface in io.grpc
-
Represents a message decompressor.
- decompressorRegistry(DecompressorRegistry) - Method in class io.grpc.ForwardingChannelBuilder
- decompressorRegistry(DecompressorRegistry) - Method in class io.grpc.ForwardingChannelBuilder2
- decompressorRegistry(DecompressorRegistry) - Method in class io.grpc.ForwardingServerBuilder
- decompressorRegistry(DecompressorRegistry) - Method in class io.grpc.ManagedChannelBuilder
-
Set the decompression registry for use in the channel.
- decompressorRegistry(DecompressorRegistry) - Method in class io.grpc.ServerBuilder
-
Set the decompression registry for use in the channel.
- DecompressorRegistry - Class in io.grpc
-
Encloses classes related to the compression and decompression of messages.
- DEFAULT - Static variable in class io.grpc.CallOptions
-
A blank
CallOptions
that all fields are not set. - DEFAULT_FLOW_CONTROL_WINDOW - Static variable in class io.grpc.netty.NettyChannelBuilder
- DEFAULT_FLOW_CONTROL_WINDOW - Static variable in class io.grpc.netty.NettyServerBuilder
- DEFAULT_FLOW_CONTROL_WINDOW - Static variable in class io.grpc.okhttp.OkHttpChannelBuilder
- DEFAULT_MIN_REPORT_INTERVAL_NANOS - Static variable in class io.grpc.xds.orca.OrcaServiceImpl
-
Empty or invalid (non-positive) minInterval config in will be treated to this default value.
- defaultInstance() - Static method in class io.grpc.opentelemetry.GrpcTraceBinContextPropagator
- defaultLoadBalancingPolicy(String) - Method in class io.grpc.ForwardingChannelBuilder
- defaultLoadBalancingPolicy(String) - Method in class io.grpc.ForwardingChannelBuilder2
- defaultLoadBalancingPolicy(String) - Method in class io.grpc.ManagedChannelBuilder
-
Sets the default load-balancing policy that will be used if the service config doesn't specify one.
- defaultServiceConfig(Map<String, ?>) - Method in class io.grpc.ForwardingChannelBuilder
- defaultServiceConfig(Map<String, ?>) - Method in class io.grpc.ForwardingChannelBuilder2
- defaultServiceConfig(Map<String, ?>) - Method in class io.grpc.ManagedChannelBuilder
-
Provides a service config to the channel.
- delegate() - Method in class io.grpc.ClientInterceptors.CheckedForwardingClientCall
- delegate() - Method in class io.grpc.ForwardingChannelBuilder
-
Deprecated.As of 1.60.0, use
ForwardingChannelBuilder2
instead. - delegate() - Method in class io.grpc.ForwardingChannelBuilder2
-
Returns the delegated
ManagedChannelBuilder
. - delegate() - Method in class io.grpc.ForwardingClientCall
-
Returns the delegated
ClientCall
. - delegate() - Method in class io.grpc.ForwardingClientCall.SimpleForwardingClientCall
- delegate() - Method in class io.grpc.ForwardingClientCallListener
-
Returns the delegated
ClientCall.Listener
. - delegate() - Method in class io.grpc.ForwardingClientCallListener.SimpleForwardingClientCallListener
- delegate() - Method in class io.grpc.ForwardingServerBuilder
-
Returns the delegated
ServerBuilder
. - delegate() - Method in class io.grpc.ForwardingServerCall
-
Returns the delegated
ServerCall
. - delegate() - Method in class io.grpc.ForwardingServerCall.SimpleForwardingServerCall
- delegate() - Method in class io.grpc.ForwardingServerCallListener
-
Returns the delegated
ServerCall.Listener
. - delegate() - Method in class io.grpc.ForwardingServerCallListener.SimpleForwardingServerCallListener
- delegate() - Method in class io.grpc.inprocess.InProcessChannelBuilder
- delegate() - Method in class io.grpc.inprocess.InProcessServerBuilder
- delegate() - Method in class io.grpc.netty.NettyChannelBuilder
- delegate() - Method in class io.grpc.netty.NettyServerBuilder
- delegate() - Method in class io.grpc.okhttp.OkHttpChannelBuilder
- delegate() - Method in class io.grpc.okhttp.OkHttpServerBuilder
- delegate() - Method in class io.grpc.servlet.jakarta.ServletServerBuilder
- delegate() - Method in class io.grpc.servlet.ServletServerBuilder
- delegate() - Method in class io.grpc.util.ForwardingClientStreamTracer
-
Returns the underlying
ClientStreamTracer
. - delegate() - Method in class io.grpc.util.ForwardingLoadBalancer
-
Returns the underlying balancer.
- delegate() - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
Returns the underlying helper.
- delegate() - Method in class io.grpc.util.ForwardingSubchannel
-
Returns the underlying Subchannel.
- delegate() - Method in class io.grpc.util.GracefulSwitchLoadBalancer
- delegate() - Method in class io.grpc.util.HealthProducerHelper
- delegate() - Method in class io.grpc.xds.XdsServerBuilder
- delegateType() - Method in class io.grpc.util.GracefulSwitchLoadBalancer
- deregister(LoadBalancerProvider) - Method in class io.grpc.LoadBalancerRegistry
-
Deregisters a provider.
- deregister(ManagedChannelProvider) - Method in class io.grpc.ManagedChannelRegistry
-
Deregisters a provider.
- deregister(NameResolverProvider) - Method in class io.grpc.NameResolverRegistry
-
Deregisters a provider.
- deregister(ServerProvider) - Method in class io.grpc.ServerRegistry
-
Deregisters a provider.
- DESCRIPTION_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ChannelTraceEvent
- destroy() - Method in class io.grpc.servlet.GrpcServlet
- destroy() - Method in class io.grpc.servlet.jakarta.GrpcServlet
- destroy() - Method in class io.grpc.servlet.jakarta.ServletAdapter
-
Call this method when the adapter is no longer needed.
- destroy() - Method in class io.grpc.servlet.ServletAdapter
-
Call this method when the adapter is no longer needed.
- detach() - Method in interface io.grpc.Detachable
-
Detaches the underlying data source from this instance and transfers to an
InputStream
. - detach(Context) - Method in class io.grpc.Context.CancellableContext
- detach(Context) - Method in class io.grpc.Context
-
Reverse an
attach()
, restoring the previous context and exiting the current scope. - detach(Context, Context) - Method in class io.grpc.Context.Storage
-
Implements
Context.detach(io.grpc.Context)
. - Detachable - Interface in io.grpc
-
An extension of
InputStream
that allows the underlying data source to be detached and transferred to a new instance of the same kind. - detachAndCancel(Context, Throwable) - Method in class io.grpc.Context.CancellableContext
-
Cancel this context and detach it as the current context.
- directExecutor() - Method in class io.grpc.ForwardingChannelBuilder
- directExecutor() - Method in class io.grpc.ForwardingChannelBuilder2
- directExecutor() - Method in class io.grpc.ForwardingServerBuilder
- directExecutor() - Method in class io.grpc.ManagedChannelBuilder
-
Execute application code directly in the transport thread.
- directExecutor() - Method in class io.grpc.ServerBuilder
-
Execute application code directly in the transport thread.
- directExecutor() - Method in class io.grpc.testing.GrpcServerRule
- DISABLE_SUBCHANNEL_RECONNECT_KEY - Static variable in class io.grpc.LoadBalancer
- disableAllMetrics() - Method in class io.grpc.gcp.csm.observability.CsmObservability.Builder
-
Disable all metrics.
- disableAllMetrics() - Method in class io.grpc.opentelemetry.GrpcOpenTelemetry.Builder
-
Disable all metrics.
- disableAutoInboundFlowControl() - Method in class io.grpc.stub.CallStreamObserver
-
Disables automatic flow control where a token is returned to the peer after a call to the 'inbound'
StreamObserver.onNext(Object)
has completed. - disableAutoRequest() - Method in class io.grpc.stub.ServerCallStreamObserver
-
Swaps to manual flow control where no message will be delivered to
StreamObserver.onNext(Object)
unless it isrequest()
ed. - disableAutoRequestWithInitial(int) - Method in class io.grpc.stub.ClientCallStreamObserver
-
Swaps to manual flow control where no message will be delivered to
StreamObserver.onNext(Object)
unless it isrequest()
ed. - disableMetrics(Collection<String>) - Method in class io.grpc.gcp.csm.observability.CsmObservability.Builder
-
Disables the specified metrics from being collected and exported.
- disableMetrics(Collection<String>) - Method in class io.grpc.opentelemetry.GrpcOpenTelemetry.Builder
-
Disables the specified metrics from being collected and exported.
- disableRetry() - Method in class io.grpc.ForwardingChannelBuilder
- disableRetry() - Method in class io.grpc.ForwardingChannelBuilder2
- disableRetry() - Method in class io.grpc.ManagedChannelBuilder
-
Disables the retry and hedging subsystem provided by the gRPC library.
- disableServiceConfigLookUp() - Method in class io.grpc.ForwardingChannelBuilder
- disableServiceConfigLookUp() - Method in class io.grpc.ForwardingChannelBuilder2
- disableServiceConfigLookUp() - Method in class io.grpc.ManagedChannelBuilder
-
Disables service config look-up from the naming system, which is enabled by default.
- discard(Attributes.Key<T>) - Method in class io.grpc.Attributes.Builder
-
Removes the key and associated value from the attributes.
- discardAll(Metadata.Key<T>) - Method in class io.grpc.Metadata
-
Remove all values for the given key without returning them.
- doAttach(Context) - Method in class io.grpc.Context.Storage
-
Implements
Context.attach()
. - doGet(HttpServletRequest, HttpServletResponse) - Method in class io.grpc.servlet.jakarta.GrpcServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class io.grpc.servlet.jakarta.ServletAdapter
-
Call this method inside
HttpServlet.doGet(HttpServletRequest, HttpServletResponse)
to serve gRPC GET request. - doGet(HttpServletRequest, HttpServletResponse) - Method in class io.grpc.servlet.GrpcServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class io.grpc.servlet.ServletAdapter
-
Call this method inside
HttpServlet.doGet(HttpServletRequest, HttpServletResponse)
to serve gRPC GET request. - doPost(HttpServletRequest, HttpServletResponse) - Method in class io.grpc.servlet.jakarta.GrpcServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class io.grpc.servlet.jakarta.ServletAdapter
-
Call this method inside
HttpServlet.doPost(HttpServletRequest, HttpServletResponse)
to serve gRPC POST request. - doPost(HttpServletRequest, HttpServletResponse) - Method in class io.grpc.servlet.GrpcServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class io.grpc.servlet.ServletAdapter
-
Call this method inside
HttpServlet.doPost(HttpServletRequest, HttpServletResponse)
to serve gRPC POST request. - drain() - Method in class io.grpc.SynchronizationContext
-
Run all tasks in the queue in the current thread, if no other thread is running this method.
- Drainable - Interface in io.grpc
-
Extension to an
InputStream
or alike by adding a method that transfers all content to anOutputStream
. - drainGraceTime(long, TimeUnit) - Method in class io.grpc.xds.XdsServerBuilder
-
Sets the grace time when draining connections with outdated configuration.
- drainTo(OutputStream) - Method in interface io.grpc.Drainable
-
Transfers the entire contents of this stream to the specified target.
- DROP_FIELD_NUMBER - Static variable in class io.grpc.lb.v1.Server
- DURATION_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.SocketOptionLinger
- DURATION_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.SocketOptionTimeout
E
- EMPTY - Static variable in class io.grpc.Attributes
- EMPTY_PICKER - Static variable in class io.grpc.LoadBalancer
-
Deprecated.Use
new FixedResultPicker(PickResult.withNoResult())
instead. - emptyInstance() - Static method in class io.grpc.DecompressorRegistry
- enableMetrics(Collection<String>) - Method in class io.grpc.gcp.csm.observability.CsmObservability.Builder
-
Enables the specified metrics for collection and export.
- enableMetrics(Collection<String>) - Method in class io.grpc.opentelemetry.GrpcOpenTelemetry.Builder
-
Enables the specified metrics for collection and export.
- enableRetry() - Method in class io.grpc.ForwardingChannelBuilder
- enableRetry() - Method in class io.grpc.ForwardingChannelBuilder2
- enableRetry() - Method in class io.grpc.ManagedChannelBuilder
-
Enables the retry and hedging subsystem which will use per-method configuration.
- enableTracing(GrpcOpenTelemetry.Builder, boolean) - Static method in class io.grpc.opentelemetry.InternalGrpcOpenTelemetry
- END_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetServerSocketsResponse
- END_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetServersResponse
- END_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.GetTopChannelsResponse
- enterIdle() - Method in class io.grpc.ManagedChannel
-
Invoking this method moves the channel into the IDLE state and triggers tear-down of the channel's name resolver and load balancer, while still allowing on-going RPCs on the channel to continue.
- enterTerminalState() - Method in class io.grpc.protobuf.services.HealthStatusManager
-
enterTerminalState causes the health status manager to mark all services as not serving, and prevents future updates to services.
- enterTerminalState() - Method in class io.grpc.services.HealthStatusManager
-
Deprecated.enterTerminalState causes the health status manager to mark all services as not serving, and prevents future updates to services.
- ENTRY_FIELD_NUMBER - Static variable in class io.grpc.binarylog.v1.Metadata
- equals(Object) - Method in class io.grpc.Attributes
-
Returns true if the given object is also a
Attributes
with an equal attribute values. - equals(Object) - Method in class io.grpc.binarylog.v1.Address
- equals(Object) - Method in class io.grpc.binarylog.v1.ClientHeader
- equals(Object) - Method in class io.grpc.binarylog.v1.GrpcLogEntry
- equals(Object) - Method in class io.grpc.binarylog.v1.Message
- equals(Object) - Method in class io.grpc.binarylog.v1.Metadata
- equals(Object) - Method in class io.grpc.binarylog.v1.MetadataEntry
- equals(Object) - Method in class io.grpc.binarylog.v1.ServerHeader
- equals(Object) - Method in class io.grpc.binarylog.v1.Trailer
- equals(Object) - Method in class io.grpc.channelz.v1.Address
- equals(Object) - Method in class io.grpc.channelz.v1.Address.OtherAddress
- equals(Object) - Method in class io.grpc.channelz.v1.Address.TcpIpAddress
- equals(Object) - Method in class io.grpc.channelz.v1.Address.UdsAddress
- equals(Object) - Method in class io.grpc.channelz.v1.Channel
- equals(Object) - Method in class io.grpc.channelz.v1.ChannelConnectivityState
- equals(Object) - Method in class io.grpc.channelz.v1.ChannelData
- equals(Object) - Method in class io.grpc.channelz.v1.ChannelRef
- equals(Object) - Method in class io.grpc.channelz.v1.ChannelTrace
- equals(Object) - Method in class io.grpc.channelz.v1.ChannelTraceEvent
- equals(Object) - Method in class io.grpc.channelz.v1.GetChannelRequest
- equals(Object) - Method in class io.grpc.channelz.v1.GetChannelResponse
- equals(Object) - Method in class io.grpc.channelz.v1.GetServerRequest
- equals(Object) - Method in class io.grpc.channelz.v1.GetServerResponse
- equals(Object) - Method in class io.grpc.channelz.v1.GetServerSocketsRequest
- equals(Object) - Method in class io.grpc.channelz.v1.GetServerSocketsResponse
- equals(Object) - Method in class io.grpc.channelz.v1.GetServersRequest
- equals(Object) - Method in class io.grpc.channelz.v1.GetServersResponse
- equals(Object) - Method in class io.grpc.channelz.v1.GetSocketRequest
- equals(Object) - Method in class io.grpc.channelz.v1.GetSocketResponse
- equals(Object) - Method in class io.grpc.channelz.v1.GetSubchannelRequest
- equals(Object) - Method in class io.grpc.channelz.v1.GetSubchannelResponse
- equals(Object) - Method in class io.grpc.channelz.v1.GetTopChannelsRequest
- equals(Object) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse
- equals(Object) - Method in class io.grpc.channelz.v1.Security
- equals(Object) - Method in class io.grpc.channelz.v1.Security.OtherSecurity
- equals(Object) - Method in class io.grpc.channelz.v1.Security.Tls
- equals(Object) - Method in class io.grpc.channelz.v1.Server
- equals(Object) - Method in class io.grpc.channelz.v1.ServerData
- equals(Object) - Method in class io.grpc.channelz.v1.ServerRef
- equals(Object) - Method in class io.grpc.channelz.v1.Socket
- equals(Object) - Method in class io.grpc.channelz.v1.SocketData
- equals(Object) - Method in class io.grpc.channelz.v1.SocketOption
- equals(Object) - Method in class io.grpc.channelz.v1.SocketOptionLinger
- equals(Object) - Method in class io.grpc.channelz.v1.SocketOptionTcpInfo
- equals(Object) - Method in class io.grpc.channelz.v1.SocketOptionTimeout
- equals(Object) - Method in class io.grpc.channelz.v1.SocketRef
- equals(Object) - Method in class io.grpc.channelz.v1.Subchannel
- equals(Object) - Method in class io.grpc.channelz.v1.SubchannelRef
- equals(Object) - Method in class io.grpc.ConnectivityStateInfo
- equals(Object) - Method in class io.grpc.Deadline
- equals(Object) - Method in class io.grpc.EquivalentAddressGroup
-
Returns true if the given object is also an
EquivalentAddressGroup
with an equal address list and equal attribute values. - equals(Object) - Method in class io.grpc.health.v1.HealthCheckRequest
- equals(Object) - Method in class io.grpc.health.v1.HealthCheckResponse
- equals(Object) - Method in class io.grpc.HttpConnectProxiedSocketAddress
- equals(Object) - Method in class io.grpc.inprocess.InProcessSocketAddress
-
Returns
true
if the object is of the same type and server names match. - equals(Object) - Method in class io.grpc.lb.v1.ClientStats
- equals(Object) - Method in class io.grpc.lb.v1.ClientStatsPerToken
- equals(Object) - Method in class io.grpc.lb.v1.FallbackResponse
- equals(Object) - Method in class io.grpc.lb.v1.InitialLoadBalanceRequest
- equals(Object) - Method in class io.grpc.lb.v1.InitialLoadBalanceResponse
- equals(Object) - Method in class io.grpc.lb.v1.LoadBalanceRequest
- equals(Object) - Method in class io.grpc.lb.v1.LoadBalanceResponse
- equals(Object) - Method in class io.grpc.lb.v1.Server
- equals(Object) - Method in class io.grpc.lb.v1.ServerList
- equals(Object) - Method in class io.grpc.LoadBalancer.FixedResultPicker
- equals(Object) - Method in class io.grpc.LoadBalancer.PickResult
- equals(Object) - Method in class io.grpc.LoadBalancer.ResolvedAddresses
- equals(Object) - Method in class io.grpc.LoadBalancerProvider
-
Uses identity equality.
- equals(Object) - Method in class io.grpc.Metadata.Key
-
Returns true if the two objects are both Keys, and their names match (case insensitive).
- equals(Object) - Method in class io.grpc.NameResolver.ConfigOrError
- equals(Object) - Method in class io.grpc.NameResolver.ResolutionResult
-
Useful for testing.
- equals(Object) - Method in class io.grpc.reflection.v1.ErrorResponse
- equals(Object) - Method in class io.grpc.reflection.v1.ExtensionNumberResponse
- equals(Object) - Method in class io.grpc.reflection.v1.ExtensionRequest
- equals(Object) - Method in class io.grpc.reflection.v1.FileDescriptorResponse
- equals(Object) - Method in class io.grpc.reflection.v1.ListServiceResponse
- equals(Object) - Method in class io.grpc.reflection.v1.ServerReflectionRequest
- equals(Object) - Method in class io.grpc.reflection.v1.ServerReflectionResponse
- equals(Object) - Method in class io.grpc.reflection.v1.ServiceResponse
- equals(Object) - Method in class io.grpc.reflection.v1alpha.ErrorResponse
- equals(Object) - Method in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
- equals(Object) - Method in class io.grpc.reflection.v1alpha.ExtensionRequest
- equals(Object) - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse
- equals(Object) - Method in class io.grpc.reflection.v1alpha.ListServiceResponse
- equals(Object) - Method in class io.grpc.reflection.v1alpha.ServerReflectionRequest
- equals(Object) - Method in class io.grpc.reflection.v1alpha.ServerReflectionResponse
- equals(Object) - Method in class io.grpc.reflection.v1alpha.ServiceResponse
- equals(Object) - Method in class io.grpc.Status
-
Equality on Statuses is not well defined.
- equals(Object) - Method in class io.grpc.StatusOr
- EquivalentAddressGroup - Class in io.grpc
-
A group of
SocketAddress
es that are considered equivalent when channel makes connections. - EquivalentAddressGroup(SocketAddress) - Constructor for class io.grpc.EquivalentAddressGroup
-
Singleton constructor without Attributes.
- EquivalentAddressGroup(SocketAddress, Attributes) - Constructor for class io.grpc.EquivalentAddressGroup
-
Singleton constructor with Attributes.
- EquivalentAddressGroup(List<SocketAddress>) - Constructor for class io.grpc.EquivalentAddressGroup
-
List constructor without
Attributes
. - EquivalentAddressGroup(List<SocketAddress>, Attributes) - Constructor for class io.grpc.EquivalentAddressGroup
-
List constructor with
Attributes
. - EquivalentAddressGroup.Attr - Annotation Type in io.grpc
-
Annotation for
EquivalentAddressGroup
's attributes. - error(String) - Static method in class io.grpc.ManagedChannelProvider.NewChannelBuilderResult
- error(String) - Static method in class io.grpc.ServerProvider.NewServerBuilderResult
- ERROR - io.grpc.ChannelLogger.ChannelLogLevel
- ERROR_CODE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ErrorResponse
- ERROR_CODE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ErrorResponse
- ERROR_MESSAGE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ErrorResponse
- ERROR_MESSAGE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ErrorResponse
- ERROR_RESPONSE - io.grpc.reflection.v1.ServerReflectionResponse.MessageResponseCase
- ERROR_RESPONSE - io.grpc.reflection.v1alpha.ServerReflectionResponse.MessageResponseCase
- ERROR_RESPONSE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ServerReflectionResponse
- ERROR_RESPONSE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ServerReflectionResponse
- ErrorPicker(Status) - Constructor for class io.grpc.LoadBalancer.ErrorPicker
-
Deprecated.
- ErrorResponse - Class in io.grpc.reflection.v1
-
The error code and error message sent by the server when an error occurs.
- ErrorResponse - Class in io.grpc.reflection.v1alpha
-
The error code and error message sent by the server when an error occurs.
- ErrorResponse.Builder - Class in io.grpc.reflection.v1
-
The error code and error message sent by the server when an error occurs.
- ErrorResponse.Builder - Class in io.grpc.reflection.v1alpha
-
The error code and error message sent by the server when an error occurs.
- ErrorResponseOrBuilder - Interface in io.grpc.reflection.v1
- ErrorResponseOrBuilder - Interface in io.grpc.reflection.v1alpha
- EVENT_TYPE_CANCEL - io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
A signal that the RPC is cancelled.
- EVENT_TYPE_CANCEL_VALUE - Static variable in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
A signal that the RPC is cancelled.
- EVENT_TYPE_CLIENT_HALF_CLOSE - io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
A signal that client is done sending
- EVENT_TYPE_CLIENT_HALF_CLOSE_VALUE - Static variable in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
A signal that client is done sending
- EVENT_TYPE_CLIENT_HEADER - io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
Header sent from client to server
- EVENT_TYPE_CLIENT_HEADER_VALUE - Static variable in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
Header sent from client to server
- EVENT_TYPE_CLIENT_MESSAGE - io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
Message sent from client to server
- EVENT_TYPE_CLIENT_MESSAGE_VALUE - Static variable in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
Message sent from client to server
- EVENT_TYPE_SERVER_HEADER - io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
Header sent from server to client
- EVENT_TYPE_SERVER_HEADER_VALUE - Static variable in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
Header sent from server to client
- EVENT_TYPE_SERVER_MESSAGE - io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
Message sent from server to client
- EVENT_TYPE_SERVER_MESSAGE_VALUE - Static variable in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
Message sent from server to client
- EVENT_TYPE_SERVER_TRAILER - io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
Trailer indicates the end of the RPC.
- EVENT_TYPE_SERVER_TRAILER_VALUE - Static variable in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
Trailer indicates the end of the RPC.
- EVENT_TYPE_UNKNOWN - io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
EVENT_TYPE_UNKNOWN = 0;
- EVENT_TYPE_UNKNOWN_VALUE - Static variable in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
EVENT_TYPE_UNKNOWN = 0;
- eventLoopGroup(EventLoopGroup) - Method in class io.grpc.netty.NettyChannelBuilder
-
Provides an EventGroupLoop to be used by the netty transport.
- EVENTS_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.ChannelTrace
- execute(Runnable) - Method in class io.grpc.SynchronizationContext
-
Adds a task and run it in this synchronization context as soon as possible.
- executeLater(Runnable) - Method in class io.grpc.SynchronizationContext
-
Adds a task that will be run when
SynchronizationContext.drain()
is called. - executor(Executor) - Method in class io.grpc.ForwardingChannelBuilder
- executor(Executor) - Method in class io.grpc.ForwardingChannelBuilder2
- executor(Executor) - Method in class io.grpc.ForwardingServerBuilder
- executor(Executor) - Method in class io.grpc.ManagedChannelBuilder
-
Provides a custom executor.
- executor(Executor) - Method in class io.grpc.ServerBuilder
-
Provides a custom executor.
- ExperimentalApi - Annotation Type in io.grpc
-
Indicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.
- EXTENSION_NUMBER_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ExtensionNumberResponse
- EXTENSION_NUMBER_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ExtensionRequest
- EXTENSION_NUMBER_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ExtensionNumberResponse
- EXTENSION_NUMBER_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ExtensionRequest
- ExtensionNumberResponse - Class in io.grpc.reflection.v1
-
A list of extension numbers sent by the server answering all_extension_numbers_of_type request.
- ExtensionNumberResponse - Class in io.grpc.reflection.v1alpha
-
A list of extension numbers sent by the server answering all_extension_numbers_of_type request.
- ExtensionNumberResponse.Builder - Class in io.grpc.reflection.v1
-
A list of extension numbers sent by the server answering all_extension_numbers_of_type request.
- ExtensionNumberResponse.Builder - Class in io.grpc.reflection.v1alpha
-
A list of extension numbers sent by the server answering all_extension_numbers_of_type request.
- ExtensionNumberResponseOrBuilder - Interface in io.grpc.reflection.v1
- ExtensionNumberResponseOrBuilder - Interface in io.grpc.reflection.v1alpha
- ExtensionRequest - Class in io.grpc.reflection.v1
-
The type name and extension number sent by the client when requesting file_containing_extension.
- ExtensionRequest - Class in io.grpc.reflection.v1alpha
-
The type name and extension number sent by the client when requesting file_containing_extension.
- ExtensionRequest.Builder - Class in io.grpc.reflection.v1
-
The type name and extension number sent by the client when requesting file_containing_extension.
- ExtensionRequest.Builder - Class in io.grpc.reflection.v1alpha
-
The type name and extension number sent by the client when requesting file_containing_extension.
- ExtensionRequestOrBuilder - Interface in io.grpc.reflection.v1
- ExtensionRequestOrBuilder - Interface in io.grpc.reflection.v1alpha
- extract(Context, C, TextMapGetter<C>) - Method in class io.grpc.opentelemetry.GrpcTraceBinContextPropagator
- extractBareMethodName(String) - Static method in class io.grpc.MethodDescriptor
-
Extract the method name out of a fully qualified method name.
- extractFullServiceName(String) - Static method in class io.grpc.MethodDescriptor
-
Extract the fully qualified service name out of a fully qualified method name.
F
- Factory() - Constructor for class io.grpc.ClientStreamTracer.Factory
- Factory() - Constructor for class io.grpc.LoadBalancer.Factory
- Factory() - Constructor for class io.grpc.NameResolver.Factory
- Factory() - Constructor for class io.grpc.ServerStreamTracer.Factory
- fail(Status) - Method in class io.grpc.CallCredentials.MetadataApplier
-
Called when there has been an error when preparing the headers.
- FAILED_PRECONDITION - io.grpc.Status.Code
-
Operation was rejected because the system is not in a state required for the operation's execution.
- FAILED_PRECONDITION - Static variable in class io.grpc.Status
-
Operation was rejected because the system is not in a state required for the operation's execution.
- FAKE - io.grpc.TlsChannelCredentials.Feature
-
A feature that no consumer should understand.
- FAKE - io.grpc.TlsServerCredentials.Feature
-
A feature that no consumer should understand.
- FALLBACK_RESPONSE - io.grpc.lb.v1.LoadBalanceResponse.LoadBalanceResponseTypeCase
- FALLBACK_RESPONSE_FIELD_NUMBER - Static variable in class io.grpc.lb.v1.LoadBalanceResponse
- fallbackHandlerRegistry(HandlerRegistry) - Method in class io.grpc.ForwardingServerBuilder
- fallbackHandlerRegistry(HandlerRegistry) - Method in class io.grpc.ServerBuilder
-
Sets a fallback handler registry that will be looked up in if a method is not found in the primary registry.
- FallbackResponse - Class in io.grpc.lb.v1
-
Protobuf type
grpc.lb.v1.FallbackResponse
- FallbackResponse.Builder - Class in io.grpc.lb.v1
-
Protobuf type
grpc.lb.v1.FallbackResponse
- FallbackResponseOrBuilder - Interface in io.grpc.lb.v1
- fields() - Method in class io.grpc.opentelemetry.GrpcTraceBinContextPropagator
- FILE_BY_FILENAME - io.grpc.reflection.v1.ServerReflectionRequest.MessageRequestCase
- FILE_BY_FILENAME - io.grpc.reflection.v1alpha.ServerReflectionRequest.MessageRequestCase
- FILE_BY_FILENAME_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ServerReflectionRequest
- FILE_BY_FILENAME_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ServerReflectionRequest
- FILE_CONTAINING_EXTENSION - io.grpc.reflection.v1.ServerReflectionRequest.MessageRequestCase
- FILE_CONTAINING_EXTENSION - io.grpc.reflection.v1alpha.ServerReflectionRequest.MessageRequestCase
- FILE_CONTAINING_EXTENSION_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ServerReflectionRequest
- FILE_CONTAINING_EXTENSION_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ServerReflectionRequest
- FILE_CONTAINING_SYMBOL - io.grpc.reflection.v1.ServerReflectionRequest.MessageRequestCase
- FILE_CONTAINING_SYMBOL - io.grpc.reflection.v1alpha.ServerReflectionRequest.MessageRequestCase
- FILE_CONTAINING_SYMBOL_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ServerReflectionRequest
- FILE_CONTAINING_SYMBOL_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ServerReflectionRequest
- FILE_DESCRIPTOR_PROTO_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.FileDescriptorResponse
- FILE_DESCRIPTOR_PROTO_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.FileDescriptorResponse
- FILE_DESCRIPTOR_RESPONSE - io.grpc.reflection.v1.ServerReflectionResponse.MessageResponseCase
- FILE_DESCRIPTOR_RESPONSE - io.grpc.reflection.v1alpha.ServerReflectionResponse.MessageResponseCase
- FILE_DESCRIPTOR_RESPONSE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1.ServerReflectionResponse
- FILE_DESCRIPTOR_RESPONSE_FIELD_NUMBER - Static variable in class io.grpc.reflection.v1alpha.ServerReflectionResponse
- FileDescriptorResponse - Class in io.grpc.reflection.v1
-
Serialized FileDescriptorProto messages sent by the server answering a file_by_filename, file_containing_symbol, or file_containing_extension request.
- FileDescriptorResponse - Class in io.grpc.reflection.v1alpha
-
Serialized FileDescriptorProto messages sent by the server answering a file_by_filename, file_containing_symbol, or file_containing_extension request.
- FileDescriptorResponse.Builder - Class in io.grpc.reflection.v1
-
Serialized FileDescriptorProto messages sent by the server answering a file_by_filename, file_containing_symbol, or file_containing_extension request.
- FileDescriptorResponse.Builder - Class in io.grpc.reflection.v1alpha
-
Serialized FileDescriptorProto messages sent by the server answering a file_by_filename, file_containing_symbol, or file_containing_extension request.
- FileDescriptorResponseOrBuilder - Interface in io.grpc.reflection.v1
- FileDescriptorResponseOrBuilder - Interface in io.grpc.reflection.v1alpha
- FILENAME_FIELD_NUMBER - Static variable in class io.grpc.channelz.v1.Address.UdsAddress
- filterContext(Context) - Method in class io.grpc.ServerStreamTracer
-
Called before the interceptors and the call handlers and make changes to the Context object if needed.
- firstValue() - Method in class io.grpc.testing.StreamRecorder
-
Deprecated.Returns a
ListenableFuture
for the first value received from the stream. - fixedContextExecutor(Executor) - Method in class io.grpc.Context
-
Wrap an
Executor
so that it always executes with this context as theContext.current()
context. - FixedResultPicker(LoadBalancer.PickResult) - Constructor for class io.grpc.LoadBalancer.FixedResultPicker
- flowControlWindow(int) - Method in class io.grpc.netty.NettyChannelBuilder
-
Sets the flow control window in bytes.
- flowControlWindow(int) - Method in class io.grpc.netty.NettyServerBuilder
-
Sets the flow control window in bytes.
- flowControlWindow(int) - Method in class io.grpc.okhttp.OkHttpChannelBuilder
-
Sets the flow control window in bytes.
- flowControlWindow(int) - Method in class io.grpc.okhttp.OkHttpServerBuilder
-
Sets the flow control window in bytes.
- forAddress(String, int) - Static method in class io.grpc.ForwardingChannelBuilder2
-
This method serves to force subclasses to "hide" this static factory.
- forAddress(String, int) - Static method in class io.grpc.inprocess.InProcessChannelBuilder
-
Always fails.
- forAddress(String, int) - Static method in class io.grpc.ManagedChannelBuilder
-
Creates a channel with the target's address and port number.
- forAddress(String, int) - Static method in class io.grpc.netty.NettyChannelBuilder
-
Creates a new builder with the given host and port.
- forAddress(String, int) - Static method in class io.grpc.okhttp.OkHttpChannelBuilder
-
Creates a new builder for the given server host and port.
- forAddress(String, int, ChannelCredentials) - Static method in class io.grpc.netty.NettyChannelBuilder
-
Creates a new builder with the given host and port.
- forAddress(String, int, ChannelCredentials) - Static method in class io.grpc.okhttp.OkHttpChannelBuilder
-
Creates a new builder with the given host and port.
- forAddress(SocketAddress) - Static method in class io.grpc.inprocess.InProcessChannelBuilder
-
Create a channel builder that will connect to the server referenced by the given address.
- forAddress(SocketAddress) - Static method in class io.grpc.inprocess.InProcessServerBuilder
-
Create a server builder which listens on the given address.
- forAddress(SocketAddress) - Static method in class io.grpc.netty.NettyChannelBuilder
-
Creates a new builder with the given server address.
- forAddress(SocketAddress) - Static method in class io.grpc.netty.NettyServerBuilder
-
Creates a server builder configured with the given
SocketAddress
. - forAddress(SocketAddress, ChannelCredentials) - Static method in class io.grpc.netty.NettyChannelBuilder
-
Creates a new builder with the given server address.
- forAddress(SocketAddress, ServerCredentials) - Static method in class io.grpc.netty.NettyServerBuilder
-
Creates a server builder configured with the given
SocketAddress
. - forClient() - Static method in class io.grpc.netty.GrpcSslContexts
-
Creates an SslContextBuilder with ciphers and APN appropriate for gRPC.
- fork() - Method in class io.grpc.Context
-
Create a new context which propagates the values of this context but does not cascade its cancellation.
- forName(String) - Static method in class io.grpc.inprocess.InProcessChannelBuilder
-
Create a channel builder that will connect to the server with the given name.
- forName(String) - Static method in class io.grpc.inprocess.InProcessServerBuilder
-
Create a server builder that will bind with the given name.
- forNonError(ConnectivityState) - Static method in class io.grpc.ConnectivityStateInfo
-
Returns an instance for a state that is not
TRANSIENT_FAILURE
. - forNumber(int) - Static method in enum io.grpc.binarylog.v1.Address.Type
- forNumber(int) - Static method in enum io.grpc.binarylog.v1.GrpcLogEntry.EventType
- forNumber(int) - Static method in enum io.grpc.binarylog.v1.GrpcLogEntry.Logger
- forNumber(int) - Static method in enum io.grpc.binarylog.v1.GrpcLogEntry.PayloadCase
- forNumber(int) - Static method in enum io.grpc.channelz.v1.Address.AddressCase
- forNumber(int) - Static method in enum io.grpc.channelz.v1.ChannelConnectivityState.State
- forNumber(int) - Static method in enum io.grpc.channelz.v1.ChannelTraceEvent.ChildRefCase
- forNumber(int) - Static method in enum io.grpc.channelz.v1.ChannelTraceEvent.Severity
- forNumber(int) - Static method in enum io.grpc.channelz.v1.Security.ModelCase
- forNumber(int) - Static method in enum io.grpc.channelz.v1.Security.Tls.CipherSuiteCase
- forNumber(int) - Static method in enum io.grpc.health.v1.HealthCheckResponse.ServingStatus
- forNumber(int) - Static method in enum io.grpc.lb.v1.LoadBalanceRequest.LoadBalanceRequestTypeCase
- forNumber(int) - Static method in enum io.grpc.lb.v1.LoadBalanceResponse.LoadBalanceResponseTypeCase
- forNumber(int) - Static method in enum io.grpc.reflection.v1.ServerReflectionRequest.MessageRequestCase
- forNumber(int) - Static method in enum io.grpc.reflection.v1.ServerReflectionResponse.MessageResponseCase
- forNumber(int) - Static method in enum io.grpc.reflection.v1alpha.ServerReflectionRequest.MessageRequestCase
- forNumber(int) - Static method in enum io.grpc.reflection.v1alpha.ServerReflectionResponse.MessageResponseCase
- forPort(int) - Static method in class io.grpc.ForwardingServerBuilder
-
This method serves to force sub classes to "hide" this static factory.
- forPort(int) - Static method in class io.grpc.inprocess.InProcessServerBuilder
-
Always fails.
- forPort(int) - Static method in class io.grpc.netty.NettyServerBuilder
-
Creates a server builder that will bind to the given port.
- forPort(int) - Static method in class io.grpc.okhttp.OkHttpServerBuilder
-
Deprecated.
- forPort(int) - Static method in class io.grpc.ServerBuilder
-
Static factory for creating a new ServerBuilder.
- forPort(int) - Static method in class io.grpc.xds.XdsServerBuilder
- forPort(int, ServerCredentials) - Static method in class io.grpc.netty.NettyServerBuilder
-
Creates a server builder that will bind to the given port.
- forPort(int, ServerCredentials) - Static method in class io.grpc.okhttp.OkHttpServerBuilder
-
Creates a builder for a server listening on
port
. - forPort(int, ServerCredentials) - Static method in class io.grpc.xds.XdsServerBuilder
-
Creates a gRPC server builder for the given port.
- forPort(SocketAddress, ServerCredentials) - Static method in class io.grpc.okhttp.OkHttpServerBuilder
-
Creates a builder for a server listening on
address
. - forServer(File, File) - Static method in class io.grpc.netty.GrpcSslContexts
-
Creates an SslContextBuilder with ciphers and APN appropriate for gRPC.
- forServer(File, File, String) - Static method in class io.grpc.netty.GrpcSslContexts
-
Creates an SslContextBuilder with ciphers and APN appropriate for gRPC.
- forServer(InputStream, InputStream) - Static method in class io.grpc.netty.GrpcSslContexts
-
Creates an SslContextBuilder with ciphers and APN appropriate for gRPC.
- forServer(InputStream, InputStream, String) - Static method in class io.grpc.netty.GrpcSslContexts
-
Creates an SslContextBuilder with ciphers and APN appropriate for gRPC.
- forTarget(String) - Static method in class io.grpc.ForwardingChannelBuilder2
-
This method serves to force subclasses to "hide" this static factory.
- forTarget(String) - Static method in class io.grpc.inprocess.InProcessChannelBuilder
-
Create a channel builder that will connect to the server referenced by the given target URI.
- forTarget(String) - Static method in class io.grpc.ManagedChannelBuilder
-
Creates a channel with a target string, which can be either a valid
NameResolver
-compliant URI, or an authority string. - forTarget(String) - Static method in class io.grpc.netty.NettyChannelBuilder
-
Creates a new builder with the given target string that will be resolved by
NameResolver
. - forTarget(String) - Static method in class io.grpc.okhttp.OkHttpChannelBuilder
-
Creates a new builder for the given target that will be resolved by
NameResolver
. - forTarget(String, ChannelCredentials) - Static method in class io.grpc.netty.NettyChannelBuilder
-
Creates a new builder with the given target string that will be resolved by
NameResolver
. - forTarget(String, ChannelCredentials) - Static method in class io.grpc.okhttp.OkHttpChannelBuilder
-
Creates a new builder for the given target that will be resolved by
NameResolver
. - forTransientFailure(Status) - Static method in class io.grpc.ConnectivityStateInfo
-
Returns an instance for
TRANSIENT_FAILURE
, associated with an error status. - ForwardingChannelBuilder<T extends ForwardingChannelBuilder<T>> - Class in io.grpc
-
A
ManagedChannelBuilder
that delegates all its builder methods to another builder by default. - ForwardingChannelBuilder() - Constructor for class io.grpc.ForwardingChannelBuilder
-
The default constructor.
- ForwardingChannelBuilder2<T extends ManagedChannelBuilder<T>> - Class in io.grpc
-
A
ManagedChannelBuilder
that delegates all its builder methods to another builder by default. - ForwardingChannelBuilder2() - Constructor for class io.grpc.ForwardingChannelBuilder2
-
The default constructor.
- ForwardingClientCall<ReqT,RespT> - Class in io.grpc
-
A
ClientCall
which forwards all of its methods to anotherClientCall
. - ForwardingClientCall() - Constructor for class io.grpc.ForwardingClientCall
- ForwardingClientCall.SimpleForwardingClientCall<ReqT,RespT> - Class in io.grpc
-
A simplified version of
ForwardingClientCall
where subclasses can pass in aClientCall
as the delegate. - ForwardingClientCallListener<RespT> - Class in io.grpc
-
A
ClientCall.Listener
which forwards all of its methods to anotherClientCall.Listener
. - ForwardingClientCallListener() - Constructor for class io.grpc.ForwardingClientCallListener
- ForwardingClientCallListener.SimpleForwardingClientCallListener<RespT> - Class in io.grpc
-
A simplified version of
ForwardingClientCallListener
where subclasses can pass in aClientCall.Listener
as the delegate. - ForwardingClientStreamTracer - Class in io.grpc.util
- ForwardingClientStreamTracer() - Constructor for class io.grpc.util.ForwardingClientStreamTracer
- ForwardingLoadBalancer - Class in io.grpc.util
- ForwardingLoadBalancer() - Constructor for class io.grpc.util.ForwardingLoadBalancer
- ForwardingLoadBalancerHelper - Class in io.grpc.util
- ForwardingLoadBalancerHelper() - Constructor for class io.grpc.util.ForwardingLoadBalancerHelper
- ForwardingServerBuilder<T extends ServerBuilder<T>> - Class in io.grpc
-
A
ServerBuilder
that delegates all its builder methods to another builder by default. - ForwardingServerBuilder() - Constructor for class io.grpc.ForwardingServerBuilder
-
The default constructor.
- ForwardingServerCall<ReqT,RespT> - Class in io.grpc
-
A
ServerCall
which forwards all of its methods to anotherServerCall
. - ForwardingServerCall() - Constructor for class io.grpc.ForwardingServerCall
- ForwardingServerCall.SimpleForwardingServerCall<ReqT,RespT> - Class in io.grpc
-
A simplified version of
ForwardingServerCall
where subclasses can pass in aServerCall
as the delegate. - ForwardingServerCallListener<ReqT> - Class in io.grpc
-
A
ServerCall.Listener
which forwards all of its methods to anotherServerCall.Listener
of matching parameterized types. - ForwardingServerCallListener() - Constructor for class io.grpc.ForwardingServerCallListener
- ForwardingServerCallListener.SimpleForwardingServerCallListener<ReqT> - Class in io.grpc
-
A simplified version of
ForwardingServerCallListener
where subclasses can pass in aServerCall.Listener
as the delegate. - ForwardingSubchannel - Class in io.grpc.util
- ForwardingSubchannel() - Constructor for class io.grpc.util.ForwardingSubchannel
- from(Credentials) - Static method in class io.grpc.auth.MoreCallCredentials
-
Converts a Google Auth Library
Credentials
toCallCredentials
. - fromCode(Status.Code) - Static method in class io.grpc.Status
-
Return a
Status
given a canonical errorStatus.Code
object. - fromCodeValue(int) - Static method in class io.grpc.Status
-
Return a
Status
given a canonical errorStatus.Code
value. - fromConfig(Object) - Static method in class io.grpc.NameResolver.ConfigOrError
-
Returns a
NameResolver.ConfigOrError
for the successfully parsed config. - fromError(Status) - Static method in class io.grpc.NameResolver.ConfigOrError
-
Returns a
NameResolver.ConfigOrError
for the failure to parse the config. - fromStatus(Status) - Static method in class io.grpc.StatusOr
-
Construct from a non-Ok status.
- fromStatusAndTrailers(Status, Metadata) - Static method in class io.grpc.protobuf.StatusProto
-
Extracts the
google.rpc.Status
from trailers, and makes sure they match the gRPCstatus
. - fromThrowable(Throwable) - Static method in class io.grpc.protobuf.StatusProto
-
Extract a
Status
instance from the causal chain of aThrowable
. - fromThrowable(Throwable) - Static method in class io.grpc.Status
- fromValue(T) - Static method in class io.grpc.StatusOr
-
Construct from a value.
- fullMethodName() - Method in annotation type io.grpc.stub.annotations.RpcMethod
-
The fully qualified method name.
- futureUnaryCall(ClientCall<ReqT, RespT>, ReqT) - Static method in class io.grpc.stub.ClientCalls
-
Executes a unary call and returns a
ListenableFuture
to the response.
G
- 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() - Method in class io.grpc.Context.Key
-
Get the value from the
Context.current()
context for this key. - get(Attributes.Key<T>) - Method in class io.grpc.Attributes
-
Gets the value for the key, or
null
if it's not present. - 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
-
Deprecated.Will be superseded by getAddressesOrError
- getAddressesOrError() - Method in class io.grpc.NameResolver.ResolutionResult
-
Gets the addresses resolved by name resolution or the error in doing so.
- 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.v1.ServerReflectionRequest.Builder
-
Finds the tag numbers used by all known extensions of the given message type, and appends them to ExtensionNumberResponse in an undefined order.
- getAllExtensionNumbersOfType() - Method in class io.grpc.reflection.v1.ServerReflectionRequest
-
Finds the tag numbers used by all known extensions of the given message type, and appends them to ExtensionNumberResponse in an undefined order.
- getAllExtensionNumbersOfType() - Method in interface io.grpc.reflection.v1.ServerReflectionRequestOrBuilder
-
Finds the tag numbers used by all known extensions of the given message type, and appends them to ExtensionNumberResponse in an undefined order.
- 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.v1.ServerReflectionRequest.Builder
-
Finds the tag numbers used by all known extensions of the given message type, and appends them to ExtensionNumberResponse in an undefined order.
- getAllExtensionNumbersOfTypeBytes() - Method in class io.grpc.reflection.v1.ServerReflectionRequest
-
Finds the tag numbers used by all known extensions of the given message type, and appends them to ExtensionNumberResponse in an undefined order.
- getAllExtensionNumbersOfTypeBytes() - Method in interface io.grpc.reflection.v1.ServerReflectionRequestOrBuilder
-
Finds the tag numbers used by all known extensions of the given message 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.v1.ServerReflectionResponse.Builder
-
This message is used to answer all_extension_numbers_of_type requests.
- getAllExtensionNumbersResponse() - Method in class io.grpc.reflection.v1.ServerReflectionResponse
-
This message is used to answer all_extension_numbers_of_type requests.
- getAllExtensionNumbersResponse() - Method in interface io.grpc.reflection.v1.ServerReflectionResponseOrBuilder
-
This message is used to answer all_extension_numbers_of_type requests.
- 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.v1.ServerReflectionResponse.Builder
-
This message is used to answer all_extension_numbers_of_type requests.
- 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.v1.ServerReflectionResponse.Builder
-
This message is used to answer all_extension_numbers_of_type requests.
- getAllExtensionNumbersResponseOrBuilder() - Method in class io.grpc.reflection.v1.ServerReflectionResponse
-
This message is used to answer all_extension_numbers_of_type requests.
- getAllExtensionNumbersResponseOrBuilder() - Method in interface io.grpc.reflection.v1.ServerReflectionResponseOrBuilder
-
This message is used to answer all_extension_numbers_of_type requests.
- 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.
- getApplicationUtilization() - Method in class io.grpc.services.MetricReport
- 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
-
The same attributes passed to
Helper.createSubchannel()
. - 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.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.
- getAuthorityOverride() - Method in class io.grpc.LoadBalancer.PickResult
-
Returns the authority override if any.
- 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.v1.ExtensionNumberResponse.Builder
-
Full name of the base type, including the package name.
- getBaseTypeName() - Method in class io.grpc.reflection.v1.ExtensionNumberResponse
-
Full name of the base type, including the package name.
- getBaseTypeName() - Method in interface io.grpc.reflection.v1.ExtensionNumberResponseOrBuilder
-
Full name of the base type, including the package name.
- 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.v1.ExtensionNumberResponse.Builder
-
Full name of the base type, including the package name.
- getBaseTypeNameBytes() - Method in class io.grpc.reflection.v1.ExtensionNumberResponse
-
Full name of the base type, including the package name.
- getBaseTypeNameBytes() - Method in interface io.grpc.reflection.v1.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, ornull
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() - 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() - Method in class io.grpc.stub.AbstractStub
-
The underlying channel of the stub.
- getChannel() - Method in class io.grpc.testing.GrpcServerRule
-
Returns a
ManagedChannel
connected to this service. - 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) - 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 interface io.grpc.channelz.v1.ChannelzGrpc.AsyncService
-
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(GetChannelRequest, StreamObserver<GetChannelResponse>) - Method in class io.grpc.protobuf.services.ChannelzService
-
Returns a top level channel aka
ManagedChannel
. - getChannel(GetChannelRequest, StreamObserver<GetChannelResponse>) - Method in class io.grpc.services.ChannelzService
-
Deprecated.Returns a top level channel aka
ManagedChannel
. - getChannelBuilder() - Method in class io.grpc.channelz.v1.GetChannelResponse.Builder
-
The Channel that corresponds to the requested channel_id.
- getChannelBuilder() - Method in class io.grpc.ManagedChannelProvider.NewChannelBuilderResult
- getChannelBuilder(int) - Method in class io.grpc.channelz.v1.GetTopChannelsResponse.Builder
-
list of channels that the connection detail service knows about.
- 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
-
Returns a
ChannelLogger
for this 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() - 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.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(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() - 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.Channel.Builder
-
There are no ordering guarantees on the order of channel refs.
- 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() - 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.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(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
- getChannelTarget() - Method in class io.grpc.LoadBalancer.Helper
-
Returns the target string of the channel, guaranteed to include its scheme.
- getChannelTarget() - Method in class io.grpc.util.ForwardingLoadBalancerHelper
- 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;
- 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.
- getConnectedAddressAttributes() - Method in class io.grpc.LoadBalancer.Subchannel
-
(Internal use only) returns attributes of the address subchannel is connected to.
- getConnectedAddressAttributes() - Method in class io.grpc.util.ForwardingSubchannel
- getContainingType() - Method in class io.grpc.reflection.v1.ExtensionRequest.Builder
-
Fully-qualified type name.
- getContainingType() - Method in class io.grpc.reflection.v1.ExtensionRequest
-
Fully-qualified type name.
- getContainingType() - Method in interface io.grpc.reflection.v1.ExtensionRequestOrBuilder
-
Fully-qualified type name.
- 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.v1.ExtensionRequest.Builder
-
Fully-qualified type name.
- getContainingTypeBytes() - Method in class io.grpc.reflection.v1.ExtensionRequest
-
Fully-qualified type name.
- getContainingTypeBytes() - Method in interface io.grpc.reflection.v1.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.v1.ErrorResponse
- getDefaultInstance() - Static method in class io.grpc.reflection.v1.ExtensionNumberResponse
- getDefaultInstance() - Static method in class io.grpc.reflection.v1.ExtensionRequest
- getDefaultInstance() - Static method in class io.grpc.reflection.v1.FileDescriptorResponse
- getDefaultInstance() - Static method in class io.grpc.reflection.v1.ListServiceResponse
- getDefaultInstance() - Static method in class io.grpc.reflection.v1.ServerReflectionRequest
- getDefaultInstance() - Static method in class io.grpc.reflection.v1.ServerReflectionResponse
- getDefaultInstance() - Static method in class io.grpc.reflection.v1.ServiceResponse
- 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.v1.ErrorResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ErrorResponse
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ExtensionNumberResponse
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ExtensionRequest.Builder
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ExtensionRequest
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.FileDescriptorResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.FileDescriptorResponse
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ListServiceResponse
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ServerReflectionRequest.Builder
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ServerReflectionRequest
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ServerReflectionResponse
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ServiceResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.reflection.v1.ServiceResponse
- 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
-
Returns the default scheme, which will be used to construct a URI when
ManagedChannelBuilder.forTarget(String)
is given an authority string instead of a compliant URI. - getDefaultScheme() - Method in class io.grpc.NameResolverRegistry
- 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.v1.ErrorResponse.Builder
- getDescriptor() - Static method in class io.grpc.reflection.v1.ErrorResponse
- getDescriptor() - Static method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
- getDescriptor() - Static method in class io.grpc.reflection.v1.ExtensionNumberResponse
- getDescriptor() - Static method in class io.grpc.reflection.v1.ExtensionRequest.Builder
- getDescriptor() - Static method in class io.grpc.reflection.v1.ExtensionRequest
- getDescriptor() - Static method in class io.grpc.reflection.v1.FileDescriptorResponse.Builder
- getDescriptor() - Static method in class io.grpc.reflection.v1.FileDescriptorResponse
- getDescriptor() - Static method in class io.grpc.reflection.v1.ListServiceResponse.Builder
- getDescriptor() - Static method in class io.grpc.reflection.v1.ListServiceResponse
- getDescriptor() - Static method in class io.grpc.reflection.v1.ServerReflectionProto
- getDescriptor() - Static method in class io.grpc.reflection.v1.ServerReflectionRequest.Builder
- getDescriptor() - Static method in class io.grpc.reflection.v1.ServerReflectionRequest
- getDescriptor() - Static method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
- getDescriptor() - Static method in class io.grpc.reflection.v1.ServerReflectionResponse
- getDescriptor() - Static method in class io.grpc.reflection.v1.ServiceResponse.Builder
- getDescriptor() - Static method in class io.grpc.reflection.v1.ServiceResponse
- 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.v1.ErrorResponse.Builder
- getDescriptorForType() - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
- getDescriptorForType() - Method in class io.grpc.reflection.v1.ExtensionRequest.Builder
- getDescriptorForType() - Method in class io.grpc.reflection.v1.FileDescriptorResponse.Builder
- getDescriptorForType() - Method in class io.grpc.reflection.v1.ListServiceResponse.Builder
- getDescriptorForType() - Method in class io.grpc.reflection.v1.ServerReflectionRequest.Builder
- getDescriptorForType() - Method in class io.grpc.reflection.v1.ServerReflectionResponse.Builder
- getDescriptorForType() - Method in class io.grpc.reflection.v1.ServiceResponse.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;
- 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;
- getEps() - Method in class io.grpc.services.MetricReport
- 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.v1.ErrorResponse.Builder
-
This field uses the error codes defined in grpc::StatusCode.
- getErrorCode() - Method in class io.grpc.reflection.v1.ErrorResponse
-
This field uses the error codes defined in grpc::StatusCode.
- getErrorCode() - Method in interface io.grpc.reflection.v1.ErrorResponseOrBuilder
-
This field uses the error codes defined in grpc::StatusCode.
- 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.v1.ErrorResponse.Builder
-
string error_message = 2;
- getErrorMessage() - Method in class io.grpc.reflection.v1.ErrorResponse
-
string error_message = 2;
- getErrorMessage() - Method in interface io.grpc.reflection.v1.ErrorResponseOrBuilder
-
string error_message = 2;
- 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.v1.ErrorResponse.Builder
-
string error_message = 2;
- getErrorMessageBytes() - Method in class io.grpc.reflection.v1.ErrorResponse
-
string error_message = 2;
- getErrorMessageBytes() - Method in interface io.grpc.reflection.v1.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.v1.ServerReflectionResponse.Builder
-
This message is used when an error occurs.
- getErrorResponse() - Method in class io.grpc.reflection.v1.ServerReflectionResponse
-
This message is used when an error occurs.
- getErrorResponse() - Method in interface io.grpc.reflection.v1.ServerReflectionResponseOrBuilder
-
This message is used when an error occurs.
- 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.v1.ServerReflectionResponse.Builder
-
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.v1.ServerReflectionResponse.Builder
-
This message is used when an error occurs.
- getErrorResponseOrBuilder() - Method in class io.grpc.reflection.v1.ServerReflectionResponse
-
This message is used when an error occurs.
- getErrorResponseOrBuilder() - Method in interface io.grpc.reflection.v1.ServerReflectionResponseOrBuilder
-
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() - Method in class io.grpc.reflection.v1.ExtensionRequest.Builder
-
int32 extension_number = 2;
- getExtensionNumber() - Method in class io.grpc.reflection.v1.ExtensionRequest
-
int32 extension_number = 2;
- getExtensionNumber() - Method in interface io.grpc.reflection.v1.ExtensionRequestOrBuilder
-
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;
- getExtensionNumber(int) - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- getExtensionNumber(int) - Method in class io.grpc.reflection.v1.ExtensionNumberResponse
-
repeated int32 extension_number = 2;
- getExtensionNumber(int) - Method in interface io.grpc.reflection.v1.ExtensionNumberResponseOrBuilder
-
repeated int32 extension_number = 2;
- 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;
- getExtensionNumberCount() - Method in class io.grpc.reflection.v1.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- getExtensionNumberCount() - Method in class io.grpc.reflection.v1.ExtensionNumberResponse
-
repeated int32 extension_number = 2;
- getExtensionNumberCount() - Method in interface io.grpc.reflection.v1.ExtensionNumberResponseOrBuilder
-
repeated 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.v1.ExtensionNumberResponse.Builder
-
repeated int32 extension_number = 2;
- getExtensionNumberList() - Method in class io.grpc.reflection.v1.ExtensionNumberResponse
-
repeated int32 extension_number = 2;
- getExtensionNumberList() - Method in interface io.grpc.reflection.v1.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.v1.ServerReflectionRequest.Builder
-
Find a proto file by the file name.
- getFileByFilename() - Method in class io.grpc.reflection.v1.ServerReflectionRequest
-
Find a proto file by the file name.
- getFileByFilename() - Method in interface io.grpc.reflection.v1.ServerReflectionRequestOrBuilder
-
Find a proto file by the file name.
- 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.v1.ServerReflectionRequest.Builder
-
Find a proto file by the file name.
- getFileByFilenameBytes() - Method in class io.grpc.reflection.v1.ServerReflectionRequest
-
Find a proto file by the file name.
- getFileByFilenameBytes() - Method in interface io.grpc.reflection.v1.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.v1.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.v1.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.v1.ServerReflectionRequestOrBuilder
-
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.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.v1.ServerReflectionRequest.Builder
-
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.v1.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.v1.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.v1.ServerReflectionRequestOrBuilder
-
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.v1.ServerReflectionRequest.Builder
-
Find the proto file that declares the given fully-qualified symbol name.
- getFileContainingSymbol() - Method in class io.grpc.reflection.v1.ServerReflectionRequest
-
Find the proto file that declares the given fully-qualified symbol name.
- getFileContainingSymbol() - Method in interface io.grpc.reflection.v1.ServerReflectionRequestOrBuilder
-
Find the proto file that declares the given fully-qualified symbol name.
- 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.v1.ServerReflectionRequest.Builder
-
Find the proto file that declares the given fully-qualified symbol name.
- getFileContainingSymbolBytes() - Method in class io.grpc.reflection.v1.ServerReflectionRequest
-
Find the proto file that declares the given fully-qualified symbol name.
- getFileContainingSymbolBytes() - Method in interface io.grpc.reflection.v1.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.v1.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProto(int) - Method in class io.grpc.reflection.v1.FileDescriptorResponse
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProto(int) - Method in interface io.grpc.reflection.v1.FileDescriptorResponseOrBuilder
-
Serialized FileDescriptorProto messages.
- 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.v1.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProtoCount() - Method in class io.grpc.reflection.v1.FileDescriptorResponse
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProtoCount() - Method in interface io.grpc.reflection.v1.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.v1.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProtoList() - Method in class io.grpc.reflection.v1.FileDescriptorResponse
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProtoList() - Method in interface io.grpc.reflection.v1.FileDescriptorResponseOrBuilder
-
Serialized FileDescriptorProto messages.
- getFileDescriptorProtoList() - Method in class io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder
-
Serialized FileDescriptorProto messages.