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