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