Uses of Class
com.google.monitoring.v3.Service.IdentifierCase
-
Packages that use Service.IdentifierCase Package Description com.google.monitoring.v3 -
-
Uses of Service.IdentifierCase in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return Service.IdentifierCase Modifier and Type Method Description static Service.IdentifierCase
Service.IdentifierCase. forNumber(int value)
Service.IdentifierCase
Service.Builder. getIdentifierCase()
Service.IdentifierCase
Service. getIdentifierCase()
Service.IdentifierCase
ServiceOrBuilder. getIdentifierCase()
static Service.IdentifierCase
Service.IdentifierCase. valueOf(int value)
Deprecated.static Service.IdentifierCase
Service.IdentifierCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Service.IdentifierCase[]
Service.IdentifierCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-