Represents an ArtifactRegistry
Inheritance
$protobuf.rpc.Service > protos.google.devtools.artifactregistry.v1.ArtifactRegistryPackage
@google-cloud/artifact-registryConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new ArtifactRegistry service.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): ArtifactRegistry;
Creates new ArtifactRegistry service using the specified rpc implementation.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Type | Description |
ArtifactRegistry | RPC service. Useful where requests and/or responses are streamed. |
createRepository(request, callback)
public createRepository(request: google.devtools.artifactregistry.v1.ICreateRepositoryRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.CreateRepositoryCallback): void;
Calls CreateRepository.
Name | Description |
request |
ICreateRepositoryRequest
CreateRepositoryRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.CreateRepositoryCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createRepository(request)
public createRepository(request: google.devtools.artifactregistry.v1.ICreateRepositoryRequest): Promise<google.longrunning.Operation>;
Calls CreateRepository.
Name | Description |
request |
ICreateRepositoryRequest
CreateRepositoryRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
createTag(request, callback)
public createTag(request: google.devtools.artifactregistry.v1.ICreateTagRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.CreateTagCallback): void;
Calls CreateTag.
Name | Description |
request |
ICreateTagRequest
CreateTagRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.CreateTagCallback
Node-style callback called with the error, if any, and Tag |
Type | Description |
void |
createTag(request)
public createTag(request: google.devtools.artifactregistry.v1.ICreateTagRequest): Promise<google.devtools.artifactregistry.v1.Tag>;
Calls CreateTag.
Name | Description |
request |
ICreateTagRequest
CreateTagRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.Tag> | Promise |
deletePackage(request, callback)
public deletePackage(request: google.devtools.artifactregistry.v1.IDeletePackageRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.DeletePackageCallback): void;
Calls DeletePackage.
Name | Description |
request |
google.devtools.artifactregistry.v1.IDeletePackageRequest
DeletePackageRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.DeletePackageCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deletePackage(request)
public deletePackage(request: google.devtools.artifactregistry.v1.IDeletePackageRequest): Promise<google.longrunning.Operation>;
Calls DeletePackage.
Name | Description |
request |
google.devtools.artifactregistry.v1.IDeletePackageRequest
DeletePackageRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
deleteRepository(request, callback)
public deleteRepository(request: google.devtools.artifactregistry.v1.IDeleteRepositoryRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteRepositoryCallback): void;
Calls DeleteRepository.
Name | Description |
request |
IDeleteRepositoryRequest
DeleteRepositoryRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteRepositoryCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteRepository(request)
public deleteRepository(request: google.devtools.artifactregistry.v1.IDeleteRepositoryRequest): Promise<google.longrunning.Operation>;
Calls DeleteRepository.
Name | Description |
request |
IDeleteRepositoryRequest
DeleteRepositoryRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
deleteTag(request, callback)
public deleteTag(request: google.devtools.artifactregistry.v1.IDeleteTagRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteTagCallback): void;
Calls DeleteTag.
Name | Description |
request |
IDeleteTagRequest
DeleteTagRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteTagCallback
Node-style callback called with the error, if any, and Empty |
Type | Description |
void |
deleteTag(request)
public deleteTag(request: google.devtools.artifactregistry.v1.IDeleteTagRequest): Promise<google.protobuf.Empty>;
Calls DeleteTag.
Name | Description |
request |
IDeleteTagRequest
DeleteTagRequest message or plain object |
Type | Description |
Promise<google.protobuf.Empty> | Promise |
deleteVersion(request, callback)
public deleteVersion(request: google.devtools.artifactregistry.v1.IDeleteVersionRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteVersionCallback): void;
Calls DeleteVersion.
Name | Description |
request |
IDeleteVersionRequest
DeleteVersionRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteVersionCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteVersion(request)
public deleteVersion(request: google.devtools.artifactregistry.v1.IDeleteVersionRequest): Promise<google.longrunning.Operation>;
Calls DeleteVersion.
Name | Description |
request |
IDeleteVersionRequest
DeleteVersionRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
getDockerImage(request, callback)
public getDockerImage(request: google.devtools.artifactregistry.v1.IGetDockerImageRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.GetDockerImageCallback): void;
Calls GetDockerImage.
Name | Description |
request |
google.devtools.artifactregistry.v1.IGetDockerImageRequest
GetDockerImageRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.GetDockerImageCallback
Node-style callback called with the error, if any, and DockerImage |
Type | Description |
void |
getDockerImage(request)
public getDockerImage(request: google.devtools.artifactregistry.v1.IGetDockerImageRequest): Promise<google.devtools.artifactregistry.v1.DockerImage>;
Calls GetDockerImage.
Name | Description |
request |
google.devtools.artifactregistry.v1.IGetDockerImageRequest
GetDockerImageRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.DockerImage> | Promise |
getFile(request, callback)
public getFile(request: google.devtools.artifactregistry.v1.IGetFileRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.GetFileCallback): void;
Calls GetFile.
Name | Description |
request |
IGetFileRequest
GetFileRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.GetFileCallback
Node-style callback called with the error, if any, and File |
Type | Description |
void |
getFile(request)
public getFile(request: google.devtools.artifactregistry.v1.IGetFileRequest): Promise<google.devtools.artifactregistry.v1.File>;
Calls GetFile.
Name | Description |
request |
IGetFileRequest
GetFileRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.File> | Promise |
getIamPolicy(request, callback)
public getIamPolicy(request: google.iam.v1.IGetIamPolicyRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.GetIamPolicyCallback): void;
Calls GetIamPolicy.
Name | Description |
request |
google.iam.v1.IGetIamPolicyRequest
GetIamPolicyRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.GetIamPolicyCallback
Node-style callback called with the error, if any, and Policy |
Type | Description |
void |
getIamPolicy(request)
public getIamPolicy(request: google.iam.v1.IGetIamPolicyRequest): Promise<google.iam.v1.Policy>;
Calls GetIamPolicy.
Name | Description |
request |
google.iam.v1.IGetIamPolicyRequest
GetIamPolicyRequest message or plain object |
Type | Description |
Promise<google.iam.v1.Policy> | Promise |
getPackage(request, callback)
public getPackage(request: google.devtools.artifactregistry.v1.IGetPackageRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.GetPackageCallback): void;
Calls GetPackage.
Name | Description |
request |
IGetPackageRequest
GetPackageRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.GetPackageCallback
Node-style callback called with the error, if any, and Package |
Type | Description |
void |
getPackage(request)
public getPackage(request: google.devtools.artifactregistry.v1.IGetPackageRequest): Promise<google.devtools.artifactregistry.v1.Package>;
Calls GetPackage.
Name | Description |
request |
IGetPackageRequest
GetPackageRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.Package> | Promise |
getProjectSettings(request, callback)
public getProjectSettings(request: google.devtools.artifactregistry.v1.IGetProjectSettingsRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.GetProjectSettingsCallback): void;
Calls GetProjectSettings.
Name | Description |
request |
IGetProjectSettingsRequest
GetProjectSettingsRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.GetProjectSettingsCallback
Node-style callback called with the error, if any, and ProjectSettings |
Type | Description |
void |
getProjectSettings(request)
public getProjectSettings(request: google.devtools.artifactregistry.v1.IGetProjectSettingsRequest): Promise<google.devtools.artifactregistry.v1.ProjectSettings>;
Calls GetProjectSettings.
Name | Description |
request |
IGetProjectSettingsRequest
GetProjectSettingsRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.ProjectSettings> | Promise |
getRepository(request, callback)
public getRepository(request: google.devtools.artifactregistry.v1.IGetRepositoryRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.GetRepositoryCallback): void;
Calls GetRepository.
Name | Description |
request |
google.devtools.artifactregistry.v1.IGetRepositoryRequest
GetRepositoryRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.GetRepositoryCallback
Node-style callback called with the error, if any, and Repository |
Type | Description |
void |
getRepository(request)
public getRepository(request: google.devtools.artifactregistry.v1.IGetRepositoryRequest): Promise<google.devtools.artifactregistry.v1.Repository>;
Calls GetRepository.
Name | Description |
request |
google.devtools.artifactregistry.v1.IGetRepositoryRequest
GetRepositoryRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.Repository> | Promise |
getTag(request, callback)
public getTag(request: google.devtools.artifactregistry.v1.IGetTagRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.GetTagCallback): void;
Calls GetTag.
Name | Description |
request |
IGetTagRequest
GetTagRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.GetTagCallback
Node-style callback called with the error, if any, and Tag |
Type | Description |
void |
getTag(request)
public getTag(request: google.devtools.artifactregistry.v1.IGetTagRequest): Promise<google.devtools.artifactregistry.v1.Tag>;
Calls GetTag.
Name | Description |
request |
IGetTagRequest
GetTagRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.Tag> | Promise |
getVersion(request, callback)
public getVersion(request: google.devtools.artifactregistry.v1.IGetVersionRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.GetVersionCallback): void;
Calls GetVersion.
Name | Description |
request |
IGetVersionRequest
GetVersionRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.GetVersionCallback
Node-style callback called with the error, if any, and Version |
Type | Description |
void |
getVersion(request)
public getVersion(request: google.devtools.artifactregistry.v1.IGetVersionRequest): Promise<google.devtools.artifactregistry.v1.Version>;
Calls GetVersion.
Name | Description |
request |
IGetVersionRequest
GetVersionRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.Version> | Promise |
importAptArtifacts(request, callback)
public importAptArtifacts(request: google.devtools.artifactregistry.v1.IImportAptArtifactsRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.ImportAptArtifactsCallback): void;
Calls ImportAptArtifacts.
Name | Description |
request |
IImportAptArtifactsRequest
ImportAptArtifactsRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.ImportAptArtifactsCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
importAptArtifacts(request)
public importAptArtifacts(request: google.devtools.artifactregistry.v1.IImportAptArtifactsRequest): Promise<google.longrunning.Operation>;
Calls ImportAptArtifacts.
Name | Description |
request |
IImportAptArtifactsRequest
ImportAptArtifactsRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
importYumArtifacts(request, callback)
public importYumArtifacts(request: google.devtools.artifactregistry.v1.IImportYumArtifactsRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.ImportYumArtifactsCallback): void;
Calls ImportYumArtifacts.
Name | Description |
request |
google.devtools.artifactregistry.v1.IImportYumArtifactsRequest
ImportYumArtifactsRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.ImportYumArtifactsCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
importYumArtifacts(request)
public importYumArtifacts(request: google.devtools.artifactregistry.v1.IImportYumArtifactsRequest): Promise<google.longrunning.Operation>;
Calls ImportYumArtifacts.
Name | Description |
request |
google.devtools.artifactregistry.v1.IImportYumArtifactsRequest
ImportYumArtifactsRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
listDockerImages(request, callback)
public listDockerImages(request: google.devtools.artifactregistry.v1.IListDockerImagesRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.ListDockerImagesCallback): void;
Calls ListDockerImages.
Name | Description |
request |
IListDockerImagesRequest
ListDockerImagesRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.ListDockerImagesCallback
Node-style callback called with the error, if any, and ListDockerImagesResponse |
Type | Description |
void |
listDockerImages(request)
public listDockerImages(request: google.devtools.artifactregistry.v1.IListDockerImagesRequest): Promise<google.devtools.artifactregistry.v1.ListDockerImagesResponse>;
Calls ListDockerImages.
Name | Description |
request |
IListDockerImagesRequest
ListDockerImagesRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.ListDockerImagesResponse> | Promise |
listFiles(request, callback)
public listFiles(request: google.devtools.artifactregistry.v1.IListFilesRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.ListFilesCallback): void;
Calls ListFiles.
Name | Description |
request |
google.devtools.artifactregistry.v1.IListFilesRequest
ListFilesRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.ListFilesCallback
Node-style callback called with the error, if any, and ListFilesResponse |
Type | Description |
void |
listFiles(request)
public listFiles(request: google.devtools.artifactregistry.v1.IListFilesRequest): Promise<google.devtools.artifactregistry.v1.ListFilesResponse>;
Calls ListFiles.
Name | Description |
request |
google.devtools.artifactregistry.v1.IListFilesRequest
ListFilesRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.ListFilesResponse> | Promise |
listPackages(request, callback)
public listPackages(request: google.devtools.artifactregistry.v1.IListPackagesRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.ListPackagesCallback): void;
Calls ListPackages.
Name | Description |
request |
IListPackagesRequest
ListPackagesRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.ListPackagesCallback
Node-style callback called with the error, if any, and ListPackagesResponse |
Type | Description |
void |
listPackages(request)
public listPackages(request: google.devtools.artifactregistry.v1.IListPackagesRequest): Promise<google.devtools.artifactregistry.v1.ListPackagesResponse>;
Calls ListPackages.
Name | Description |
request |
IListPackagesRequest
ListPackagesRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.ListPackagesResponse> | Promise |
listRepositories(request, callback)
public listRepositories(request: google.devtools.artifactregistry.v1.IListRepositoriesRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.ListRepositoriesCallback): void;
Calls ListRepositories.
Name | Description |
request |
IListRepositoriesRequest
ListRepositoriesRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.ListRepositoriesCallback
Node-style callback called with the error, if any, and ListRepositoriesResponse |
Type | Description |
void |
listRepositories(request)
public listRepositories(request: google.devtools.artifactregistry.v1.IListRepositoriesRequest): Promise<google.devtools.artifactregistry.v1.ListRepositoriesResponse>;
Calls ListRepositories.
Name | Description |
request |
IListRepositoriesRequest
ListRepositoriesRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.ListRepositoriesResponse> | Promise |
listTags(request, callback)
public listTags(request: google.devtools.artifactregistry.v1.IListTagsRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.ListTagsCallback): void;
Calls ListTags.
Name | Description |
request |
IListTagsRequest
ListTagsRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.ListTagsCallback
Node-style callback called with the error, if any, and ListTagsResponse |
Type | Description |
void |
listTags(request)
public listTags(request: google.devtools.artifactregistry.v1.IListTagsRequest): Promise<google.devtools.artifactregistry.v1.ListTagsResponse>;
Calls ListTags.
Name | Description |
request |
IListTagsRequest
ListTagsRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.ListTagsResponse> | Promise |
listVersions(request, callback)
public listVersions(request: google.devtools.artifactregistry.v1.IListVersionsRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.ListVersionsCallback): void;
Calls ListVersions.
Name | Description |
request |
IListVersionsRequest
ListVersionsRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.ListVersionsCallback
Node-style callback called with the error, if any, and ListVersionsResponse |
Type | Description |
void |
listVersions(request)
public listVersions(request: google.devtools.artifactregistry.v1.IListVersionsRequest): Promise<google.devtools.artifactregistry.v1.ListVersionsResponse>;
Calls ListVersions.
Name | Description |
request |
IListVersionsRequest
ListVersionsRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.ListVersionsResponse> | Promise |
setIamPolicy(request, callback)
public setIamPolicy(request: google.iam.v1.ISetIamPolicyRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.SetIamPolicyCallback): void;
Calls SetIamPolicy.
Name | Description |
request |
ISetIamPolicyRequest
SetIamPolicyRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.SetIamPolicyCallback
Node-style callback called with the error, if any, and Policy |
Type | Description |
void |
setIamPolicy(request)
public setIamPolicy(request: google.iam.v1.ISetIamPolicyRequest): Promise<google.iam.v1.Policy>;
Calls SetIamPolicy.
Name | Description |
request |
ISetIamPolicyRequest
SetIamPolicyRequest message or plain object |
Type | Description |
Promise<google.iam.v1.Policy> | Promise |
testIamPermissions(request, callback)
public testIamPermissions(request: google.iam.v1.ITestIamPermissionsRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.TestIamPermissionsCallback): void;
Calls TestIamPermissions.
Name | Description |
request |
google.iam.v1.ITestIamPermissionsRequest
TestIamPermissionsRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.TestIamPermissionsCallback
Node-style callback called with the error, if any, and TestIamPermissionsResponse |
Type | Description |
void |
testIamPermissions(request)
public testIamPermissions(request: google.iam.v1.ITestIamPermissionsRequest): Promise<google.iam.v1.TestIamPermissionsResponse>;
Calls TestIamPermissions.
Name | Description |
request |
google.iam.v1.ITestIamPermissionsRequest
TestIamPermissionsRequest message or plain object |
Type | Description |
Promise<google.iam.v1.TestIamPermissionsResponse> | Promise |
updateProjectSettings(request, callback)
public updateProjectSettings(request: google.devtools.artifactregistry.v1.IUpdateProjectSettingsRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateProjectSettingsCallback): void;
Calls UpdateProjectSettings.
Name | Description |
request |
IUpdateProjectSettingsRequest
UpdateProjectSettingsRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateProjectSettingsCallback
Node-style callback called with the error, if any, and ProjectSettings |
Type | Description |
void |
updateProjectSettings(request)
public updateProjectSettings(request: google.devtools.artifactregistry.v1.IUpdateProjectSettingsRequest): Promise<google.devtools.artifactregistry.v1.ProjectSettings>;
Calls UpdateProjectSettings.
Name | Description |
request |
IUpdateProjectSettingsRequest
UpdateProjectSettingsRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.ProjectSettings> | Promise |
updateRepository(request, callback)
public updateRepository(request: google.devtools.artifactregistry.v1.IUpdateRepositoryRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateRepositoryCallback): void;
Calls UpdateRepository.
Name | Description |
request |
IUpdateRepositoryRequest
UpdateRepositoryRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateRepositoryCallback
Node-style callback called with the error, if any, and Repository |
Type | Description |
void |
updateRepository(request)
public updateRepository(request: google.devtools.artifactregistry.v1.IUpdateRepositoryRequest): Promise<google.devtools.artifactregistry.v1.Repository>;
Calls UpdateRepository.
Name | Description |
request |
IUpdateRepositoryRequest
UpdateRepositoryRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.Repository> | Promise |
updateTag(request, callback)
public updateTag(request: google.devtools.artifactregistry.v1.IUpdateTagRequest, callback: google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateTagCallback): void;
Calls UpdateTag.
Name | Description |
request |
IUpdateTagRequest
UpdateTagRequest message or plain object |
callback |
google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateTagCallback
Node-style callback called with the error, if any, and Tag |
Type | Description |
void |
updateTag(request)
public updateTag(request: google.devtools.artifactregistry.v1.IUpdateTagRequest): Promise<google.devtools.artifactregistry.v1.Tag>;
Calls UpdateTag.
Name | Description |
request |
IUpdateTagRequest
UpdateTagRequest message or plain object |
Type | Description |
Promise<google.devtools.artifactregistry.v1.Tag> | Promise |