Uses of Class
com.google.devtools.artifactregistry.v1beta2.ProjectSettings.RedirectionState
-
Packages that use ProjectSettings.RedirectionState Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry API -
-
Uses of ProjectSettings.RedirectionState in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return ProjectSettings.RedirectionState Modifier and Type Method Description static ProjectSettings.RedirectionStateProjectSettings.RedirectionState. forNumber(int value)ProjectSettings.RedirectionStateProjectSettings.Builder. getLegacyRedirectionState()The redirection state of the legacy repositories in this project.ProjectSettings.RedirectionStateProjectSettings. getLegacyRedirectionState()The redirection state of the legacy repositories in this project.ProjectSettings.RedirectionStateProjectSettingsOrBuilder. getLegacyRedirectionState()The redirection state of the legacy repositories in this project.static ProjectSettings.RedirectionStateProjectSettings.RedirectionState. valueOf(int value)Deprecated.static ProjectSettings.RedirectionStateProjectSettings.RedirectionState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ProjectSettings.RedirectionStateProjectSettings.RedirectionState. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectSettings.RedirectionState[]ProjectSettings.RedirectionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.artifactregistry.v1beta2 that return types with arguments of type ProjectSettings.RedirectionState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ProjectSettings.RedirectionState>ProjectSettings.RedirectionState. internalGetValueMap()Methods in com.google.devtools.artifactregistry.v1beta2 with parameters of type ProjectSettings.RedirectionState Modifier and Type Method Description ProjectSettings.BuilderProjectSettings.Builder. setLegacyRedirectionState(ProjectSettings.RedirectionState value)The redirection state of the legacy repositories in this project.
-