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) |
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) |
com.google.api.core.ApiFuture<LogExclusion> |
LoggingRpc.update(UpdateExclusionRequest request)
Sends a request to change one or more properties of an existing exclusion.
|
com.google.api.core.ApiFuture<LogExclusion> |
GrpcLoggingRpc.update(UpdateExclusionRequest request) |
Modifier and Type | Method and Description |
---|---|
LogExclusion |
ConfigClient.createExclusion(BillingAccountName parent,
LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
LogExclusion |
ConfigClient.createExclusion(CreateExclusionRequest request)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
LogExclusion |
ConfigClient.createExclusion(FolderName parent,
LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
LogExclusion |
ConfigClient.createExclusion(OrganizationName parent,
LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
LogExclusion |
ConfigClient.createExclusion(ProjectName parent,
LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
LogExclusion |
ConfigClient.createExclusion(String parent,
LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
LogExclusion |
ConfigClient.getExclusion(GetExclusionRequest request)
Gets the description of an exclusion in the _Default sink.
|
LogExclusion |
ConfigClient.getExclusion(LogExclusionName name)
Gets the description of an exclusion in the _Default sink.
|
LogExclusion |
ConfigClient.getExclusion(String name)
Gets the description of an exclusion in the _Default sink.
|
LogExclusion |
ConfigClient.updateExclusion(LogExclusionName name,
LogExclusion exclusion,
com.google.protobuf.FieldMask updateMask)
Changes one or more properties of an existing exclusion in the _Default sink.
|
LogExclusion |
ConfigClient.updateExclusion(String name,
LogExclusion exclusion,
com.google.protobuf.FieldMask updateMask)
Changes one or more properties of an existing exclusion in the _Default sink.
|
LogExclusion |
ConfigClient.updateExclusion(UpdateExclusionRequest request)
Changes one or more properties of an existing exclusion in the _Default sink.
|
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.
|
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.
|
com.google.api.gax.rpc.UnaryCallable<UpdateExclusionRequest,LogExclusion> |
ConfigClient.updateExclusionCallable()
Changes one or more properties of an existing exclusion in the _Default sink.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateExclusionRequest,LogExclusion> |
ConfigSettings.updateExclusionSettings()
Returns the object with the settings used for calls to updateExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExclusionRequest,LogExclusion> |
ConfigSettings.Builder.updateExclusionSettings()
Returns the builder for the settings used for calls to updateExclusion.
|
Modifier and Type | Method and Description |
---|---|
LogExclusion |
ConfigClient.createExclusion(BillingAccountName parent,
LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
LogExclusion |
ConfigClient.createExclusion(FolderName parent,
LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
LogExclusion |
ConfigClient.createExclusion(OrganizationName parent,
LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
LogExclusion |
ConfigClient.createExclusion(ProjectName parent,
LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
LogExclusion |
ConfigClient.createExclusion(String parent,
LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
LogExclusion |
ConfigClient.updateExclusion(LogExclusionName name,
LogExclusion exclusion,
com.google.protobuf.FieldMask updateMask)
Changes one or more properties of an existing exclusion in the _Default sink.
|
LogExclusion |
ConfigClient.updateExclusion(String name,
LogExclusion exclusion,
com.google.protobuf.FieldMask updateMask)
Changes one or more properties of an existing exclusion in the _Default sink.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<ConfigClient.ListExclusionsPagedResponse> |
ConfigClient.ListExclusionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListExclusionsRequest,ListExclusionsResponse,LogExclusion> context,
com.google.api.core.ApiFuture<ListExclusionsResponse> futureResponse) |
protected ConfigClient.ListExclusionsPage |
ConfigClient.ListExclusionsPage.createPage(com.google.api.gax.rpc.PageContext<ListExclusionsRequest,ListExclusionsResponse,LogExclusion> context,
ListExclusionsResponse response) |
com.google.api.core.ApiFuture<ConfigClient.ListExclusionsPage> |
ConfigClient.ListExclusionsPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListExclusionsRequest,ListExclusionsResponse,LogExclusion> context,
com.google.api.core.ApiFuture<ListExclusionsResponse> futureResponse) |
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.
|
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.
|
com.google.api.gax.rpc.UnaryCallable<UpdateExclusionRequest,LogExclusion> |
GrpcConfigServiceV2Stub.updateExclusionCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateExclusionRequest,LogExclusion> |
ConfigServiceV2Stub.updateExclusionCallable() |
com.google.api.gax.rpc.UnaryCallSettings<UpdateExclusionRequest,LogExclusion> |
ConfigServiceV2StubSettings.updateExclusionSettings()
Returns the object with the settings used for calls to updateExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExclusionRequest,LogExclusion> |
ConfigServiceV2StubSettings.Builder.updateExclusionSettings()
Returns the builder for the settings used for calls to updateExclusion.
|
Modifier and Type | Method and Description |
---|---|
LogExclusion |
LogExclusion.Builder.build() |
LogExclusion |
LogExclusion.Builder.buildPartial() |
LogExclusion |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.createExclusion(CreateExclusionRequest request)
Creates a new exclusion in the _Default sink in a specified parent
resource.
|
static LogExclusion |
LogExclusion.getDefaultInstance() |
LogExclusion |
LogExclusion.getDefaultInstanceForType() |
LogExclusion |
LogExclusion.Builder.getDefaultInstanceForType() |
LogExclusion |
UpdateExclusionRequestOrBuilder.getExclusion()
Required.
|
LogExclusion |
CreateExclusionRequestOrBuilder.getExclusion()
Required.
|
LogExclusion |
CreateExclusionRequest.getExclusion()
Required.
|
LogExclusion |
CreateExclusionRequest.Builder.getExclusion()
Required.
|
LogExclusion |
UpdateExclusionRequest.getExclusion()
Required.
|
LogExclusion |
UpdateExclusionRequest.Builder.getExclusion()
Required.
|
LogExclusion |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.getExclusion(GetExclusionRequest request)
Gets the description of an exclusion in the _Default sink.
|
LogExclusion |
LogSinkOrBuilder.getExclusions(int index)
Optional.
|
LogExclusion |
ListExclusionsResponse.getExclusions(int index)
A list of exclusions.
|
LogExclusion |
ListExclusionsResponse.Builder.getExclusions(int index)
A list of exclusions.
|
LogExclusion |
LogSink.getExclusions(int index)
Optional.
|
LogExclusion |
LogSink.Builder.getExclusions(int index)
Optional.
|
LogExclusion |
ListExclusionsResponseOrBuilder.getExclusions(int index)
A list of exclusions.
|
static LogExclusion |
LogExclusion.parseDelimitedFrom(InputStream input) |
static LogExclusion |
LogExclusion.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LogExclusion |
LogExclusion.parseFrom(byte[] data) |
static LogExclusion |
LogExclusion.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LogExclusion |
LogExclusion.parseFrom(ByteBuffer data) |
static LogExclusion |
LogExclusion.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LogExclusion |
LogExclusion.parseFrom(com.google.protobuf.ByteString data) |
static LogExclusion |
LogExclusion.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LogExclusion |
LogExclusion.parseFrom(com.google.protobuf.CodedInputStream input) |
static LogExclusion |
LogExclusion.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LogExclusion |
LogExclusion.parseFrom(InputStream input) |
static LogExclusion |
LogExclusion.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LogExclusion |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.updateExclusion(UpdateExclusionRequest request)
Changes one or more properties of an existing exclusion in the _Default
sink.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static MethodDescriptor<CreateExclusionRequest,LogExclusion> |
ConfigServiceV2Grpc.getCreateExclusionMethod() |
com.google.common.util.concurrent.ListenableFuture<LogExclusion> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.getExclusion(GetExclusionRequest request)
Gets the description of an exclusion in the _Default sink.
|
List<LogExclusion> |
LogSinkOrBuilder.getExclusionsList()
Optional.
|
List<LogExclusion> |
ListExclusionsResponse.getExclusionsList()
A list of exclusions.
|
List<LogExclusion> |
ListExclusionsResponse.Builder.getExclusionsList()
A list of exclusions.
|
List<LogExclusion> |
LogSink.getExclusionsList()
Optional.
|
List<LogExclusion> |
LogSink.Builder.getExclusionsList()
Optional.
|
List<LogExclusion> |
ListExclusionsResponseOrBuilder.getExclusionsList()
A list of exclusions.
|
static MethodDescriptor<GetExclusionRequest,LogExclusion> |
ConfigServiceV2Grpc.getGetExclusionMethod() |
com.google.protobuf.Parser<LogExclusion> |
LogExclusion.getParserForType() |
static MethodDescriptor<UpdateExclusionRequest,LogExclusion> |
ConfigServiceV2Grpc.getUpdateExclusionMethod() |
static com.google.protobuf.Parser<LogExclusion> |
LogExclusion.parser() |
com.google.common.util.concurrent.ListenableFuture<LogExclusion> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.updateExclusion(UpdateExclusionRequest request)
Changes one or more properties of an existing exclusion in the _Default
sink.
|
Modifier and Type | Method and Description |
---|---|
ListExclusionsResponse.Builder |
ListExclusionsResponse.Builder.addExclusions(int index,
LogExclusion value)
A list of exclusions.
|
LogSink.Builder |
LogSink.Builder.addExclusions(int index,
LogExclusion value)
Optional.
|
ListExclusionsResponse.Builder |
ListExclusionsResponse.Builder.addExclusions(LogExclusion value)
A list of exclusions.
|
LogSink.Builder |
LogSink.Builder.addExclusions(LogExclusion value)
Optional.
|
CreateExclusionRequest.Builder |
CreateExclusionRequest.Builder.mergeExclusion(LogExclusion value)
Required.
|
UpdateExclusionRequest.Builder |
UpdateExclusionRequest.Builder.mergeExclusion(LogExclusion value)
Required.
|
LogExclusion.Builder |
LogExclusion.Builder.mergeFrom(LogExclusion other) |
static LogExclusion.Builder |
LogExclusion.newBuilder(LogExclusion prototype) |
CreateExclusionRequest.Builder |
CreateExclusionRequest.Builder.setExclusion(LogExclusion value)
Required.
|
UpdateExclusionRequest.Builder |
UpdateExclusionRequest.Builder.setExclusion(LogExclusion value)
Required.
|
ListExclusionsResponse.Builder |
ListExclusionsResponse.Builder.setExclusions(int index,
LogExclusion value)
A list of exclusions.
|
LogSink.Builder |
LogSink.Builder.setExclusions(int index,
LogExclusion value)
Optional.
|
Modifier and Type | Method and Description |
---|---|
ListExclusionsResponse.Builder |
ListExclusionsResponse.Builder.addAllExclusions(Iterable<? extends LogExclusion> values)
A list of exclusions.
|
LogSink.Builder |
LogSink.Builder.addAllExclusions(Iterable<? extends LogExclusion> values)
Optional.
|
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.
|
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.
|
default void |
ConfigServiceV2Grpc.AsyncService.updateExclusion(UpdateExclusionRequest request,
StreamObserver<LogExclusion> responseObserver)
Changes one or more properties of an existing exclusion in the _Default
sink.
|
void |
ConfigServiceV2Grpc.ConfigServiceV2Stub.updateExclusion(UpdateExclusionRequest request,
StreamObserver<LogExclusion> responseObserver)
Changes one or more properties of an existing exclusion in the _Default
sink.
|
Copyright © 2023 Google LLC. All rights reserved.