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.PathTranslationBackendRule.PathTranslation.forNumber(int value) BackendRule.Builder.getPathTranslation()Path translation specifies how to combine the backend address with the request path in order to produce the appropriate forwarding URL for the request.BackendRule.getPathTranslation()Path translation specifies how to combine the backend address with the request path in order to produce the appropriate forwarding URL for the request.BackendRuleOrBuilder.getPathTranslation()Path translation specifies how to combine the backend address with the request path in order to produce the appropriate forwarding URL for the request.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) Path translation specifies how to combine the backend address with the request path in order to produce the appropriate forwarding URL for the request.