Uses of Class
com.google.cloud.securitycenter.settings.v1beta1.BatchCalculateEffectiveSettingsRequest
-
Packages that use BatchCalculateEffectiveSettingsRequest Package Description com.google.cloud.securitycenter.settings.v1beta1 A client to Cloud Security Command Center APIcom.google.cloud.securitycenter.settings.v1beta1.stub -
-
Uses of BatchCalculateEffectiveSettingsRequest in com.google.cloud.securitycenter.settings.v1beta1
Methods in com.google.cloud.securitycenter.settings.v1beta1 that return BatchCalculateEffectiveSettingsRequest Modifier and Type Method Description BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest.Builder. build()BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest.Builder. buildPartial()static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. getDefaultInstance()BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest.Builder. getDefaultInstanceForType()BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. getDefaultInstanceForType()static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. parseDelimitedFrom(InputStream input)static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. parseFrom(byte[] data)static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. parseFrom(com.google.protobuf.ByteString data)static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. parseFrom(InputStream input)static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. parseFrom(ByteBuffer data)static BatchCalculateEffectiveSettingsRequestBatchCalculateEffectiveSettingsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.securitycenter.settings.v1beta1 that return types with arguments of type BatchCalculateEffectiveSettingsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse>SecurityCenterSettingsServiceClient. batchCalculateEffectiveSettingsCallable()Gets a list of effective settings.com.google.api.gax.rpc.UnaryCallSettings<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse>SecurityCenterSettingsServiceSettings. batchCalculateEffectiveSettingsSettings()Returns the object with the settings used for calls to batchCalculateEffectiveSettings.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse>SecurityCenterSettingsServiceSettings.Builder. batchCalculateEffectiveSettingsSettings()Returns the builder for the settings used for calls to batchCalculateEffectiveSettings.static io.grpc.MethodDescriptor<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse>SecurityCenterSettingsServiceGrpc. getBatchCalculateEffectiveSettingsMethod()com.google.protobuf.Parser<BatchCalculateEffectiveSettingsRequest>BatchCalculateEffectiveSettingsRequest. getParserForType()static com.google.protobuf.Parser<BatchCalculateEffectiveSettingsRequest>BatchCalculateEffectiveSettingsRequest. parser()Methods in com.google.cloud.securitycenter.settings.v1beta1 with parameters of type BatchCalculateEffectiveSettingsRequest Modifier and Type Method Description BatchCalculateEffectiveSettingsResponseSecurityCenterSettingsServiceClient. batchCalculateEffectiveSettings(BatchCalculateEffectiveSettingsRequest request)Gets a list of effective settings.default voidSecurityCenterSettingsServiceGrpc.AsyncService. batchCalculateEffectiveSettings(BatchCalculateEffectiveSettingsRequest request, io.grpc.stub.StreamObserver<BatchCalculateEffectiveSettingsResponse> responseObserver)Gets a list of effective settings.BatchCalculateEffectiveSettingsResponseSecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceBlockingStub. batchCalculateEffectiveSettings(BatchCalculateEffectiveSettingsRequest request)Gets a list of effective settings.com.google.common.util.concurrent.ListenableFuture<BatchCalculateEffectiveSettingsResponse>SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceFutureStub. batchCalculateEffectiveSettings(BatchCalculateEffectiveSettingsRequest request)Gets a list of effective settings.voidSecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceStub. batchCalculateEffectiveSettings(BatchCalculateEffectiveSettingsRequest request, io.grpc.stub.StreamObserver<BatchCalculateEffectiveSettingsResponse> responseObserver)Gets a list of effective settings.BatchCalculateEffectiveSettingsRequest.BuilderBatchCalculateEffectiveSettingsRequest.Builder. mergeFrom(BatchCalculateEffectiveSettingsRequest other)static BatchCalculateEffectiveSettingsRequest.BuilderBatchCalculateEffectiveSettingsRequest. newBuilder(BatchCalculateEffectiveSettingsRequest prototype) -
Uses of BatchCalculateEffectiveSettingsRequest in com.google.cloud.securitycenter.settings.v1beta1.stub
Methods in com.google.cloud.securitycenter.settings.v1beta1.stub that return types with arguments of type BatchCalculateEffectiveSettingsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse>GrpcSecurityCenterSettingsServiceStub. batchCalculateEffectiveSettingsCallable()com.google.api.gax.rpc.UnaryCallable<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse>SecurityCenterSettingsServiceStub. batchCalculateEffectiveSettingsCallable()com.google.api.gax.rpc.UnaryCallSettings<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse>SecurityCenterSettingsServiceStubSettings. batchCalculateEffectiveSettingsSettings()Returns the object with the settings used for calls to batchCalculateEffectiveSettings.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse>SecurityCenterSettingsServiceStubSettings.Builder. batchCalculateEffectiveSettingsSettings()Returns the builder for the settings used for calls to batchCalculateEffectiveSettings.
-