Uses of Class
com.google.logging.v2.LogExclusion
-
Packages that use LogExclusion 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 LogExclusion in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 that return types with arguments of type LogExclusion Modifier and Type Method Description com.google.api.core.ApiFuture<LogExclusion>
GrpcLoggingRpc. create(CreateExclusionRequest request)
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. get(GetExclusionRequest 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. update(UpdateExclusionRequest request)
com.google.api.core.ApiFuture<LogExclusion>
LoggingRpc. update(UpdateExclusionRequest request)
Sends a request to change one or more properties of an existing exclusion. -
Uses of LogExclusion in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return LogExclusion Modifier and Type Method 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(UpdateExclusionRequest request)
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.Methods in com.google.cloud.logging.v2 that return types with arguments of type LogExclusion Modifier and Type Method 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.Builder<CreateExclusionRequest,LogExclusion>
ConfigSettings.Builder. createExclusionSettings()
Returns the builder for the settings used for calls to createExclusion.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.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.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.Builder<UpdateExclusionRequest,LogExclusion>
ConfigSettings.Builder. updateExclusionSettings()
Returns the builder for the settings used for calls to updateExclusion.com.google.api.gax.rpc.UnaryCallSettings<UpdateExclusionRequest,LogExclusion>
ConfigSettings. updateExclusionSettings()
Returns the object with the settings used for calls to updateExclusion.Methods in com.google.cloud.logging.v2 with parameters of type LogExclusion Modifier and Type Method 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.Method parameters in com.google.cloud.logging.v2 with type arguments of type LogExclusion Modifier and Type Method 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)
-
Uses of LogExclusion in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type LogExclusion Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateExclusionRequest,LogExclusion>
ConfigServiceV2Stub. createExclusionCallable()
com.google.api.gax.rpc.UnaryCallable<CreateExclusionRequest,LogExclusion>
GrpcConfigServiceV2Stub. createExclusionCallable()
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.UnaryCallSettings<CreateExclusionRequest,LogExclusion>
ConfigServiceV2StubSettings. createExclusionSettings()
Returns the object with the settings used for calls to createExclusion.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.com.google.api.gax.rpc.UnaryCallable<UpdateExclusionRequest,LogExclusion>
ConfigServiceV2Stub. updateExclusionCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateExclusionRequest,LogExclusion>
GrpcConfigServiceV2Stub. updateExclusionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExclusionRequest,LogExclusion>
ConfigServiceV2StubSettings.Builder. updateExclusionSettings()
Returns the builder for the settings used for calls to updateExclusion.com.google.api.gax.rpc.UnaryCallSettings<UpdateExclusionRequest,LogExclusion>
ConfigServiceV2StubSettings. updateExclusionSettings()
Returns the object with the settings used for calls to updateExclusion. -
Uses of LogExclusion in com.google.logging.v2
Methods in com.google.logging.v2 that return LogExclusion Modifier and Type Method 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.Builder. getDefaultInstanceForType()
LogExclusion
LogExclusion. getDefaultInstanceForType()
LogExclusion
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub. getExclusion(GetExclusionRequest request)
Gets the description of an exclusion in the _Default sink.LogExclusion
CreateExclusionRequest.Builder. getExclusion()
Required.LogExclusion
CreateExclusionRequest. getExclusion()
Required.LogExclusion
CreateExclusionRequestOrBuilder. getExclusion()
Required.LogExclusion
UpdateExclusionRequest.Builder. getExclusion()
Required.LogExclusion
UpdateExclusionRequest. getExclusion()
Required.LogExclusion
UpdateExclusionRequestOrBuilder. getExclusion()
Required.LogExclusion
ListExclusionsResponse.Builder. getExclusions(int index)
A list of exclusions.LogExclusion
ListExclusionsResponse. getExclusions(int index)
A list of exclusions.LogExclusion
ListExclusionsResponseOrBuilder. getExclusions(int index)
A list of exclusions.LogExclusion
LogSink.Builder. getExclusions(int index)
Optional.LogExclusion
LogSink. getExclusions(int index)
Optional.LogExclusion
LogSinkOrBuilder. getExclusions(int index)
Optional.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(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)
static LogExclusion
LogExclusion. parseFrom(ByteBuffer data)
static LogExclusion
LogExclusion. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
LogExclusion
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub. updateExclusion(UpdateExclusionRequest request)
Changes one or more properties of an existing exclusion in the _Default sink.Methods in com.google.logging.v2 that return types with arguments of type LogExclusion Modifier and Type Method 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 io.grpc.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>
ListExclusionsResponse.Builder. getExclusionsList()
A list of exclusions.List<LogExclusion>
ListExclusionsResponse. getExclusionsList()
A list of exclusions.List<LogExclusion>
ListExclusionsResponseOrBuilder. getExclusionsList()
A list of exclusions.List<LogExclusion>
LogSink.Builder. getExclusionsList()
Optional.List<LogExclusion>
LogSink. getExclusionsList()
Optional.List<LogExclusion>
LogSinkOrBuilder. getExclusionsList()
Optional.static io.grpc.MethodDescriptor<GetExclusionRequest,LogExclusion>
ConfigServiceV2Grpc. getGetExclusionMethod()
com.google.protobuf.Parser<LogExclusion>
LogExclusion. getParserForType()
static io.grpc.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.Methods in com.google.logging.v2 with parameters of type LogExclusion Modifier and Type Method Description ListExclusionsResponse.Builder
ListExclusionsResponse.Builder. addExclusions(int index, LogExclusion value)
A list of exclusions.ListExclusionsResponse.Builder
ListExclusionsResponse.Builder. addExclusions(LogExclusion value)
A list of exclusions.LogSink.Builder
LogSink.Builder. addExclusions(int index, LogExclusion value)
Optional.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.Method parameters in com.google.logging.v2 with type arguments of type LogExclusion Modifier and Type Method 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, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)
Creates a new exclusion in the _Default sink in a specified parent resource.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. createExclusion(CreateExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)
Creates a new exclusion in the _Default sink in a specified parent resource.default void
ConfigServiceV2Grpc.AsyncService. getExclusion(GetExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)
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.default void
ConfigServiceV2Grpc.AsyncService. updateExclusion(UpdateExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)
Changes one or more properties of an existing exclusion in the _Default sink.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. updateExclusion(UpdateExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)
Changes one or more properties of an existing exclusion in the _Default sink.
-