Package com.google.cloud.talent.v4beta1
Enum Visibility
- java.lang.Object
-
- java.lang.Enum<Visibility>
-
- com.google.cloud.talent.v4beta1.Visibility
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Visibility>
@Deprecated public enum Visibility extends Enum<Visibility> implements com.google.protobuf.ProtocolMessageEnum
Deprecated.Deprecated. All resources are only visible to the owner. An enum that represents who has view access to the resource.
Protobuf enumgoogle.cloud.talent.v4beta1.Visibility
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACCOUNT_ONLY
Deprecated.The resource is only visible to the GCP account who owns it.SHARED_WITH_GOOGLE
Deprecated.The resource is visible to the owner and may be visible to other applications and processes at Google.SHARED_WITH_PUBLIC
Deprecated.The resource is visible to the owner and may be visible to all other API clients.UNRECOGNIZED
Deprecated.VISIBILITY_UNSPECIFIED
Deprecated.Default value.
-
Field Summary
Fields Modifier and Type Field Description static int
ACCOUNT_ONLY_VALUE
Deprecated.The resource is only visible to the GCP account who owns it.static int
SHARED_WITH_GOOGLE_VALUE
Deprecated.The resource is visible to the owner and may be visible to other applications and processes at Google.static int
SHARED_WITH_PUBLIC_VALUE
Deprecated.The resource is visible to the owner and may be visible to all other API clients.static int
VISIBILITY_UNSPECIFIED_VALUE
Deprecated.Default value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Visibility
forNumber(int value)
Deprecated.static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
Deprecated.com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
Deprecated.int
getNumber()
Deprecated.com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
Deprecated.static com.google.protobuf.Internal.EnumLiteMap<Visibility>
internalGetValueMap()
Deprecated.static Visibility
valueOf(int value)
Deprecated.static Visibility
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.Returns the enum constant of this type with the specified name.static Visibility
valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static Visibility[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
VISIBILITY_UNSPECIFIED
public static final Visibility VISIBILITY_UNSPECIFIED
Deprecated.Default value.
VISIBILITY_UNSPECIFIED = 0;
-
ACCOUNT_ONLY
public static final Visibility ACCOUNT_ONLY
Deprecated.The resource is only visible to the GCP account who owns it.
ACCOUNT_ONLY = 1;
-
SHARED_WITH_GOOGLE
public static final Visibility SHARED_WITH_GOOGLE
Deprecated.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
public static final Visibility SHARED_WITH_PUBLIC
Deprecated.The resource is visible to the owner and may be visible to all other API clients.
SHARED_WITH_PUBLIC = 3;
-
UNRECOGNIZED
public static final Visibility UNRECOGNIZED
Deprecated.
-
-
Field Detail
-
VISIBILITY_UNSPECIFIED_VALUE
public static final int VISIBILITY_UNSPECIFIED_VALUE
Deprecated.Default value.
VISIBILITY_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
ACCOUNT_ONLY_VALUE
public static final int ACCOUNT_ONLY_VALUE
Deprecated.The resource is only visible to the GCP account who owns it.
ACCOUNT_ONLY = 1;
- See Also:
- Constant Field Values
-
SHARED_WITH_GOOGLE_VALUE
public static final int SHARED_WITH_GOOGLE_VALUE
Deprecated.The resource is visible to the owner and may be visible to other applications and processes at Google.
SHARED_WITH_GOOGLE = 2;
- See Also:
- Constant Field Values
-
SHARED_WITH_PUBLIC_VALUE
public static final int SHARED_WITH_PUBLIC_VALUE
Deprecated.The resource is visible to the owner and may be visible to all other API clients.
SHARED_WITH_PUBLIC = 3;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Visibility[] values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Visibility c : Visibility.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Visibility valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
Deprecated.- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Visibility valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static Visibility forNumber(int value)
Deprecated.- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Visibility> internalGetValueMap()
Deprecated.
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
Deprecated.- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
Deprecated.- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
Deprecated.
-
valueOf
public static Visibility valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-