Uses of Enum
com.google.api.BackendRule.PathTranslation
Packages that use BackendRule.PathTranslation
-
Uses of BackendRule.PathTranslation in com.google.api
Subclasses with type arguments of type BackendRule.PathTranslation in com.google.apiModifier and TypeClassDescriptionstatic enumPath Translation specifies how to combine the backend address with the request path in order to produce the appropriate forwarding URL for the request.Methods in com.google.api that return BackendRule.PathTranslationModifier and TypeMethodDescriptionstatic BackendRule.PathTranslationBackendRule.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.PathTranslationBackendRule.PathTranslation.valueOf(int value) Deprecated.static BackendRule.PathTranslationBackendRule.PathTranslation.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static BackendRule.PathTranslationReturns 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;