Uses of Class
com.google.cloud.tasks.v2beta3.UriOverride.Scheme
-
Packages that use UriOverride.Scheme Package Description com.google.cloud.tasks.v2beta3 A client to Cloud Tasks API -
-
Uses of UriOverride.Scheme in com.google.cloud.tasks.v2beta3
Methods in com.google.cloud.tasks.v2beta3 that return UriOverride.Scheme Modifier and Type Method Description static UriOverride.Scheme
UriOverride.Scheme. forNumber(int value)
UriOverride.Scheme
UriOverride.Builder. getScheme()
Scheme override.UriOverride.Scheme
UriOverride. getScheme()
Scheme override.UriOverride.Scheme
UriOverrideOrBuilder. getScheme()
Scheme override.static UriOverride.Scheme
UriOverride.Scheme. valueOf(int value)
Deprecated.static UriOverride.Scheme
UriOverride.Scheme. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static UriOverride.Scheme
UriOverride.Scheme. valueOf(String name)
Returns the enum constant of this type with the specified name.static UriOverride.Scheme[]
UriOverride.Scheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.tasks.v2beta3 that return types with arguments of type UriOverride.Scheme Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<UriOverride.Scheme>
UriOverride.Scheme. internalGetValueMap()
Methods in com.google.cloud.tasks.v2beta3 with parameters of type UriOverride.Scheme Modifier and Type Method Description UriOverride.Builder
UriOverride.Builder. setScheme(UriOverride.Scheme value)
Scheme override.
-