Uses of Class
com.google.logging.v2.GetExclusionRequest
-
Packages that use GetExclusionRequest Package Description com.google.cloud.logging.spi.v2 com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of GetExclusionRequest in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 with parameters of type GetExclusionRequest Modifier and Type Method Description com.google.api.core.ApiFuture<LogExclusion>
GrpcLoggingRpc. get(GetExclusionRequest request)
com.google.api.core.ApiFuture<LogExclusion>
LoggingRpc. get(GetExclusionRequest request)
Sends a request to get the description of an exclusion. -
Uses of GetExclusionRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type GetExclusionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetExclusionRequest,LogExclusion>
ConfigClient. getExclusionCallable()
Gets the description of an exclusion in the _Default sink.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExclusionRequest,LogExclusion>
ConfigSettings.Builder. getExclusionSettings()
Returns the builder for the settings used for calls to getExclusion.com.google.api.gax.rpc.UnaryCallSettings<GetExclusionRequest,LogExclusion>
ConfigSettings. getExclusionSettings()
Returns the object with the settings used for calls to getExclusion.Methods in com.google.cloud.logging.v2 with parameters of type GetExclusionRequest Modifier and Type Method Description LogExclusion
ConfigClient. getExclusion(GetExclusionRequest request)
Gets the description of an exclusion in the _Default sink. -
Uses of GetExclusionRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type GetExclusionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetExclusionRequest,LogExclusion>
ConfigServiceV2Stub. getExclusionCallable()
com.google.api.gax.rpc.UnaryCallable<GetExclusionRequest,LogExclusion>
GrpcConfigServiceV2Stub. getExclusionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExclusionRequest,LogExclusion>
ConfigServiceV2StubSettings.Builder. getExclusionSettings()
Returns the builder for the settings used for calls to getExclusion.com.google.api.gax.rpc.UnaryCallSettings<GetExclusionRequest,LogExclusion>
ConfigServiceV2StubSettings. getExclusionSettings()
Returns the object with the settings used for calls to getExclusion. -
Uses of GetExclusionRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return GetExclusionRequest Modifier and Type Method Description GetExclusionRequest
GetExclusionRequest.Builder. build()
GetExclusionRequest
GetExclusionRequest.Builder. buildPartial()
static GetExclusionRequest
GetExclusionRequest. getDefaultInstance()
GetExclusionRequest
GetExclusionRequest.Builder. getDefaultInstanceForType()
GetExclusionRequest
GetExclusionRequest. getDefaultInstanceForType()
static GetExclusionRequest
GetExclusionRequest. parseDelimitedFrom(InputStream input)
static GetExclusionRequest
GetExclusionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExclusionRequest
GetExclusionRequest. parseFrom(byte[] data)
static GetExclusionRequest
GetExclusionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExclusionRequest
GetExclusionRequest. parseFrom(com.google.protobuf.ByteString data)
static GetExclusionRequest
GetExclusionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExclusionRequest
GetExclusionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetExclusionRequest
GetExclusionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExclusionRequest
GetExclusionRequest. parseFrom(InputStream input)
static GetExclusionRequest
GetExclusionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExclusionRequest
GetExclusionRequest. parseFrom(ByteBuffer data)
static GetExclusionRequest
GetExclusionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type GetExclusionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetExclusionRequest,LogExclusion>
ConfigServiceV2Grpc. getGetExclusionMethod()
com.google.protobuf.Parser<GetExclusionRequest>
GetExclusionRequest. getParserForType()
static com.google.protobuf.Parser<GetExclusionRequest>
GetExclusionRequest. parser()
Methods in com.google.logging.v2 with parameters of type GetExclusionRequest Modifier and Type Method Description default void
ConfigServiceV2Grpc.AsyncService. getExclusion(GetExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)
Gets the description of an exclusion in the _Default sink.LogExclusion
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub. getExclusion(GetExclusionRequest request)
Gets the description of an exclusion in the _Default sink.com.google.common.util.concurrent.ListenableFuture<LogExclusion>
ConfigServiceV2Grpc.ConfigServiceV2FutureStub. getExclusion(GetExclusionRequest request)
Gets the description of an exclusion in the _Default sink.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. getExclusion(GetExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)
Gets the description of an exclusion in the _Default sink.GetExclusionRequest.Builder
GetExclusionRequest.Builder. mergeFrom(GetExclusionRequest other)
static GetExclusionRequest.Builder
GetExclusionRequest. newBuilder(GetExclusionRequest prototype)
-