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 LogExclusion
ConfigClient. 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 CreateExclusionRequest
CreateExclusionRequest.Builder. build()
CreateExclusionRequest
CreateExclusionRequest.Builder. buildPartial()
static CreateExclusionRequest
CreateExclusionRequest. getDefaultInstance()
CreateExclusionRequest
CreateExclusionRequest.Builder. getDefaultInstanceForType()
CreateExclusionRequest
CreateExclusionRequest. 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(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)
static CreateExclusionRequest
CreateExclusionRequest. parseFrom(ByteBuffer data)
static CreateExclusionRequest
CreateExclusionRequest. 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 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.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.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.CreateExclusionRequest.Builder
CreateExclusionRequest.Builder. mergeFrom(CreateExclusionRequest other)
static CreateExclusionRequest.Builder
CreateExclusionRequest. newBuilder(CreateExclusionRequest prototype)
-