Uses of Class
com.google.devtools.artifactregistry.v1.ProjectSettings.RedirectionState
-
Packages that use ProjectSettings.RedirectionState Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry API -
-
Uses of ProjectSettings.RedirectionState in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return ProjectSettings.RedirectionState Modifier and Type Method Description static ProjectSettings.RedirectionState
ProjectSettings.RedirectionState. forNumber(int value)
ProjectSettings.RedirectionState
ProjectSettings.Builder. getLegacyRedirectionState()
The redirection state of the legacy repositories in this project.ProjectSettings.RedirectionState
ProjectSettings. getLegacyRedirectionState()
The redirection state of the legacy repositories in this project.ProjectSettings.RedirectionState
ProjectSettingsOrBuilder. getLegacyRedirectionState()
The redirection state of the legacy repositories in this project.static ProjectSettings.RedirectionState
ProjectSettings.RedirectionState. valueOf(int value)
Deprecated.static ProjectSettings.RedirectionState
ProjectSettings.RedirectionState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ProjectSettings.RedirectionState
ProjectSettings.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.v1 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.v1 with parameters of type ProjectSettings.RedirectionState Modifier and Type Method Description ProjectSettings.Builder
ProjectSettings.Builder. setLegacyRedirectionState(ProjectSettings.RedirectionState value)
The redirection state of the legacy repositories in this project.
-