Uses of Class
com.google.cloud.securitycenter.v1.BulkMuteFindingsResponse
-
Packages that use BulkMuteFindingsResponse Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of BulkMuteFindingsResponse in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return BulkMuteFindingsResponse Modifier and Type Method Description BulkMuteFindingsResponse
BulkMuteFindingsResponse.Builder. build()
BulkMuteFindingsResponse
BulkMuteFindingsResponse.Builder. buildPartial()
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. getDefaultInstance()
BulkMuteFindingsResponse
BulkMuteFindingsResponse.Builder. getDefaultInstanceForType()
BulkMuteFindingsResponse
BulkMuteFindingsResponse. getDefaultInstanceForType()
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. parseDelimitedFrom(InputStream input)
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. parseFrom(byte[] data)
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. parseFrom(com.google.protobuf.ByteString data)
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. parseFrom(InputStream input)
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. parseFrom(ByteBuffer data)
static BulkMuteFindingsResponse
BulkMuteFindingsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type BulkMuteFindingsResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BulkMuteFindingsResponse,com.google.protobuf.Empty>
SecurityCenterClient. bulkMuteFindingsAsync(com.google.api.resourcenames.ResourceName parent)
Kicks off an LRO to bulk mute findings for a parent based on a filter.com.google.api.gax.longrunning.OperationFuture<BulkMuteFindingsResponse,com.google.protobuf.Empty>
SecurityCenterClient. bulkMuteFindingsAsync(BulkMuteFindingsRequest request)
Kicks off an LRO to bulk mute findings for a parent based on a filter.com.google.api.gax.longrunning.OperationFuture<BulkMuteFindingsResponse,com.google.protobuf.Empty>
SecurityCenterClient. bulkMuteFindingsAsync(String parent)
Kicks off an LRO to bulk mute findings for a parent based on a filter.com.google.api.gax.rpc.OperationCallable<BulkMuteFindingsRequest,BulkMuteFindingsResponse,com.google.protobuf.Empty>
SecurityCenterClient. bulkMuteFindingsOperationCallable()
Kicks off an LRO to bulk mute findings for a parent based on a filter.com.google.api.gax.rpc.OperationCallSettings.Builder<BulkMuteFindingsRequest,BulkMuteFindingsResponse,com.google.protobuf.Empty>
SecurityCenterSettings.Builder. bulkMuteFindingsOperationSettings()
Returns the builder for the settings used for calls to bulkMuteFindings.com.google.api.gax.rpc.OperationCallSettings<BulkMuteFindingsRequest,BulkMuteFindingsResponse,com.google.protobuf.Empty>
SecurityCenterSettings. bulkMuteFindingsOperationSettings()
Returns the object with the settings used for calls to bulkMuteFindings.com.google.protobuf.Parser<BulkMuteFindingsResponse>
BulkMuteFindingsResponse. getParserForType()
static com.google.protobuf.Parser<BulkMuteFindingsResponse>
BulkMuteFindingsResponse. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type BulkMuteFindingsResponse Modifier and Type Method Description BulkMuteFindingsResponse.Builder
BulkMuteFindingsResponse.Builder. mergeFrom(BulkMuteFindingsResponse other)
static BulkMuteFindingsResponse.Builder
BulkMuteFindingsResponse. newBuilder(BulkMuteFindingsResponse prototype)
-
Uses of BulkMuteFindingsResponse in com.google.cloud.securitycenter.v1.stub
Methods in com.google.cloud.securitycenter.v1.stub that return types with arguments of type BulkMuteFindingsResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<BulkMuteFindingsRequest,BulkMuteFindingsResponse,com.google.protobuf.Empty>
GrpcSecurityCenterStub. bulkMuteFindingsOperationCallable()
com.google.api.gax.rpc.OperationCallable<BulkMuteFindingsRequest,BulkMuteFindingsResponse,com.google.protobuf.Empty>
HttpJsonSecurityCenterStub. bulkMuteFindingsOperationCallable()
com.google.api.gax.rpc.OperationCallable<BulkMuteFindingsRequest,BulkMuteFindingsResponse,com.google.protobuf.Empty>
SecurityCenterStub. bulkMuteFindingsOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<BulkMuteFindingsRequest,BulkMuteFindingsResponse,com.google.protobuf.Empty>
SecurityCenterStubSettings.Builder. bulkMuteFindingsOperationSettings()
Returns the builder for the settings used for calls to bulkMuteFindings.com.google.api.gax.rpc.OperationCallSettings<BulkMuteFindingsRequest,BulkMuteFindingsResponse,com.google.protobuf.Empty>
SecurityCenterStubSettings. bulkMuteFindingsOperationSettings()
Returns the object with the settings used for calls to bulkMuteFindings.
-