Uses of Class
com.google.devtools.artifactregistry.v1.ProjectSettingsName
-
Packages that use ProjectSettingsName Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry API -
-
Uses of ProjectSettingsName in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return ProjectSettingsName Modifier and Type Method Description ProjectSettingsNameProjectSettingsName.Builder. build()static ProjectSettingsNameProjectSettingsName. of(String project)static ProjectSettingsNameProjectSettingsName. parse(String formattedString)Methods in com.google.devtools.artifactregistry.v1 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.v1 with parameters of type ProjectSettingsName Modifier and Type Method Description ProjectSettingsArtifactRegistryClient. getProjectSettings(ProjectSettingsName name)Retrieves the Settings for the Project.Method parameters in com.google.devtools.artifactregistry.v1 with type arguments of type ProjectSettingsName Modifier and Type Method Description static List<String>ProjectSettingsName. toStringList(List<ProjectSettingsName> values)
-