Enum ResourceScope.Known
-
- All Implemented Interfaces:
public enum ResourceScope.KnownEnum representing the known values for ResourceScope.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description COLLECTIONWhen setting base_url, this value configures resource scope to be the collection. The resource name will not include api version, project, or location. For example, if base_url is set to "https://aiplatform.googleapis.com", then the resource name for a Model would be "https://aiplatform.googleapis.com/publishers/google/models/gemini-3-pro-preview
RESOURCE_SCOPE_UNSPECIFIED
-
Method Summary
Modifier and Type Method Description static Array<ResourceScope.Known>values()Returns an array containing the constants of this enum type, in the order they're declared. static ResourceScope.KnownvalueOf(String name)Returns the enum constant of this type with the specified name. -
-
Method Detail
-
values
static Array<ResourceScope.Known> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static ResourceScope.Known valueOf(String name)
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.)
- Returns:
the enum constant with the specified name
-
-
-
-