Uses of Class
com.google.devtools.artifactregistry.v1beta2.ProjectSettingsName
-
Packages that use ProjectSettingsName Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry API -
-
Uses of ProjectSettingsName in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return ProjectSettingsName Modifier and Type Method Description ProjectSettingsName
ProjectSettingsName.Builder. build()
static ProjectSettingsName
ProjectSettingsName. of(String project)
static ProjectSettingsName
ProjectSettingsName. parse(String formattedString)
Methods in com.google.devtools.artifactregistry.v1beta2 that return types with arguments of type ProjectSettingsName Modifier and Type Method Description static List<ProjectSettingsName>
ProjectSettingsName. parseList(List<String> formattedStrings)
Methods in com.google.devtools.artifactregistry.v1beta2 with parameters of type ProjectSettingsName Modifier and Type Method Description ProjectSettings
ArtifactRegistryClient. getProjectSettings(ProjectSettingsName name)
Retrieves the Settings for the Project.Method parameters in com.google.devtools.artifactregistry.v1beta2 with type arguments of type ProjectSettingsName Modifier and Type Method Description static List<String>
ProjectSettingsName. toStringList(List<ProjectSettingsName> values)
-