Google Cloud Talent Solution V4 Client - Class Visibility (1.0.5)

Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class Visibility.

Deprecated. All resources are only visible to the owner.

An enum that represents who has view access to the resource.

Protobuf type google.cloud.talent.v4.Visibility

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

VISIBILITY_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum VISIBILITY_UNSPECIFIED = 0;

ACCOUNT_ONLY

Value: 1

The resource is only visible to the GCP account who owns it.

Generated from protobuf enum ACCOUNT_ONLY = 1;

SHARED_WITH_GOOGLE

Value: 2

The resource is visible to the owner and may be visible to other applications and processes at Google.

Generated from protobuf enum SHARED_WITH_GOOGLE = 2;

SHARED_WITH_PUBLIC

Value: 3

The resource is visible to the owner and may be visible to all other API clients.

Generated from protobuf enum SHARED_WITH_PUBLIC = 3;