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 LogExclusionConfigClient. createExclusion(BillingAccountName parent, LogExclusion exclusion)Creates a new exclusion in the _Default sink in a specified parent resource.LogExclusionConfigClient. createExclusion(CreateExclusionRequest request)Creates a new exclusion in the _Default sink in a specified parent resource.LogExclusionConfigClient. createExclusion(FolderName parent, LogExclusion exclusion)Creates a new exclusion in the _Default sink in a specified parent resource.LogExclusionConfigClient. createExclusion(OrganizationName parent, LogExclusion exclusion)Creates a new exclusion in the _Default sink in a specified parent resource.LogExclusionConfigClient. createExclusion(ProjectName parent, LogExclusion exclusion)Creates a new exclusion in the _Default sink in a specified parent resource.LogExclusionConfigClient. createExclusion(String parent, LogExclusion exclusion)Creates a new exclusion in the _Default sink in a specified parent resource.LogExclusionConfigClient. getExclusion(GetExclusionRequest request)Gets the description of an exclusion in the _Default sink.LogExclusionConfigClient. getExclusion(LogExclusionName name)Gets the description of an exclusion in the _Default sink.LogExclusionConfigClient. getExclusion(String name)Gets the description of an exclusion in the _Default sink.LogExclusionConfigClient. updateExclusion(LogExclusionName name, LogExclusion exclusion, com.google.protobuf.FieldMask updateMask)Changes one or more properties of an existing exclusion in the _Default sink.LogExclusionConfigClient. updateExclusion(UpdateExclusionRequest request)Changes one or more properties of an existing exclusion in the _Default sink.LogExclusionConfigClient. 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 LogExclusionConfigClient. createExclusion(BillingAccountName parent, LogExclusion exclusion)Creates a new exclusion in the _Default sink in a specified parent resource.LogExclusionConfigClient. createExclusion(FolderName parent, LogExclusion exclusion)Creates a new exclusion in the _Default sink in a specified parent resource.LogExclusionConfigClient. createExclusion(OrganizationName parent, LogExclusion exclusion)Creates a new exclusion in the _Default sink in a specified parent resource.LogExclusionConfigClient. createExclusion(ProjectName parent, LogExclusion exclusion)Creates a new exclusion in the _Default sink in a specified parent resource.LogExclusionConfigClient. createExclusion(String parent, LogExclusion exclusion)Creates a new exclusion in the _Default sink in a specified parent resource.LogExclusionConfigClient. updateExclusion(LogExclusionName name, LogExclusion exclusion, com.google.protobuf.FieldMask updateMask)Changes one or more properties of an existing exclusion in the _Default sink.LogExclusionConfigClient. 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.ListExclusionsPageConfigClient.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 LogExclusionLogExclusion.Builder. build()LogExclusionLogExclusion.Builder. buildPartial()LogExclusionConfigServiceV2Grpc.ConfigServiceV2BlockingStub. createExclusion(CreateExclusionRequest request)Creates a new exclusion in the _Default sink in a specified parent resource.static LogExclusionLogExclusion. getDefaultInstance()LogExclusionLogExclusion.Builder. getDefaultInstanceForType()LogExclusionLogExclusion. getDefaultInstanceForType()LogExclusionConfigServiceV2Grpc.ConfigServiceV2BlockingStub. getExclusion(GetExclusionRequest request)Gets the description of an exclusion in the _Default sink.LogExclusionCreateExclusionRequest.Builder. getExclusion()Required.LogExclusionCreateExclusionRequest. getExclusion()Required.LogExclusionCreateExclusionRequestOrBuilder. getExclusion()Required.LogExclusionUpdateExclusionRequest.Builder. getExclusion()Required.LogExclusionUpdateExclusionRequest. getExclusion()Required.LogExclusionUpdateExclusionRequestOrBuilder. getExclusion()Required.LogExclusionListExclusionsResponse.Builder. getExclusions(int index)A list of exclusions.LogExclusionListExclusionsResponse. getExclusions(int index)A list of exclusions.LogExclusionListExclusionsResponseOrBuilder. getExclusions(int index)A list of exclusions.LogExclusionLogSink.Builder. getExclusions(int index)Optional.LogExclusionLogSink. getExclusions(int index)Optional.LogExclusionLogSinkOrBuilder. getExclusions(int index)Optional.static LogExclusionLogExclusion. parseDelimitedFrom(InputStream input)static LogExclusionLogExclusion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogExclusionLogExclusion. parseFrom(byte[] data)static LogExclusionLogExclusion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogExclusionLogExclusion. parseFrom(com.google.protobuf.ByteString data)static LogExclusionLogExclusion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogExclusionLogExclusion. parseFrom(com.google.protobuf.CodedInputStream input)static LogExclusionLogExclusion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogExclusionLogExclusion. parseFrom(InputStream input)static LogExclusionLogExclusion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogExclusionLogExclusion. parseFrom(ByteBuffer data)static LogExclusionLogExclusion. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)LogExclusionConfigServiceV2Grpc.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.BuilderListExclusionsResponse.Builder. addExclusions(int index, LogExclusion value)A list of exclusions.ListExclusionsResponse.BuilderListExclusionsResponse.Builder. addExclusions(LogExclusion value)A list of exclusions.LogSink.BuilderLogSink.Builder. addExclusions(int index, LogExclusion value)Optional.LogSink.BuilderLogSink.Builder. addExclusions(LogExclusion value)Optional.CreateExclusionRequest.BuilderCreateExclusionRequest.Builder. mergeExclusion(LogExclusion value)Required.UpdateExclusionRequest.BuilderUpdateExclusionRequest.Builder. mergeExclusion(LogExclusion value)Required.LogExclusion.BuilderLogExclusion.Builder. mergeFrom(LogExclusion other)static LogExclusion.BuilderLogExclusion. newBuilder(LogExclusion prototype)CreateExclusionRequest.BuilderCreateExclusionRequest.Builder. setExclusion(LogExclusion value)Required.UpdateExclusionRequest.BuilderUpdateExclusionRequest.Builder. setExclusion(LogExclusion value)Required.ListExclusionsResponse.BuilderListExclusionsResponse.Builder. setExclusions(int index, LogExclusion value)A list of exclusions.LogSink.BuilderLogSink.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.BuilderListExclusionsResponse.Builder. addAllExclusions(Iterable<? extends LogExclusion> values)A list of exclusions.LogSink.BuilderLogSink.Builder. addAllExclusions(Iterable<? extends LogExclusion> values)Optional.default voidConfigServiceV2Grpc.AsyncService. createExclusion(CreateExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)Creates a new exclusion in the _Default sink in a specified parent resource.voidConfigServiceV2Grpc.ConfigServiceV2Stub. createExclusion(CreateExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)Creates a new exclusion in the _Default sink in a specified parent resource.default voidConfigServiceV2Grpc.AsyncService. getExclusion(GetExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)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.default voidConfigServiceV2Grpc.AsyncService. updateExclusion(UpdateExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)Changes one or more properties of an existing exclusion in the _Default sink.voidConfigServiceV2Grpc.ConfigServiceV2Stub. updateExclusion(UpdateExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)Changes one or more properties of an existing exclusion in the _Default sink.
-