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.create(CreateExclusionRequest request)
Sends a request to create a new exclusion in a specified parent resource.
|
com.google.api.core.ApiFuture<LogExclusion> |
GrpcLoggingRpc.create(CreateExclusionRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateExclusionRequest,LogExclusion> |
ConfigClient.createExclusionCallable()
Creates a new exclusion in the _Default sink in a specified parent resource.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateExclusionRequest,LogExclusion> |
ConfigSettings.createExclusionSettings()
Returns the object with the settings used for calls to createExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExclusionRequest,LogExclusion> |
ConfigSettings.Builder.createExclusionSettings()
Returns the builder for the settings used for calls to createExclusion.
|
Modifier and Type | Method and Description |
---|---|
LogExclusion |
ConfigClient.createExclusion(CreateExclusionRequest request)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateExclusionRequest,LogExclusion> |
GrpcConfigServiceV2Stub.createExclusionCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateExclusionRequest,LogExclusion> |
ConfigServiceV2Stub.createExclusionCallable() |
com.google.api.gax.rpc.UnaryCallSettings<CreateExclusionRequest,LogExclusion> |
ConfigServiceV2StubSettings.createExclusionSettings()
Returns the object with the settings used for calls to createExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExclusionRequest,LogExclusion> |
ConfigServiceV2StubSettings.Builder.createExclusionSettings()
Returns the builder for the settings used for calls to createExclusion.
|
Modifier and Type | Method and Description |
---|---|
CreateExclusionRequest |
CreateExclusionRequest.Builder.build() |
CreateExclusionRequest |
CreateExclusionRequest.Builder.buildPartial() |
static CreateExclusionRequest |
CreateExclusionRequest.getDefaultInstance() |
CreateExclusionRequest |
CreateExclusionRequest.getDefaultInstanceForType() |
CreateExclusionRequest |
CreateExclusionRequest.Builder.getDefaultInstanceForType() |
static CreateExclusionRequest |
CreateExclusionRequest.parseDelimitedFrom(InputStream input) |
static CreateExclusionRequest |
CreateExclusionRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateExclusionRequest |
CreateExclusionRequest.parseFrom(byte[] data) |
static CreateExclusionRequest |
CreateExclusionRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateExclusionRequest |
CreateExclusionRequest.parseFrom(ByteBuffer data) |
static CreateExclusionRequest |
CreateExclusionRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateExclusionRequest |
CreateExclusionRequest.parseFrom(com.google.protobuf.ByteString data) |
static CreateExclusionRequest |
CreateExclusionRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateExclusionRequest |
CreateExclusionRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static CreateExclusionRequest |
CreateExclusionRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateExclusionRequest |
CreateExclusionRequest.parseFrom(InputStream input) |
static CreateExclusionRequest |
CreateExclusionRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<CreateExclusionRequest,LogExclusion> |
ConfigServiceV2Grpc.getCreateExclusionMethod() |
com.google.protobuf.Parser<CreateExclusionRequest> |
CreateExclusionRequest.getParserForType() |
static com.google.protobuf.Parser<CreateExclusionRequest> |
CreateExclusionRequest.parser() |
Modifier and Type | Method and Description |
---|---|
LogExclusion |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.createExclusion(CreateExclusionRequest request)
Creates a new exclusion in the _Default sink in a specified parent
resource.
|
com.google.common.util.concurrent.ListenableFuture<LogExclusion> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.createExclusion(CreateExclusionRequest request)
Creates a new exclusion in the _Default sink in a specified parent
resource.
|
default void |
ConfigServiceV2Grpc.AsyncService.createExclusion(CreateExclusionRequest request,
StreamObserver<LogExclusion> responseObserver)
Creates a new exclusion in the _Default sink in a specified parent
resource.
|
void |
ConfigServiceV2Grpc.ConfigServiceV2Stub.createExclusion(CreateExclusionRequest request,
StreamObserver<LogExclusion> responseObserver)
Creates a new exclusion in the _Default sink in a specified parent
resource.
|
CreateExclusionRequest.Builder |
CreateExclusionRequest.Builder.mergeFrom(CreateExclusionRequest other) |
static CreateExclusionRequest.Builder |
CreateExclusionRequest.newBuilder(CreateExclusionRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.