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 BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest.Builder. build()
BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest.Builder. buildPartial()
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. getDefaultInstance()
BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest.Builder. getDefaultInstanceForType()
BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. getDefaultInstanceForType()
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. parseDelimitedFrom(InputStream input)
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. parseFrom(byte[] data)
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. parseFrom(InputStream input)
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. parseFrom(ByteBuffer data)
static BatchCalculateEffectiveSettingsRequest
BatchCalculateEffectiveSettingsRequest. 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 BatchCalculateEffectiveSettingsResponse
SecurityCenterSettingsServiceClient. batchCalculateEffectiveSettings(BatchCalculateEffectiveSettingsRequest request)
Gets a list of effective settings.default void
SecurityCenterSettingsServiceGrpc.AsyncService. batchCalculateEffectiveSettings(BatchCalculateEffectiveSettingsRequest request, io.grpc.stub.StreamObserver<BatchCalculateEffectiveSettingsResponse> responseObserver)
Gets a list of effective settings.BatchCalculateEffectiveSettingsResponse
SecurityCenterSettingsServiceGrpc.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.void
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceStub. batchCalculateEffectiveSettings(BatchCalculateEffectiveSettingsRequest request, io.grpc.stub.StreamObserver<BatchCalculateEffectiveSettingsResponse> responseObserver)
Gets a list of effective settings.BatchCalculateEffectiveSettingsRequest.Builder
BatchCalculateEffectiveSettingsRequest.Builder. mergeFrom(BatchCalculateEffectiveSettingsRequest other)
static BatchCalculateEffectiveSettingsRequest.Builder
BatchCalculateEffectiveSettingsRequest. 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.
-