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 LogExclusionConfigClient. 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 GetExclusionRequestGetExclusionRequest.Builder. build()GetExclusionRequestGetExclusionRequest.Builder. buildPartial()static GetExclusionRequestGetExclusionRequest. getDefaultInstance()GetExclusionRequestGetExclusionRequest.Builder. getDefaultInstanceForType()GetExclusionRequestGetExclusionRequest. getDefaultInstanceForType()static GetExclusionRequestGetExclusionRequest. parseDelimitedFrom(InputStream input)static GetExclusionRequestGetExclusionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetExclusionRequestGetExclusionRequest. parseFrom(byte[] data)static GetExclusionRequestGetExclusionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetExclusionRequestGetExclusionRequest. parseFrom(com.google.protobuf.ByteString data)static GetExclusionRequestGetExclusionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetExclusionRequestGetExclusionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetExclusionRequestGetExclusionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetExclusionRequestGetExclusionRequest. parseFrom(InputStream input)static GetExclusionRequestGetExclusionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetExclusionRequestGetExclusionRequest. parseFrom(ByteBuffer data)static GetExclusionRequestGetExclusionRequest. 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 voidConfigServiceV2Grpc.AsyncService. getExclusion(GetExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)Gets the description of an exclusion in the _Default sink.LogExclusionConfigServiceV2Grpc.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.voidConfigServiceV2Grpc.ConfigServiceV2Stub. getExclusion(GetExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)Gets the description of an exclusion in the _Default sink.GetExclusionRequest.BuilderGetExclusionRequest.Builder. mergeFrom(GetExclusionRequest other)static GetExclusionRequest.BuilderGetExclusionRequest. newBuilder(GetExclusionRequest prototype)
-