Enum Visibility (2.38.0)

public enum Visibility extends Enum<Visibility> implements ProtocolMessageEnum

Deprecated. All resources are only visible to the owner.

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

Protobuf enum google.cloud.talent.v4.Visibility

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACCOUNT_ONLY

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

ACCOUNT_ONLY = 1;

ACCOUNT_ONLY_VALUE

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

ACCOUNT_ONLY = 1;

SHARED_WITH_GOOGLE

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

SHARED_WITH_GOOGLE = 2;

SHARED_WITH_GOOGLE_VALUE

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

SHARED_WITH_GOOGLE = 2;

SHARED_WITH_PUBLIC

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

SHARED_WITH_PUBLIC = 3;

SHARED_WITH_PUBLIC_VALUE

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

SHARED_WITH_PUBLIC = 3;

UNRECOGNIZED
VISIBILITY_UNSPECIFIED

Default value.

VISIBILITY_UNSPECIFIED = 0;

VISIBILITY_UNSPECIFIED_VALUE

Default value.

VISIBILITY_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()