public enum Visibility extends Enum<Visibility> implements ProtocolMessageEnumDeprecated. All resources are only visible to the owner. An enum that represents who has view access to the resource.
Protobuf enum google.cloud.talent.v4beta1.Visibility
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ACCOUNT_ONLY | The resource is only visible to the GCP account who owns it. |
| ACCOUNT_ONLY_VALUE | The resource is only visible to the GCP account who owns it. |
| SHARED_WITH_GOOGLE | The resource is visible to the owner and may be visible to other applications and processes at Google. |
| SHARED_WITH_GOOGLE_VALUE | The resource is visible to the owner and may be visible to other applications and processes at Google. |
| SHARED_WITH_PUBLIC | The resource is visible to the owner and may be visible to all other API clients. |
| SHARED_WITH_PUBLIC_VALUE | The resource is visible to the owner and may be visible to all other API clients. |
| UNRECOGNIZED | |
| VISIBILITY_UNSPECIFIED | Default value. |
| VISIBILITY_UNSPECIFIED_VALUE | Default value. |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |