Uses of Class
com.google.cloud.securitycenter.v1.DeleteMuteConfigRequest
-
Packages that use DeleteMuteConfigRequest Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of DeleteMuteConfigRequest in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return DeleteMuteConfigRequest Modifier and Type Method Description DeleteMuteConfigRequest
DeleteMuteConfigRequest.Builder. build()
DeleteMuteConfigRequest
DeleteMuteConfigRequest.Builder. buildPartial()
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. getDefaultInstance()
DeleteMuteConfigRequest
DeleteMuteConfigRequest.Builder. getDefaultInstanceForType()
DeleteMuteConfigRequest
DeleteMuteConfigRequest. getDefaultInstanceForType()
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. parseDelimitedFrom(InputStream input)
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. parseFrom(byte[] data)
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. parseFrom(InputStream input)
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. parseFrom(ByteBuffer data)
static DeleteMuteConfigRequest
DeleteMuteConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type DeleteMuteConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteMuteConfigRequest,com.google.protobuf.Empty>
SecurityCenterClient. deleteMuteConfigCallable()
Deletes an existing mute config.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMuteConfigRequest,com.google.protobuf.Empty>
SecurityCenterSettings.Builder. deleteMuteConfigSettings()
Returns the builder for the settings used for calls to deleteMuteConfig.com.google.api.gax.rpc.UnaryCallSettings<DeleteMuteConfigRequest,com.google.protobuf.Empty>
SecurityCenterSettings. deleteMuteConfigSettings()
Returns the object with the settings used for calls to deleteMuteConfig.static io.grpc.MethodDescriptor<DeleteMuteConfigRequest,com.google.protobuf.Empty>
SecurityCenterGrpc. getDeleteMuteConfigMethod()
com.google.protobuf.Parser<DeleteMuteConfigRequest>
DeleteMuteConfigRequest. getParserForType()
static com.google.protobuf.Parser<DeleteMuteConfigRequest>
DeleteMuteConfigRequest. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type DeleteMuteConfigRequest Modifier and Type Method Description void
SecurityCenterClient. deleteMuteConfig(DeleteMuteConfigRequest request)
Deletes an existing mute config.default void
SecurityCenterGrpc.AsyncService. deleteMuteConfig(DeleteMuteConfigRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes an existing mute config.com.google.protobuf.Empty
SecurityCenterGrpc.SecurityCenterBlockingStub. deleteMuteConfig(DeleteMuteConfigRequest request)
Deletes an existing mute config.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
SecurityCenterGrpc.SecurityCenterFutureStub. deleteMuteConfig(DeleteMuteConfigRequest request)
Deletes an existing mute config.void
SecurityCenterGrpc.SecurityCenterStub. deleteMuteConfig(DeleteMuteConfigRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes an existing mute config.DeleteMuteConfigRequest.Builder
DeleteMuteConfigRequest.Builder. mergeFrom(DeleteMuteConfigRequest other)
static DeleteMuteConfigRequest.Builder
DeleteMuteConfigRequest. newBuilder(DeleteMuteConfigRequest prototype)
-
Uses of DeleteMuteConfigRequest in com.google.cloud.securitycenter.v1.stub
Methods in com.google.cloud.securitycenter.v1.stub that return types with arguments of type DeleteMuteConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteMuteConfigRequest,com.google.protobuf.Empty>
GrpcSecurityCenterStub. deleteMuteConfigCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteMuteConfigRequest,com.google.protobuf.Empty>
HttpJsonSecurityCenterStub. deleteMuteConfigCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteMuteConfigRequest,com.google.protobuf.Empty>
SecurityCenterStub. deleteMuteConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMuteConfigRequest,com.google.protobuf.Empty>
SecurityCenterStubSettings.Builder. deleteMuteConfigSettings()
Returns the builder for the settings used for calls to deleteMuteConfig.com.google.api.gax.rpc.UnaryCallSettings<DeleteMuteConfigRequest,com.google.protobuf.Empty>
SecurityCenterStubSettings. deleteMuteConfigSettings()
Returns the object with the settings used for calls to deleteMuteConfig.
-