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