Uses of Enum
com.google.api.BackendRule.PathTranslation
Packages that use BackendRule.PathTranslation
-
Uses of BackendRule.PathTranslation in com.google.api
Methods in com.google.api that return BackendRule.PathTranslationModifier and TypeMethodDescriptionstatic BackendRule.PathTranslation
BackendRule.PathTranslation.forNumber
(int value) BackendRule.Builder.getPathTranslation()
.google.api.BackendRule.PathTranslation path_translation = 6;
BackendRule.getPathTranslation()
.google.api.BackendRule.PathTranslation path_translation = 6;
BackendRuleOrBuilder.getPathTranslation()
.google.api.BackendRule.PathTranslation path_translation = 6;
static BackendRule.PathTranslation
BackendRule.PathTranslation.valueOf
(int value) Deprecated.static BackendRule.PathTranslation
BackendRule.PathTranslation.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static BackendRule.PathTranslation
Returns the enum constant of this type with the specified name.static BackendRule.PathTranslation[]
BackendRule.PathTranslation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api that return types with arguments of type BackendRule.PathTranslationModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<BackendRule.PathTranslation> BackendRule.PathTranslation.internalGetValueMap()
Methods in com.google.api with parameters of type BackendRule.PathTranslationModifier and TypeMethodDescriptionBackendRule.Builder.setPathTranslation
(BackendRule.PathTranslation value) .google.api.BackendRule.PathTranslation path_translation = 6;