Skip to content

Commit feefce3

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 4008372 commit feefce3

1 file changed

Lines changed: 273 additions & 7 deletions

File tree

api-index-v1.json

Lines changed: 273 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71694,37 +71694,39 @@
7169471694
"google/api",
7169571695
"google/devtools/artifactregistry/v1",
7169671696
"google/iam/v1",
71697-
"google/protobuf"
71697+
"google/longrunning",
71698+
"google/protobuf",
71699+
"google/rpc"
7169871700
],
7169971701
"options": {
7170071702
"csharp_namespace": {
7170171703
"valueCounts": {
71702-
"Google.Cloud.ArtifactRegistry.V1": 3
71704+
"Google.Cloud.ArtifactRegistry.V1": 10
7170371705
}
7170471706
},
7170571707
"go_package": {
7170671708
"valueCounts": {
71707-
"google.golang.org/genproto/googleapis/devtools/artifactregistry/v1;artifactregistry": 3
71709+
"google.golang.org/genproto/googleapis/devtools/artifactregistry/v1;artifactregistry": 10
7170871710
}
7170971711
},
7171071712
"java_multiple_files": {
7171171713
"valueCounts": {
71712-
"true": 3
71714+
"true": 10
7171371715
}
7171471716
},
7171571717
"java_package": {
7171671718
"valueCounts": {
71717-
"com.google.devtools.artifactregistry.v1": 3
71719+
"com.google.devtools.artifactregistry.v1": 10
7171871720
}
7171971721
},
7172071722
"php_namespace": {
7172171723
"valueCounts": {
71722-
"Google\\Cloud\\ArtifactRegistry\\V1": 3
71724+
"Google\\Cloud\\ArtifactRegistry\\V1": 10
7172371725
}
7172471726
},
7172571727
"ruby_package": {
7172671728
"valueCounts": {
71727-
"Google::Cloud::ArtifactRegistry::V1": 3
71729+
"Google::Cloud::ArtifactRegistry::V1": 10
7172871730
}
7172971731
}
7173071732
},
@@ -71733,6 +71735,127 @@
7173371735
"shortName": "ArtifactRegistry",
7173471736
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry",
7173571737
"methods": [
71738+
{
71739+
"shortName": "CreateRepository",
71740+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.CreateRepository",
71741+
"mode": "UNARY",
71742+
"bindings": [
71743+
{
71744+
"httpMethod": "POST",
71745+
"path": "/v1/{parent=projects/*/locations/*}/repositories"
71746+
}
71747+
]
71748+
},
71749+
{
71750+
"shortName": "CreateTag",
71751+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.CreateTag",
71752+
"mode": "UNARY",
71753+
"bindings": [
71754+
{
71755+
"httpMethod": "POST",
71756+
"path": "/v1/{parent=projects/*/locations/*/repositories/*/packages/*}/tags"
71757+
}
71758+
]
71759+
},
71760+
{
71761+
"shortName": "DeletePackage",
71762+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.DeletePackage",
71763+
"mode": "UNARY",
71764+
"bindings": [
71765+
{
71766+
"httpMethod": "DELETE",
71767+
"path": "/v1/{name=projects/*/locations/*/repositories/*/packages/*}"
71768+
}
71769+
]
71770+
},
71771+
{
71772+
"shortName": "DeleteRepository",
71773+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteRepository",
71774+
"mode": "UNARY",
71775+
"bindings": [
71776+
{
71777+
"httpMethod": "DELETE",
71778+
"path": "/v1/{name=projects/*/locations/*/repositories/*}"
71779+
}
71780+
]
71781+
},
71782+
{
71783+
"shortName": "DeleteTag",
71784+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteTag",
71785+
"mode": "UNARY",
71786+
"bindings": [
71787+
{
71788+
"httpMethod": "DELETE",
71789+
"path": "/v1/{name=projects/*/locations/*/repositories/*/packages/*/tags/*}"
71790+
}
71791+
]
71792+
},
71793+
{
71794+
"shortName": "DeleteVersion",
71795+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteVersion",
71796+
"mode": "UNARY",
71797+
"bindings": [
71798+
{
71799+
"httpMethod": "DELETE",
71800+
"path": "/v1/{name=projects/*/locations/*/repositories/*/packages/*/versions/*}"
71801+
}
71802+
]
71803+
},
71804+
{
71805+
"shortName": "GetDockerImage",
71806+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetDockerImage",
71807+
"mode": "UNARY",
71808+
"bindings": [
71809+
{
71810+
"httpMethod": "GET",
71811+
"path": "/v1/{name=projects/*/locations/*/repositories/*/dockerImages/*}"
71812+
}
71813+
]
71814+
},
71815+
{
71816+
"shortName": "GetFile",
71817+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetFile",
71818+
"mode": "UNARY",
71819+
"bindings": [
71820+
{
71821+
"httpMethod": "GET",
71822+
"path": "/v1/{name=projects/*/locations/*/repositories/*/files/**}"
71823+
}
71824+
]
71825+
},
71826+
{
71827+
"shortName": "GetIamPolicy",
71828+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetIamPolicy",
71829+
"mode": "UNARY",
71830+
"bindings": [
71831+
{
71832+
"httpMethod": "GET",
71833+
"path": "/v1/{resource=projects/*/locations/*/repositories/*}:getIamPolicy"
71834+
}
71835+
]
71836+
},
71837+
{
71838+
"shortName": "GetPackage",
71839+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetPackage",
71840+
"mode": "UNARY",
71841+
"bindings": [
71842+
{
71843+
"httpMethod": "GET",
71844+
"path": "/v1/{name=projects/*/locations/*/repositories/*/packages/*}"
71845+
}
71846+
]
71847+
},
71848+
{
71849+
"shortName": "GetProjectSettings",
71850+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetProjectSettings",
71851+
"mode": "UNARY",
71852+
"bindings": [
71853+
{
71854+
"httpMethod": "GET",
71855+
"path": "/v1/{name=projects/*/projectSettings}"
71856+
}
71857+
]
71858+
},
7173671859
{
7173771860
"shortName": "GetRepository",
7173871861
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetRepository",
@@ -71744,6 +71867,50 @@
7174471867
}
7174571868
]
7174671869
},
71870+
{
71871+
"shortName": "GetTag",
71872+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetTag",
71873+
"mode": "UNARY",
71874+
"bindings": [
71875+
{
71876+
"httpMethod": "GET",
71877+
"path": "/v1/{name=projects/*/locations/*/repositories/*/packages/*/tags/*}"
71878+
}
71879+
]
71880+
},
71881+
{
71882+
"shortName": "GetVersion",
71883+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.GetVersion",
71884+
"mode": "UNARY",
71885+
"bindings": [
71886+
{
71887+
"httpMethod": "GET",
71888+
"path": "/v1/{name=projects/*/locations/*/repositories/*/packages/*/versions/*}"
71889+
}
71890+
]
71891+
},
71892+
{
71893+
"shortName": "ImportAptArtifacts",
71894+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ImportAptArtifacts",
71895+
"mode": "UNARY",
71896+
"bindings": [
71897+
{
71898+
"httpMethod": "POST",
71899+
"path": "/v1/{parent=projects/*/locations/*/repositories/*}/aptArtifacts:import"
71900+
}
71901+
]
71902+
},
71903+
{
71904+
"shortName": "ImportYumArtifacts",
71905+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ImportYumArtifacts",
71906+
"mode": "UNARY",
71907+
"bindings": [
71908+
{
71909+
"httpMethod": "POST",
71910+
"path": "/v1/{parent=projects/*/locations/*/repositories/*}/yumArtifacts:import"
71911+
}
71912+
]
71913+
},
7174771914
{
7174871915
"shortName": "ListDockerImages",
7174971916
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ListDockerImages",
@@ -71755,6 +71922,28 @@
7175571922
}
7175671923
]
7175771924
},
71925+
{
71926+
"shortName": "ListFiles",
71927+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ListFiles",
71928+
"mode": "UNARY",
71929+
"bindings": [
71930+
{
71931+
"httpMethod": "GET",
71932+
"path": "/v1/{parent=projects/*/locations/*/repositories/*}/files"
71933+
}
71934+
]
71935+
},
71936+
{
71937+
"shortName": "ListPackages",
71938+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ListPackages",
71939+
"mode": "UNARY",
71940+
"bindings": [
71941+
{
71942+
"httpMethod": "GET",
71943+
"path": "/v1/{parent=projects/*/locations/*/repositories/*}/packages"
71944+
}
71945+
]
71946+
},
7175871947
{
7175971948
"shortName": "ListRepositories",
7176071949
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ListRepositories",
@@ -71765,6 +71954,83 @@
7176571954
"path": "/v1/{parent=projects/*/locations/*}/repositories"
7176671955
}
7176771956
]
71957+
},
71958+
{
71959+
"shortName": "ListTags",
71960+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ListTags",
71961+
"mode": "UNARY",
71962+
"bindings": [
71963+
{
71964+
"httpMethod": "GET",
71965+
"path": "/v1/{parent=projects/*/locations/*/repositories/*/packages/*}/tags"
71966+
}
71967+
]
71968+
},
71969+
{
71970+
"shortName": "ListVersions",
71971+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.ListVersions",
71972+
"mode": "UNARY",
71973+
"bindings": [
71974+
{
71975+
"httpMethod": "GET",
71976+
"path": "/v1/{parent=projects/*/locations/*/repositories/*/packages/*}/versions"
71977+
}
71978+
]
71979+
},
71980+
{
71981+
"shortName": "SetIamPolicy",
71982+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.SetIamPolicy",
71983+
"mode": "UNARY",
71984+
"bindings": [
71985+
{
71986+
"httpMethod": "POST",
71987+
"path": "/v1/{resource=projects/*/locations/*/repositories/*}:setIamPolicy"
71988+
}
71989+
]
71990+
},
71991+
{
71992+
"shortName": "TestIamPermissions",
71993+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.TestIamPermissions",
71994+
"mode": "UNARY",
71995+
"bindings": [
71996+
{
71997+
"httpMethod": "POST",
71998+
"path": "/v1/{resource=projects/*/locations/*/repositories/*}:testIamPermissions"
71999+
}
72000+
]
72001+
},
72002+
{
72003+
"shortName": "UpdateProjectSettings",
72004+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateProjectSettings",
72005+
"mode": "UNARY",
72006+
"bindings": [
72007+
{
72008+
"httpMethod": "PATCH",
72009+
"path": "/v1/{project_settings.name=projects/*/projectSettings}"
72010+
}
72011+
]
72012+
},
72013+
{
72014+
"shortName": "UpdateRepository",
72015+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateRepository",
72016+
"mode": "UNARY",
72017+
"bindings": [
72018+
{
72019+
"httpMethod": "PATCH",
72020+
"path": "/v1/{repository.name=projects/*/locations/*/repositories/*}"
72021+
}
72022+
]
72023+
},
72024+
{
72025+
"shortName": "UpdateTag",
72026+
"fullName": "google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateTag",
72027+
"mode": "UNARY",
72028+
"bindings": [
72029+
{
72030+
"httpMethod": "PATCH",
72031+
"path": "/v1/{tag.name=projects/*/locations/*/repositories/*/packages/*/tags/*}"
72032+
}
72033+
]
7176872034
}
7176972035
]
7177072036
}

0 commit comments

Comments
 (0)