Package | Description |
---|---|
com.google.cloud.logging.spi.v2 | |
com.google.cloud.logging.v2 |
A client to Cloud Logging API
|
com.google.cloud.logging.v2.stub | |
com.google.logging.v2 |
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<LogExclusion> |
LoggingRpc.get(GetExclusionRequest request)
Sends a request to get the description of an exclusion.
|
com.google.api.core.ApiFuture<LogExclusion> |
GrpcLoggingRpc.get(GetExclusionRequest request) |
Modifier and Type | Method and 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<GetExclusionRequest,LogExclusion> |
ConfigSettings.getExclusionSettings()
Returns the object with the settings used for calls to getExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExclusionRequest,LogExclusion> |
ConfigSettings.Builder.getExclusionSettings()
Returns the builder for the settings used for calls to getExclusion.
|
Modifier and Type | Method and Description |
---|---|
LogExclusion |
ConfigClient.getExclusion(GetExclusionRequest request)
Gets the description of an exclusion in the _Default sink.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<GetExclusionRequest,LogExclusion> |
GrpcConfigServiceV2Stub.getExclusionCallable() |
com.google.api.gax.rpc.UnaryCallable<GetExclusionRequest,LogExclusion> |
ConfigServiceV2Stub.getExclusionCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetExclusionRequest,LogExclusion> |
ConfigServiceV2StubSettings.getExclusionSettings()
Returns the object with the settings used for calls to getExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExclusionRequest,LogExclusion> |
ConfigServiceV2StubSettings.Builder.getExclusionSettings()
Returns the builder for the settings used for calls to getExclusion.
|
Modifier and Type | Method and Description |
---|---|
GetExclusionRequest |
GetExclusionRequest.Builder.build() |
GetExclusionRequest |
GetExclusionRequest.Builder.buildPartial() |
static GetExclusionRequest |
GetExclusionRequest.getDefaultInstance() |
GetExclusionRequest |
GetExclusionRequest.getDefaultInstanceForType() |
GetExclusionRequest |
GetExclusionRequest.Builder.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(ByteBuffer data) |
static GetExclusionRequest |
GetExclusionRequest.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetExclusionRequest,LogExclusion> |
ConfigServiceV2Grpc.getGetExclusionMethod() |
com.google.protobuf.Parser<GetExclusionRequest> |
GetExclusionRequest.getParserForType() |
static com.google.protobuf.Parser<GetExclusionRequest> |
GetExclusionRequest.parser() |
Modifier and Type | Method and Description |
---|---|
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.
|
default void |
ConfigServiceV2Grpc.AsyncService.getExclusion(GetExclusionRequest request,
StreamObserver<LogExclusion> responseObserver)
Gets the description of an exclusion in the _Default sink.
|
void |
ConfigServiceV2Grpc.ConfigServiceV2Stub.getExclusion(GetExclusionRequest request,
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) |
Copyright © 2023 Google LLC. All rights reserved.