Module: Google::Cloud::Talent::V4beta1::Visibility
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb
Overview
Deprecated. All resources are only visible to the owner.
An enum that represents who has view access to the resource.
Constant Summary collapse
- VISIBILITY_UNSPECIFIED =
Default value.
0
- ACCOUNT_ONLY =
The resource is only visible to the GCP account who owns it.
1
- SHARED_WITH_GOOGLE =
The resource is visible to the owner and may be visible to other applications and processes at Google.
2
- SHARED_WITH_PUBLIC =
The resource is visible to the owner and may be visible to all other API clients.
3