getSettings method
Gets the Log Router settings for the given resource.
Note: Settings for the Log Router can be get for Google Cloud projects, folders, organizations and billing accounts. Currently it can only be configured for organizations. Once configured for an organization, it applies to all projects and folders in the Google Cloud organization.
See Enabling CMEK for Log Router for more information.
Implementation
$grpc.ResponseFuture<$0.Settings> getSettings(
$0.GetSettingsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getSettings, request, options: options);
}