Google Cloud v8.41.1 published on Monday, Aug 25, 2025 by Pulumi
gcp.artifactregistry.getTags
Explore with Pulumi AI
Get information about Artifact Registry tags. See the official documentation and API.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const myTags = gcp.artifactregistry.getTags({
location: "us-central1",
repositoryId: "example-repo",
packageName: "example-package",
});
import pulumi
import pulumi_gcp as gcp
my_tags = gcp.artifactregistry.get_tags(location="us-central1",
repository_id="example-repo",
package_name="example-package")
package main
import (
"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/artifactregistry"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := artifactregistry.GetTags(ctx, &artifactregistry.GetTagsArgs{
Location: "us-central1",
RepositoryId: "example-repo",
PackageName: "example-package",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;
return await Deployment.RunAsync(() =>
{
var myTags = Gcp.ArtifactRegistry.GetTags.Invoke(new()
{
Location = "us-central1",
RepositoryId = "example-repo",
PackageName = "example-package",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.artifactregistry.ArtifactregistryFunctions;
import com.pulumi.gcp.artifactregistry.inputs.GetTagsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var myTags = ArtifactregistryFunctions.getTags(GetTagsArgs.builder()
.location("us-central1")
.repositoryId("example-repo")
.packageName("example-package")
.build());
}
}
variables:
myTags:
fn::invoke:
function: gcp:artifactregistry:getTags
arguments:
location: us-central1
repositoryId: example-repo
packageName: example-package
Using getTags
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTags(args: GetTagsArgs, opts?: InvokeOptions): Promise<GetTagsResult>
function getTagsOutput(args: GetTagsOutputArgs, opts?: InvokeOptions): Output<GetTagsResult>
def get_tags(filter: Optional[str] = None,
location: Optional[str] = None,
package_name: Optional[str] = None,
project: Optional[str] = None,
repository_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTagsResult
def get_tags_output(filter: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
package_name: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
repository_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTagsResult]
func GetTags(ctx *Context, args *GetTagsArgs, opts ...InvokeOption) (*GetTagsResult, error)
func GetTagsOutput(ctx *Context, args *GetTagsOutputArgs, opts ...InvokeOption) GetTagsResultOutput
> Note: This function is named GetTags
in the Go SDK.
public static class GetTags
{
public static Task<GetTagsResult> InvokeAsync(GetTagsArgs args, InvokeOptions? opts = null)
public static Output<GetTagsResult> Invoke(GetTagsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTagsResult> getTags(GetTagsArgs args, InvokeOptions options)
public static Output<GetTagsResult> getTags(GetTagsArgs args, InvokeOptions options)
fn::invoke:
function: gcp:artifactregistry/getTags:getTags
arguments:
# arguments dictionary
The following arguments are supported:
- Location string
- The location of the Artifact Registry repository.
- Package
Name string - The name of the package.
- Repository
Id string - The last part of the repository name to fetch from.
- Filter string
- An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are
name
andversion
. Further information can be found in the REST API. - Project string
- The project ID in which the resource belongs. If it is not provided, the provider project is used.
- Location string
- The location of the Artifact Registry repository.
- Package
Name string - The name of the package.
- Repository
Id string - The last part of the repository name to fetch from.
- Filter string
- An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are
name
andversion
. Further information can be found in the REST API. - Project string
- The project ID in which the resource belongs. If it is not provided, the provider project is used.
- location String
- The location of the Artifact Registry repository.
- package
Name String - The name of the package.
- repository
Id String - The last part of the repository name to fetch from.
- filter String
- An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are
name
andversion
. Further information can be found in the REST API. - project String
- The project ID in which the resource belongs. If it is not provided, the provider project is used.
- location string
- The location of the Artifact Registry repository.
- package
Name string - The name of the package.
- repository
Id string - The last part of the repository name to fetch from.
- filter string
- An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are
name
andversion
. Further information can be found in the REST API. - project string
- The project ID in which the resource belongs. If it is not provided, the provider project is used.
- location str
- The location of the Artifact Registry repository.
- package_
name str - The name of the package.
- repository_
id str - The last part of the repository name to fetch from.
- filter str
- An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are
name
andversion
. Further information can be found in the REST API. - project str
- The project ID in which the resource belongs. If it is not provided, the provider project is used.
- location String
- The location of the Artifact Registry repository.
- package
Name String - The name of the package.
- repository
Id String - The last part of the repository name to fetch from.
- filter String
- An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are
name
andversion
. Further information can be found in the REST API. - project String
- The project ID in which the resource belongs. If it is not provided, the provider project is used.
getTags Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Package
Name string - Repository
Id string - List<Get
Tags Tag> - A list of all retrieved Artifact Registry tags. Structure is defined below.
- Filter string
- Project string
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Package
Name string - Repository
Id string - []Get
Tags Tag - A list of all retrieved Artifact Registry tags. Structure is defined below.
- Filter string
- Project string
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- package
Name String - repository
Id String - List<Get
Tags Tag> - A list of all retrieved Artifact Registry tags. Structure is defined below.
- filter String
- project String
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- package
Name string - repository
Id string - Get
Tags Tag[] - A list of all retrieved Artifact Registry tags. Structure is defined below.
- filter string
- project string
- id str
- The provider-assigned unique ID for this managed resource.
- location str
- package_
name str - repository_
id str - Sequence[Get
Tags Tag] - A list of all retrieved Artifact Registry tags. Structure is defined below.
- filter str
- project str
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- package
Name String - repository
Id String - List<Property Map>
- A list of all retrieved Artifact Registry tags. Structure is defined below.
- filter String
- project String
Supporting Types
GetTagsTag
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-beta
Terraform Provider.