Uses of Class
com.google.cloud.securitycenter.v1.SecurityMarks
-
Packages that use SecurityMarks Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of SecurityMarks in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return SecurityMarks Modifier and Type Method Description SecurityMarks
SecurityMarks.Builder. build()
SecurityMarks
SecurityMarks.Builder. buildPartial()
static SecurityMarks
SecurityMarks. getDefaultInstance()
SecurityMarks
SecurityMarks.Builder. getDefaultInstanceForType()
SecurityMarks
SecurityMarks. getDefaultInstanceForType()
SecurityMarks
Asset.Builder. getSecurityMarks()
User specified security marks.SecurityMarks
Asset. getSecurityMarks()
User specified security marks.SecurityMarks
AssetOrBuilder. getSecurityMarks()
User specified security marks.SecurityMarks
Finding.Builder. getSecurityMarks()
Output only.SecurityMarks
Finding. getSecurityMarks()
Output only.SecurityMarks
FindingOrBuilder. getSecurityMarks()
Output only.SecurityMarks
UpdateSecurityMarksRequest.Builder. getSecurityMarks()
Required.SecurityMarks
UpdateSecurityMarksRequest. getSecurityMarks()
Required.SecurityMarks
UpdateSecurityMarksRequestOrBuilder. getSecurityMarks()
Required.static SecurityMarks
SecurityMarks. parseDelimitedFrom(InputStream input)
static SecurityMarks
SecurityMarks. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecurityMarks
SecurityMarks. parseFrom(byte[] data)
static SecurityMarks
SecurityMarks. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecurityMarks
SecurityMarks. parseFrom(com.google.protobuf.ByteString data)
static SecurityMarks
SecurityMarks. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecurityMarks
SecurityMarks. parseFrom(com.google.protobuf.CodedInputStream input)
static SecurityMarks
SecurityMarks. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecurityMarks
SecurityMarks. parseFrom(InputStream input)
static SecurityMarks
SecurityMarks. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecurityMarks
SecurityMarks. parseFrom(ByteBuffer data)
static SecurityMarks
SecurityMarks. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SecurityMarks
SecurityCenterClient. updateSecurityMarks(SecurityMarks securityMarks)
Updates security marks.SecurityMarks
SecurityCenterClient. updateSecurityMarks(UpdateSecurityMarksRequest request)
Updates security marks.SecurityMarks
SecurityCenterGrpc.SecurityCenterBlockingStub. updateSecurityMarks(UpdateSecurityMarksRequest request)
Updates security marks.Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type SecurityMarks Modifier and Type Method Description com.google.protobuf.Parser<SecurityMarks>
SecurityMarks. getParserForType()
static io.grpc.MethodDescriptor<UpdateSecurityMarksRequest,SecurityMarks>
SecurityCenterGrpc. getUpdateSecurityMarksMethod()
static com.google.protobuf.Parser<SecurityMarks>
SecurityMarks. parser()
com.google.common.util.concurrent.ListenableFuture<SecurityMarks>
SecurityCenterGrpc.SecurityCenterFutureStub. updateSecurityMarks(UpdateSecurityMarksRequest request)
Updates security marks.com.google.api.gax.rpc.UnaryCallable<UpdateSecurityMarksRequest,SecurityMarks>
SecurityCenterClient. updateSecurityMarksCallable()
Updates security marks.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSecurityMarksRequest,SecurityMarks>
SecurityCenterSettings.Builder. updateSecurityMarksSettings()
Returns the builder for the settings used for calls to updateSecurityMarks.com.google.api.gax.rpc.UnaryCallSettings<UpdateSecurityMarksRequest,SecurityMarks>
SecurityCenterSettings. updateSecurityMarksSettings()
Returns the object with the settings used for calls to updateSecurityMarks.Methods in com.google.cloud.securitycenter.v1 with parameters of type SecurityMarks Modifier and Type Method Description SecurityMarks.Builder
SecurityMarks.Builder. mergeFrom(SecurityMarks other)
Asset.Builder
Asset.Builder. mergeSecurityMarks(SecurityMarks value)
User specified security marks.Finding.Builder
Finding.Builder. mergeSecurityMarks(SecurityMarks value)
Output only.UpdateSecurityMarksRequest.Builder
UpdateSecurityMarksRequest.Builder. mergeSecurityMarks(SecurityMarks value)
Required.static SecurityMarks.Builder
SecurityMarks. newBuilder(SecurityMarks prototype)
Asset.Builder
Asset.Builder. setSecurityMarks(SecurityMarks value)
User specified security marks.Finding.Builder
Finding.Builder. setSecurityMarks(SecurityMarks value)
Output only.UpdateSecurityMarksRequest.Builder
UpdateSecurityMarksRequest.Builder. setSecurityMarks(SecurityMarks value)
Required.SecurityMarks
SecurityCenterClient. updateSecurityMarks(SecurityMarks securityMarks)
Updates security marks.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type SecurityMarks Modifier and Type Method Description default void
SecurityCenterGrpc.AsyncService. updateSecurityMarks(UpdateSecurityMarksRequest request, io.grpc.stub.StreamObserver<SecurityMarks> responseObserver)
Updates security marks.void
SecurityCenterGrpc.SecurityCenterStub. updateSecurityMarks(UpdateSecurityMarksRequest request, io.grpc.stub.StreamObserver<SecurityMarks> responseObserver)
Updates security marks. -
Uses of SecurityMarks in com.google.cloud.securitycenter.v1.stub
Methods in com.google.cloud.securitycenter.v1.stub that return types with arguments of type SecurityMarks Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateSecurityMarksRequest,SecurityMarks>
GrpcSecurityCenterStub. updateSecurityMarksCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateSecurityMarksRequest,SecurityMarks>
HttpJsonSecurityCenterStub. updateSecurityMarksCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateSecurityMarksRequest,SecurityMarks>
SecurityCenterStub. updateSecurityMarksCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSecurityMarksRequest,SecurityMarks>
SecurityCenterStubSettings.Builder. updateSecurityMarksSettings()
Returns the builder for the settings used for calls to updateSecurityMarks.com.google.api.gax.rpc.UnaryCallSettings<UpdateSecurityMarksRequest,SecurityMarks>
SecurityCenterStubSettings. updateSecurityMarksSettings()
Returns the object with the settings used for calls to updateSecurityMarks.
-