Uses of Class
com.google.logging.v2.CreateExclusionRequest
-
Packages that use CreateExclusionRequest 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 CreateExclusionRequest in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 with parameters of type CreateExclusionRequest 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. -
Uses of CreateExclusionRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type CreateExclusionRequest 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.Methods in com.google.cloud.logging.v2 with parameters of type CreateExclusionRequest Modifier and Type Method Description LogExclusionConfigClient. createExclusion(CreateExclusionRequest request)Creates a new exclusion in the _Default sink in a specified parent resource. -
Uses of CreateExclusionRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type CreateExclusionRequest 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. -
Uses of CreateExclusionRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return CreateExclusionRequest Modifier and Type Method Description CreateExclusionRequestCreateExclusionRequest.Builder. build()CreateExclusionRequestCreateExclusionRequest.Builder. buildPartial()static CreateExclusionRequestCreateExclusionRequest. getDefaultInstance()CreateExclusionRequestCreateExclusionRequest.Builder. getDefaultInstanceForType()CreateExclusionRequestCreateExclusionRequest. getDefaultInstanceForType()static CreateExclusionRequestCreateExclusionRequest. parseDelimitedFrom(InputStream input)static CreateExclusionRequestCreateExclusionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExclusionRequestCreateExclusionRequest. parseFrom(byte[] data)static CreateExclusionRequestCreateExclusionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExclusionRequestCreateExclusionRequest. parseFrom(com.google.protobuf.ByteString data)static CreateExclusionRequestCreateExclusionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExclusionRequestCreateExclusionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateExclusionRequestCreateExclusionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExclusionRequestCreateExclusionRequest. parseFrom(InputStream input)static CreateExclusionRequestCreateExclusionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExclusionRequestCreateExclusionRequest. parseFrom(ByteBuffer data)static CreateExclusionRequestCreateExclusionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type CreateExclusionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CreateExclusionRequest,LogExclusion>ConfigServiceV2Grpc. getCreateExclusionMethod()com.google.protobuf.Parser<CreateExclusionRequest>CreateExclusionRequest. getParserForType()static com.google.protobuf.Parser<CreateExclusionRequest>CreateExclusionRequest. parser()Methods in com.google.logging.v2 with parameters of type CreateExclusionRequest Modifier and Type Method Description 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.LogExclusionConfigServiceV2Grpc.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.voidConfigServiceV2Grpc.ConfigServiceV2Stub. createExclusion(CreateExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)Creates a new exclusion in the _Default sink in a specified parent resource.CreateExclusionRequest.BuilderCreateExclusionRequest.Builder. mergeFrom(CreateExclusionRequest other)static CreateExclusionRequest.BuilderCreateExclusionRequest. newBuilder(CreateExclusionRequest prototype)
-