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