Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Mar 22, 2022
1 parent 4008372 commit feefce3
Showing 1 changed file with 273 additions and 7 deletions.
280 changes: 273 additions & 7 deletions api-index-v1.json
Expand Up @@ -71694,37 +71694,39 @@
"google/api",
"google/devtools/artifactregistry/v1",
"google/iam/v1",
"google/protobuf"
"google/longrunning",
"google/protobuf",
"google/rpc"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.ArtifactRegistry.V1": 3
"Google.Cloud.ArtifactRegistry.V1": 10
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/devtools/artifactregistry/v1;artifactregistry": 3
"google.golang.org/genproto/googleapis/devtools/artifactregistry/v1;artifactregistry": 10
}
},
"java_multiple_files": {
"valueCounts": {
"true": 3
"true": 10
}
},
"java_package": {
"valueCounts": {
"com.google.devtools.artifactregistry.v1": 3
"com.google.devtools.artifactregistry.v1": 10
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\ArtifactRegistry\\V1": 3
"Google\\Cloud\\ArtifactRegistry\\V1": 10
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::ArtifactRegistry::V1": 3
"Google::Cloud::ArtifactRegistry::V1": 10
}
}
},
Expand All @@ -71733,6 +71735,127 @@
"shortName": "ArtifactRegistry",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry",
"methods": [
{
"shortName": "CreateRepository",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.CreateRepository",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/repositories"
}
]
},
{
"shortName": "CreateTag",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.CreateTag",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/repositories/*/packages/*}/tags"
}
]
},
{
"shortName": "DeletePackage",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.DeletePackage",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/repositories/*/packages/*}"
}
]
},
{
"shortName": "DeleteRepository",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteRepository",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/repositories/*}"
}
]
},
{
"shortName": "DeleteTag",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteTag",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/repositories/*/packages/*/tags/*}"
}
]
},
{
"shortName": "DeleteVersion",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteVersion",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/repositories/*/packages/*/versions/*}"
}
]
},
{
"shortName": "GetDockerImage",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetDockerImage",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/repositories/*/dockerImages/*}"
}
]
},
{
"shortName": "GetFile",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetFile",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/repositories/*/files/**}"
}
]
},
{
"shortName": "GetIamPolicy",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetIamPolicy",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{resource=projects/*/locations/*/repositories/*}:getIamPolicy"
}
]
},
{
"shortName": "GetPackage",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetPackage",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/repositories/*/packages/*}"
}
]
},
{
"shortName": "GetProjectSettings",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetProjectSettings",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/projectSettings}"
}
]
},
{
"shortName": "GetRepository",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetRepository",
Expand All @@ -71744,6 +71867,50 @@
}
]
},
{
"shortName": "GetTag",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetTag",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/repositories/*/packages/*/tags/*}"
}
]
},
{
"shortName": "GetVersion",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetVersion",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/repositories/*/packages/*/versions/*}"
}
]
},
{
"shortName": "ImportAptArtifacts",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ImportAptArtifacts",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/repositories/*}/aptArtifacts:import"
}
]
},
{
"shortName": "ImportYumArtifacts",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ImportYumArtifacts",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/repositories/*}/yumArtifacts:import"
}
]
},
{
"shortName": "ListDockerImages",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ListDockerImages",
Expand All @@ -71755,6 +71922,28 @@
}
]
},
{
"shortName": "ListFiles",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ListFiles",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/repositories/*}/files"
}
]
},
{
"shortName": "ListPackages",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ListPackages",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/repositories/*}/packages"
}
]
},
{
"shortName": "ListRepositories",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ListRepositories",
Expand All @@ -71765,6 +71954,83 @@
"path": "/v1/{parent=projects/*/locations/*}/repositories"
}
]
},
{
"shortName": "ListTags",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ListTags",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/repositories/*/packages/*}/tags"
}
]
},
{
"shortName": "ListVersions",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ListVersions",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/repositories/*/packages/*}/versions"
}
]
},
{
"shortName": "SetIamPolicy",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.SetIamPolicy",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{resource=projects/*/locations/*/repositories/*}:setIamPolicy"
}
]
},
{
"shortName": "TestIamPermissions",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.TestIamPermissions",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{resource=projects/*/locations/*/repositories/*}:testIamPermissions"
}
]
},
{
"shortName": "UpdateProjectSettings",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateProjectSettings",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{project_settings.name=projects/*/projectSettings}"
}
]
},
{
"shortName": "UpdateRepository",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateRepository",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{repository.name=projects/*/locations/*/repositories/*}"
}
]
},
{
"shortName": "UpdateTag",
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateTag",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{tag.name=projects/*/locations/*/repositories/*/packages/*/tags/*}"
}
]
}
]
}
Expand Down

0 comments on commit feefce3

Please sign in to comment.