Documentation ¶
Overview ¶
Package artifactregistry is an auto-generated package for the Artifact Registry API.
Store and manage build artifacts in a scalable and integrated service built on Google infrastructure.
General documentation ¶
For information that is relevant for all client libraries please reference https://pkg.go.dev/cloud.google.com/go#pkg-overview. Some information on this page includes:
- Authentication and Authorization
- Timeouts and Cancellation
- Testing against Client Libraries
- Debugging Client Libraries
- Inspecting errors
Example usage ¶
To get started with this package, create a client.
// go get cloud.google.com/go/artifactregistry/apiv1@latest ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close()
The client will use your default application credentials. Clients should be reused instead of created as needed. The methods of Client are safe for concurrent use by multiple goroutines. The returned client must be Closed when it is done being used.
Using the Client ¶
The following is an example of making an API call with the newly created client, mentioned above.
req := &artifactregistrypb.BatchDeleteVersionsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#BatchDeleteVersionsRequest. } op, err := c.BatchDeleteVersions(ctx, req) if err != nil { // TODO: Handle error. } err = op.Wait(ctx) if err != nil { // TODO: Handle error. }
Use of Context ¶
The ctx passed to NewClient is used for authentication requests and for creating the underlying connection, but is not used for subsequent calls. Individual methods on the client use the ctx given to them.
To close the open connection, use the Close() method.
Index ¶
- func DefaultAuthScopes() []string
- type AttachmentIterator
- type BatchDeleteVersionsOperation
- func (op *BatchDeleteVersionsOperation) Done() bool
- func (op *BatchDeleteVersionsOperation) Metadata() (*artifactregistrypb.BatchDeleteVersionsMetadata, error)
- func (op *BatchDeleteVersionsOperation) Name() string
- func (op *BatchDeleteVersionsOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *BatchDeleteVersionsOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type CallOptions
- type Client
- func (c *Client) BatchDeleteVersions(ctx context.Context, req *artifactregistrypb.BatchDeleteVersionsRequest, ...) (*BatchDeleteVersionsOperation, error)
- func (c *Client) BatchDeleteVersionsOperation(name string) *BatchDeleteVersionsOperation
- func (c *Client) Close() error
- func (c *Client) Connection() *grpc.ClientConndeprecated
- func (c *Client) CreateAttachment(ctx context.Context, req *artifactregistrypb.CreateAttachmentRequest, ...) (*CreateAttachmentOperation, error)
- func (c *Client) CreateAttachmentOperation(name string) *CreateAttachmentOperation
- func (c *Client) CreateRepository(ctx context.Context, req *artifactregistrypb.CreateRepositoryRequest, ...) (*CreateRepositoryOperation, error)
- func (c *Client) CreateRepositoryOperation(name string) *CreateRepositoryOperation
- func (c *Client) CreateRule(ctx context.Context, req *artifactregistrypb.CreateRuleRequest, ...) (*artifactregistrypb.Rule, error)
- func (c *Client) CreateTag(ctx context.Context, req *artifactregistrypb.CreateTagRequest, ...) (*artifactregistrypb.Tag, error)
- func (c *Client) DeleteAttachment(ctx context.Context, req *artifactregistrypb.DeleteAttachmentRequest, ...) (*DeleteAttachmentOperation, error)
- func (c *Client) DeleteAttachmentOperation(name string) *DeleteAttachmentOperation
- func (c *Client) DeleteFile(ctx context.Context, req *artifactregistrypb.DeleteFileRequest, ...) (*DeleteFileOperation, error)
- func (c *Client) DeleteFileOperation(name string) *DeleteFileOperation
- func (c *Client) DeletePackage(ctx context.Context, req *artifactregistrypb.DeletePackageRequest, ...) (*DeletePackageOperation, error)
- func (c *Client) DeletePackageOperation(name string) *DeletePackageOperation
- func (c *Client) DeleteRepository(ctx context.Context, req *artifactregistrypb.DeleteRepositoryRequest, ...) (*DeleteRepositoryOperation, error)
- func (c *Client) DeleteRepositoryOperation(name string) *DeleteRepositoryOperation
- func (c *Client) DeleteRule(ctx context.Context, req *artifactregistrypb.DeleteRuleRequest, ...) error
- func (c *Client) DeleteTag(ctx context.Context, req *artifactregistrypb.DeleteTagRequest, ...) error
- func (c *Client) DeleteVersion(ctx context.Context, req *artifactregistrypb.DeleteVersionRequest, ...) (*DeleteVersionOperation, error)
- func (c *Client) DeleteVersionOperation(name string) *DeleteVersionOperation
- func (c *Client) GetAttachment(ctx context.Context, req *artifactregistrypb.GetAttachmentRequest, ...) (*artifactregistrypb.Attachment, error)
- func (c *Client) GetDockerImage(ctx context.Context, req *artifactregistrypb.GetDockerImageRequest, ...) (*artifactregistrypb.DockerImage, error)
- func (c *Client) GetFile(ctx context.Context, req *artifactregistrypb.GetFileRequest, ...) (*artifactregistrypb.File, error)
- func (c *Client) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *Client) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *Client) GetMavenArtifact(ctx context.Context, req *artifactregistrypb.GetMavenArtifactRequest, ...) (*artifactregistrypb.MavenArtifact, error)
- func (c *Client) GetNpmPackage(ctx context.Context, req *artifactregistrypb.GetNpmPackageRequest, ...) (*artifactregistrypb.NpmPackage, error)
- func (c *Client) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *Client) GetPackage(ctx context.Context, req *artifactregistrypb.GetPackageRequest, ...) (*artifactregistrypb.Package, error)
- func (c *Client) GetProjectSettings(ctx context.Context, req *artifactregistrypb.GetProjectSettingsRequest, ...) (*artifactregistrypb.ProjectSettings, error)
- func (c *Client) GetPythonPackage(ctx context.Context, req *artifactregistrypb.GetPythonPackageRequest, ...) (*artifactregistrypb.PythonPackage, error)
- func (c *Client) GetRepository(ctx context.Context, req *artifactregistrypb.GetRepositoryRequest, ...) (*artifactregistrypb.Repository, error)
- func (c *Client) GetRule(ctx context.Context, req *artifactregistrypb.GetRuleRequest, ...) (*artifactregistrypb.Rule, error)
- func (c *Client) GetTag(ctx context.Context, req *artifactregistrypb.GetTagRequest, ...) (*artifactregistrypb.Tag, error)
- func (c *Client) GetVPCSCConfig(ctx context.Context, req *artifactregistrypb.GetVPCSCConfigRequest, ...) (*artifactregistrypb.VPCSCConfig, error)
- func (c *Client) GetVersion(ctx context.Context, req *artifactregistrypb.GetVersionRequest, ...) (*artifactregistrypb.Version, error)
- func (c *Client) ImportAptArtifacts(ctx context.Context, req *artifactregistrypb.ImportAptArtifactsRequest, ...) (*ImportAptArtifactsOperation, error)
- func (c *Client) ImportAptArtifactsOperation(name string) *ImportAptArtifactsOperation
- func (c *Client) ImportYumArtifacts(ctx context.Context, req *artifactregistrypb.ImportYumArtifactsRequest, ...) (*ImportYumArtifactsOperation, error)
- func (c *Client) ImportYumArtifactsOperation(name string) *ImportYumArtifactsOperation
- func (c *Client) ListAttachments(ctx context.Context, req *artifactregistrypb.ListAttachmentsRequest, ...) *AttachmentIterator
- func (c *Client) ListDockerImages(ctx context.Context, req *artifactregistrypb.ListDockerImagesRequest, ...) *DockerImageIterator
- func (c *Client) ListFiles(ctx context.Context, req *artifactregistrypb.ListFilesRequest, ...) *FileIterator
- func (c *Client) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *Client) ListMavenArtifacts(ctx context.Context, req *artifactregistrypb.ListMavenArtifactsRequest, ...) *MavenArtifactIterator
- func (c *Client) ListNpmPackages(ctx context.Context, req *artifactregistrypb.ListNpmPackagesRequest, ...) *NpmPackageIterator
- func (c *Client) ListPackages(ctx context.Context, req *artifactregistrypb.ListPackagesRequest, ...) *PackageIterator
- func (c *Client) ListPythonPackages(ctx context.Context, req *artifactregistrypb.ListPythonPackagesRequest, ...) *PythonPackageIterator
- func (c *Client) ListRepositories(ctx context.Context, req *artifactregistrypb.ListRepositoriesRequest, ...) *RepositoryIterator
- func (c *Client) ListRules(ctx context.Context, req *artifactregistrypb.ListRulesRequest, ...) *RuleIterator
- func (c *Client) ListTags(ctx context.Context, req *artifactregistrypb.ListTagsRequest, ...) *TagIterator
- func (c *Client) ListVersions(ctx context.Context, req *artifactregistrypb.ListVersionsRequest, ...) *VersionIterator
- func (c *Client) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *Client) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *Client) UpdateFile(ctx context.Context, req *artifactregistrypb.UpdateFileRequest, ...) (*artifactregistrypb.File, error)
- func (c *Client) UpdatePackage(ctx context.Context, req *artifactregistrypb.UpdatePackageRequest, ...) (*artifactregistrypb.Package, error)
- func (c *Client) UpdateProjectSettings(ctx context.Context, req *artifactregistrypb.UpdateProjectSettingsRequest, ...) (*artifactregistrypb.ProjectSettings, error)
- func (c *Client) UpdateRepository(ctx context.Context, req *artifactregistrypb.UpdateRepositoryRequest, ...) (*artifactregistrypb.Repository, error)
- func (c *Client) UpdateRule(ctx context.Context, req *artifactregistrypb.UpdateRuleRequest, ...) (*artifactregistrypb.Rule, error)
- func (c *Client) UpdateTag(ctx context.Context, req *artifactregistrypb.UpdateTagRequest, ...) (*artifactregistrypb.Tag, error)
- func (c *Client) UpdateVPCSCConfig(ctx context.Context, req *artifactregistrypb.UpdateVPCSCConfigRequest, ...) (*artifactregistrypb.VPCSCConfig, error)
- func (c *Client) UpdateVersion(ctx context.Context, req *artifactregistrypb.UpdateVersionRequest, ...) (*artifactregistrypb.Version, error)
- type CreateAttachmentOperation
- func (op *CreateAttachmentOperation) Done() bool
- func (op *CreateAttachmentOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
- func (op *CreateAttachmentOperation) Name() string
- func (op *CreateAttachmentOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.Attachment, error)
- func (op *CreateAttachmentOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.Attachment, error)
- type CreateRepositoryOperation
- func (op *CreateRepositoryOperation) Done() bool
- func (op *CreateRepositoryOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
- func (op *CreateRepositoryOperation) Name() string
- func (op *CreateRepositoryOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.Repository, error)
- func (op *CreateRepositoryOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.Repository, error)
- type DeleteAttachmentOperation
- func (op *DeleteAttachmentOperation) Done() bool
- func (op *DeleteAttachmentOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
- func (op *DeleteAttachmentOperation) Name() string
- func (op *DeleteAttachmentOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteAttachmentOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteFileOperation
- func (op *DeleteFileOperation) Done() bool
- func (op *DeleteFileOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
- func (op *DeleteFileOperation) Name() string
- func (op *DeleteFileOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteFileOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeletePackageOperation
- func (op *DeletePackageOperation) Done() bool
- func (op *DeletePackageOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
- func (op *DeletePackageOperation) Name() string
- func (op *DeletePackageOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeletePackageOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteRepositoryOperation
- func (op *DeleteRepositoryOperation) Done() bool
- func (op *DeleteRepositoryOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
- func (op *DeleteRepositoryOperation) Name() string
- func (op *DeleteRepositoryOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteRepositoryOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteVersionOperation
- func (op *DeleteVersionOperation) Done() bool
- func (op *DeleteVersionOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
- func (op *DeleteVersionOperation) Name() string
- func (op *DeleteVersionOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteVersionOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DockerImageIterator
- type FileIterator
- type ImportAptArtifactsOperation
- func (op *ImportAptArtifactsOperation) Done() bool
- func (op *ImportAptArtifactsOperation) Metadata() (*artifactregistrypb.ImportAptArtifactsMetadata, error)
- func (op *ImportAptArtifactsOperation) Name() string
- func (op *ImportAptArtifactsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.ImportAptArtifactsResponse, error)
- func (op *ImportAptArtifactsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.ImportAptArtifactsResponse, error)
- type ImportYumArtifactsOperation
- func (op *ImportYumArtifactsOperation) Done() bool
- func (op *ImportYumArtifactsOperation) Metadata() (*artifactregistrypb.ImportYumArtifactsMetadata, error)
- func (op *ImportYumArtifactsOperation) Name() string
- func (op *ImportYumArtifactsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.ImportYumArtifactsResponse, error)
- func (op *ImportYumArtifactsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.ImportYumArtifactsResponse, error)
- type LocationIterator
- type MavenArtifactIterator
- type NpmPackageIterator
- type PackageIterator
- type PythonPackageIterator
- type RepositoryIterator
- type RuleIterator
- type TagIterator
- type VersionIterator
Examples ¶
- Client.BatchDeleteVersions
- Client.CreateAttachment
- Client.CreateRepository
- Client.CreateRule
- Client.CreateTag
- Client.DeleteAttachment
- Client.DeleteFile
- Client.DeletePackage
- Client.DeleteRepository
- Client.DeleteRule
- Client.DeleteTag
- Client.DeleteVersion
- Client.GetAttachment
- Client.GetDockerImage
- Client.GetFile
- Client.GetIamPolicy
- Client.GetLocation
- Client.GetMavenArtifact
- Client.GetNpmPackage
- Client.GetOperation
- Client.GetPackage
- Client.GetProjectSettings
- Client.GetPythonPackage
- Client.GetRepository
- Client.GetRule
- Client.GetTag
- Client.GetVPCSCConfig
- Client.GetVersion
- Client.ImportAptArtifacts
- Client.ImportYumArtifacts
- Client.ListAttachments
- Client.ListAttachments (All)
- Client.ListDockerImages
- Client.ListDockerImages (All)
- Client.ListFiles
- Client.ListFiles (All)
- Client.ListLocations
- Client.ListLocations (All)
- Client.ListMavenArtifacts
- Client.ListMavenArtifacts (All)
- Client.ListNpmPackages
- Client.ListNpmPackages (All)
- Client.ListPackages
- Client.ListPackages (All)
- Client.ListPythonPackages
- Client.ListPythonPackages (All)
- Client.ListRepositories
- Client.ListRepositories (All)
- Client.ListRules
- Client.ListRules (All)
- Client.ListTags
- Client.ListTags (All)
- Client.ListVersions
- Client.ListVersions (All)
- Client.SetIamPolicy
- Client.TestIamPermissions
- Client.UpdateFile
- Client.UpdatePackage
- Client.UpdateProjectSettings
- Client.UpdateRepository
- Client.UpdateRule
- Client.UpdateTag
- Client.UpdateVPCSCConfig
- Client.UpdateVersion
- NewClient
- NewRESTClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultAuthScopes ¶
func DefaultAuthScopes() []string
DefaultAuthScopes reports the default set of authentication scopes to use with this package.
Types ¶
type AttachmentIterator ¶ added in v1.16.0
type AttachmentIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*artifactregistrypb.Attachment, nextPageToken string, err error) // contains filtered or unexported fields }
AttachmentIterator manages a stream of *artifactregistrypb.Attachment.
func (*AttachmentIterator) All ¶ added in v1.16.0
func (it *AttachmentIterator) All() iter.Seq2[*artifactregistrypb.Attachment, error]
All returns an iterator. If an error is returned by the iterator, the iterator will stop after that iteration.
func (*AttachmentIterator) Next ¶ added in v1.16.0
func (it *AttachmentIterator) Next() (*artifactregistrypb.Attachment, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*AttachmentIterator) PageInfo ¶ added in v1.16.0
func (it *AttachmentIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type BatchDeleteVersionsOperation ¶ added in v1.14.5
type BatchDeleteVersionsOperation struct {
// contains filtered or unexported fields
}
BatchDeleteVersionsOperation manages a long-running operation from BatchDeleteVersions.
func (*BatchDeleteVersionsOperation) Done ¶ added in v1.14.5
func (op *BatchDeleteVersionsOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*BatchDeleteVersionsOperation) Metadata ¶ added in v1.14.5
func (op *BatchDeleteVersionsOperation) Metadata() (*artifactregistrypb.BatchDeleteVersionsMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*BatchDeleteVersionsOperation) Name ¶ added in v1.14.5
func (op *BatchDeleteVersionsOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*BatchDeleteVersionsOperation) Poll ¶ added in v1.14.5
func (op *BatchDeleteVersionsOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*BatchDeleteVersionsOperation) Wait ¶ added in v1.14.5
func (op *BatchDeleteVersionsOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CallOptions ¶
type CallOptions struct { ListDockerImages []gax.CallOption GetDockerImage []gax.CallOption ListMavenArtifacts []gax.CallOption GetMavenArtifact []gax.CallOption ListNpmPackages []gax.CallOption GetNpmPackage []gax.CallOption ListPythonPackages []gax.CallOption GetPythonPackage []gax.CallOption ImportAptArtifacts []gax.CallOption ImportYumArtifacts []gax.CallOption ListRepositories []gax.CallOption GetRepository []gax.CallOption CreateRepository []gax.CallOption UpdateRepository []gax.CallOption DeleteRepository []gax.CallOption ListPackages []gax.CallOption GetPackage []gax.CallOption DeletePackage []gax.CallOption ListVersions []gax.CallOption GetVersion []gax.CallOption DeleteVersion []gax.CallOption BatchDeleteVersions []gax.CallOption UpdateVersion []gax.CallOption ListFiles []gax.CallOption GetFile []gax.CallOption DeleteFile []gax.CallOption UpdateFile []gax.CallOption ListTags []gax.CallOption GetTag []gax.CallOption CreateTag []gax.CallOption UpdateTag []gax.CallOption DeleteTag []gax.CallOption CreateRule []gax.CallOption ListRules []gax.CallOption GetRule []gax.CallOption UpdateRule []gax.CallOption DeleteRule []gax.CallOption SetIamPolicy []gax.CallOption GetIamPolicy []gax.CallOption TestIamPermissions []gax.CallOption GetProjectSettings []gax.CallOption UpdateProjectSettings []gax.CallOption GetVPCSCConfig []gax.CallOption UpdateVPCSCConfig []gax.CallOption UpdatePackage []gax.CallOption ListAttachments []gax.CallOption GetAttachment []gax.CallOption CreateAttachment []gax.CallOption DeleteAttachment []gax.CallOption GetLocation []gax.CallOption ListLocations []gax.CallOption GetOperation []gax.CallOption }
CallOptions contains the retry settings for each method of Client.
type Client ¶
type Client struct { // The call options for this service. CallOptions *CallOptions // LROClient is used internally to handle long-running operations. // It is exposed so that its CallOptions can be modified if required. // Users should not Close this client. LROClient *lroauto.OperationsClient // contains filtered or unexported fields }
Client is a client for interacting with Artifact Registry API. Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
The Artifact Registry API service.
Artifact Registry is an artifact management system for storing artifacts from different package management systems.
The resources managed by this API are:
Repositories, which group packages and their data. Packages, which group versions and their tags. Versions, which are specific forms of a package. Tags, which represent alternative names for versions. Files, which contain content and are optionally associated with a Package or Version.
func NewClient ¶
NewClient creates a new artifact registry client based on gRPC. The returned client must be Closed when it is done being used to clean up its underlying connections.
The Artifact Registry API service.
Artifact Registry is an artifact management system for storing artifacts from different package management systems.
The resources managed by this API are:
Repositories, which group packages and their data. Packages, which group versions and their tags. Versions, which are specific forms of a package. Tags, which represent alternative names for versions. Files, which contain content and are optionally associated with a Package or Version.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() // TODO: Use client. _ = c }
Output:
func NewRESTClient ¶ added in v1.10.0
NewRESTClient creates a new artifact registry rest client.
The Artifact Registry API service.
Artifact Registry is an artifact management system for storing artifacts from different package management systems.
The resources managed by this API are:
Repositories, which group packages and their data. Packages, which group versions and their tags. Versions, which are specific forms of a package. Tags, which represent alternative names for versions. Files, which contain content and are optionally associated with a Package or Version.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewRESTClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() // TODO: Use client. _ = c }
Output:
func (*Client) BatchDeleteVersions ¶ added in v1.14.5
func (c *Client) BatchDeleteVersions(ctx context.Context, req *artifactregistrypb.BatchDeleteVersionsRequest, opts ...gax.CallOption) (*BatchDeleteVersionsOperation, error)
BatchDeleteVersions deletes multiple versions across a repository. The returned operation will complete once the versions have been deleted.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.BatchDeleteVersionsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#BatchDeleteVersionsRequest. } op, err := c.BatchDeleteVersions(ctx, req) if err != nil { // TODO: Handle error. } err = op.Wait(ctx) if err != nil { // TODO: Handle error. } }
Output:
func (*Client) BatchDeleteVersionsOperation ¶ added in v1.14.5
func (c *Client) BatchDeleteVersionsOperation(name string) *BatchDeleteVersionsOperation
BatchDeleteVersionsOperation returns a new BatchDeleteVersionsOperation from a given name. The name must be that of a previously created BatchDeleteVersionsOperation, possibly from a different process.
func (*Client) Close ¶
Close closes the connection to the API service. The user should invoke this when the client is no longer required.
func (*Client) Connection
deprecated
func (c *Client) Connection() *grpc.ClientConn
Connection returns a connection to the API service.
Deprecated: Connections are now pooled so this method does not always return the same resource.
func (*Client) CreateAttachment ¶ added in v1.16.0
func (c *Client) CreateAttachment(ctx context.Context, req *artifactregistrypb.CreateAttachmentRequest, opts ...gax.CallOption) (*CreateAttachmentOperation, error)
CreateAttachment creates an attachment. The returned Operation will finish once the attachment has been created. Its response will be the created attachment.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.CreateAttachmentRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#CreateAttachmentRequest. } op, err := c.CreateAttachment(ctx, req) if err != nil { // TODO: Handle error. } resp, err := op.Wait(ctx) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) CreateAttachmentOperation ¶ added in v1.16.0
func (c *Client) CreateAttachmentOperation(name string) *CreateAttachmentOperation
CreateAttachmentOperation returns a new CreateAttachmentOperation from a given name. The name must be that of a previously created CreateAttachmentOperation, possibly from a different process.
func (*Client) CreateRepository ¶
func (c *Client) CreateRepository(ctx context.Context, req *artifactregistrypb.CreateRepositoryRequest, opts ...gax.CallOption) (*CreateRepositoryOperation, error)
CreateRepository creates a repository. The returned Operation will finish once the repository has been created. Its response will be the created Repository.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.CreateRepositoryRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#CreateRepositoryRequest. } op, err := c.CreateRepository(ctx, req) if err != nil { // TODO: Handle error. } resp, err := op.Wait(ctx) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) CreateRepositoryOperation ¶
func (c *Client) CreateRepositoryOperation(name string) *CreateRepositoryOperation
CreateRepositoryOperation returns a new CreateRepositoryOperation from a given name. The name must be that of a previously created CreateRepositoryOperation, possibly from a different process.
func (*Client) CreateRule ¶ added in v1.16.0
func (c *Client) CreateRule(ctx context.Context, req *artifactregistrypb.CreateRuleRequest, opts ...gax.CallOption) (*artifactregistrypb.Rule, error)
CreateRule creates a rule.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.CreateRuleRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#CreateRuleRequest. } resp, err := c.CreateRule(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) CreateTag ¶
func (c *Client) CreateTag(ctx context.Context, req *artifactregistrypb.CreateTagRequest, opts ...gax.CallOption) (*artifactregistrypb.Tag, error)
CreateTag creates a tag.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.CreateTagRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#CreateTagRequest. } resp, err := c.CreateTag(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) DeleteAttachment ¶ added in v1.16.0
func (c *Client) DeleteAttachment(ctx context.Context, req *artifactregistrypb.DeleteAttachmentRequest, opts ...gax.CallOption) (*DeleteAttachmentOperation, error)
DeleteAttachment deletes an attachment. The returned Operation will finish once the attachments has been deleted. It will not have any Operation metadata and will return a google.protobuf.Empty response.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.DeleteAttachmentRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#DeleteAttachmentRequest. } op, err := c.DeleteAttachment(ctx, req) if err != nil { // TODO: Handle error. } err = op.Wait(ctx) if err != nil { // TODO: Handle error. } }
Output:
func (*Client) DeleteAttachmentOperation ¶ added in v1.16.0
func (c *Client) DeleteAttachmentOperation(name string) *DeleteAttachmentOperation
DeleteAttachmentOperation returns a new DeleteAttachmentOperation from a given name. The name must be that of a previously created DeleteAttachmentOperation, possibly from a different process.
func (*Client) DeleteFile ¶ added in v1.16.0
func (c *Client) DeleteFile(ctx context.Context, req *artifactregistrypb.DeleteFileRequest, opts ...gax.CallOption) (*DeleteFileOperation, error)
DeleteFile deletes a file and all of its content. It is only allowed on generic repositories. The returned operation will complete once the file has been deleted.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.DeleteFileRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#DeleteFileRequest. } op, err := c.DeleteFile(ctx, req) if err != nil { // TODO: Handle error. } err = op.Wait(ctx) if err != nil { // TODO: Handle error. } }
Output:
func (*Client) DeleteFileOperation ¶ added in v1.16.0
func (c *Client) DeleteFileOperation(name string) *DeleteFileOperation
DeleteFileOperation returns a new DeleteFileOperation from a given name. The name must be that of a previously created DeleteFileOperation, possibly from a different process.
func (*Client) DeletePackage ¶
func (c *Client) DeletePackage(ctx context.Context, req *artifactregistrypb.DeletePackageRequest, opts ...gax.CallOption) (*DeletePackageOperation, error)
DeletePackage deletes a package and all of its versions and tags. The returned operation will complete once the package has been deleted.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.DeletePackageRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#DeletePackageRequest. } op, err := c.DeletePackage(ctx, req) if err != nil { // TODO: Handle error. } err = op.Wait(ctx) if err != nil { // TODO: Handle error. } }
Output:
func (*Client) DeletePackageOperation ¶
func (c *Client) DeletePackageOperation(name string) *DeletePackageOperation
DeletePackageOperation returns a new DeletePackageOperation from a given name. The name must be that of a previously created DeletePackageOperation, possibly from a different process.
func (*Client) DeleteRepository ¶
func (c *Client) DeleteRepository(ctx context.Context, req *artifactregistrypb.DeleteRepositoryRequest, opts ...gax.CallOption) (*DeleteRepositoryOperation, error)
DeleteRepository deletes a repository and all of its contents. The returned Operation will finish once the repository has been deleted. It will not have any Operation metadata and will return a google.protobuf.Empty response.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.DeleteRepositoryRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#DeleteRepositoryRequest. } op, err := c.DeleteRepository(ctx, req) if err != nil { // TODO: Handle error. } err = op.Wait(ctx) if err != nil { // TODO: Handle error. } }
Output:
func (*Client) DeleteRepositoryOperation ¶
func (c *Client) DeleteRepositoryOperation(name string) *DeleteRepositoryOperation
DeleteRepositoryOperation returns a new DeleteRepositoryOperation from a given name. The name must be that of a previously created DeleteRepositoryOperation, possibly from a different process.
func (*Client) DeleteRule ¶ added in v1.16.0
func (c *Client) DeleteRule(ctx context.Context, req *artifactregistrypb.DeleteRuleRequest, opts ...gax.CallOption) error
DeleteRule deletes a rule.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.DeleteRuleRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#DeleteRuleRequest. } err = c.DeleteRule(ctx, req) if err != nil { // TODO: Handle error. } }
Output:
func (*Client) DeleteTag ¶
func (c *Client) DeleteTag(ctx context.Context, req *artifactregistrypb.DeleteTagRequest, opts ...gax.CallOption) error
DeleteTag deletes a tag.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.DeleteTagRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#DeleteTagRequest. } err = c.DeleteTag(ctx, req) if err != nil { // TODO: Handle error. } }
Output:
func (*Client) DeleteVersion ¶
func (c *Client) DeleteVersion(ctx context.Context, req *artifactregistrypb.DeleteVersionRequest, opts ...gax.CallOption) (*DeleteVersionOperation, error)
DeleteVersion deletes a version and all of its content. The returned operation will complete once the version has been deleted.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.DeleteVersionRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#DeleteVersionRequest. } op, err := c.DeleteVersion(ctx, req) if err != nil { // TODO: Handle error. } err = op.Wait(ctx) if err != nil { // TODO: Handle error. } }
Output:
func (*Client) DeleteVersionOperation ¶
func (c *Client) DeleteVersionOperation(name string) *DeleteVersionOperation
DeleteVersionOperation returns a new DeleteVersionOperation from a given name. The name must be that of a previously created DeleteVersionOperation, possibly from a different process.
func (*Client) GetAttachment ¶ added in v1.16.0
func (c *Client) GetAttachment(ctx context.Context, req *artifactregistrypb.GetAttachmentRequest, opts ...gax.CallOption) (*artifactregistrypb.Attachment, error)
GetAttachment gets an attachment.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetAttachmentRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetAttachmentRequest. } resp, err := c.GetAttachment(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetDockerImage ¶
func (c *Client) GetDockerImage(ctx context.Context, req *artifactregistrypb.GetDockerImageRequest, opts ...gax.CallOption) (*artifactregistrypb.DockerImage, error)
GetDockerImage gets a docker image.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetDockerImageRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetDockerImageRequest. } resp, err := c.GetDockerImage(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetFile ¶
func (c *Client) GetFile(ctx context.Context, req *artifactregistrypb.GetFileRequest, opts ...gax.CallOption) (*artifactregistrypb.File, error)
GetFile gets a file.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetFileRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetFileRequest. } resp, err := c.GetFile(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetIamPolicy ¶
func (c *Client) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
GetIamPolicy gets the IAM policy for a given resource.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" iampb "cloud.google.com/go/iam/apiv1/iampb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &iampb.GetIamPolicyRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#GetIamPolicyRequest. } resp, err := c.GetIamPolicy(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetLocation ¶ added in v1.10.0
func (c *Client) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, opts ...gax.CallOption) (*locationpb.Location, error)
GetLocation gets information about a location.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" locationpb "google.golang.org/genproto/googleapis/cloud/location" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &locationpb.GetLocationRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#GetLocationRequest. } resp, err := c.GetLocation(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetMavenArtifact ¶ added in v1.11.0
func (c *Client) GetMavenArtifact(ctx context.Context, req *artifactregistrypb.GetMavenArtifactRequest, opts ...gax.CallOption) (*artifactregistrypb.MavenArtifact, error)
GetMavenArtifact gets a maven artifact.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetMavenArtifactRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetMavenArtifactRequest. } resp, err := c.GetMavenArtifact(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetNpmPackage ¶ added in v1.11.0
func (c *Client) GetNpmPackage(ctx context.Context, req *artifactregistrypb.GetNpmPackageRequest, opts ...gax.CallOption) (*artifactregistrypb.NpmPackage, error)
GetNpmPackage gets a npm package.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetNpmPackageRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetNpmPackageRequest. } resp, err := c.GetNpmPackage(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetOperation ¶ added in v1.11.0
func (c *Client) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, opts ...gax.CallOption) (*longrunningpb.Operation, error)
GetOperation is a utility method from google.longrunning.Operations.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &longrunningpb.GetOperationRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#GetOperationRequest. } resp, err := c.GetOperation(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetPackage ¶
func (c *Client) GetPackage(ctx context.Context, req *artifactregistrypb.GetPackageRequest, opts ...gax.CallOption) (*artifactregistrypb.Package, error)
GetPackage gets a package.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetPackageRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetPackageRequest. } resp, err := c.GetPackage(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetProjectSettings ¶
func (c *Client) GetProjectSettings(ctx context.Context, req *artifactregistrypb.GetProjectSettingsRequest, opts ...gax.CallOption) (*artifactregistrypb.ProjectSettings, error)
GetProjectSettings retrieves the Settings for the Project.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetProjectSettingsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetProjectSettingsRequest. } resp, err := c.GetProjectSettings(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetPythonPackage ¶ added in v1.11.0
func (c *Client) GetPythonPackage(ctx context.Context, req *artifactregistrypb.GetPythonPackageRequest, opts ...gax.CallOption) (*artifactregistrypb.PythonPackage, error)
GetPythonPackage gets a python package.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetPythonPackageRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetPythonPackageRequest. } resp, err := c.GetPythonPackage(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetRepository ¶
func (c *Client) GetRepository(ctx context.Context, req *artifactregistrypb.GetRepositoryRequest, opts ...gax.CallOption) (*artifactregistrypb.Repository, error)
GetRepository gets a repository.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetRepositoryRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetRepositoryRequest. } resp, err := c.GetRepository(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetRule ¶ added in v1.16.0
func (c *Client) GetRule(ctx context.Context, req *artifactregistrypb.GetRuleRequest, opts ...gax.CallOption) (*artifactregistrypb.Rule, error)
GetRule gets a rule.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetRuleRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetRuleRequest. } resp, err := c.GetRule(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetTag ¶
func (c *Client) GetTag(ctx context.Context, req *artifactregistrypb.GetTagRequest, opts ...gax.CallOption) (*artifactregistrypb.Tag, error)
GetTag gets a tag.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetTagRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetTagRequest. } resp, err := c.GetTag(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetVPCSCConfig ¶ added in v1.11.0
func (c *Client) GetVPCSCConfig(ctx context.Context, req *artifactregistrypb.GetVPCSCConfigRequest, opts ...gax.CallOption) (*artifactregistrypb.VPCSCConfig, error)
GetVPCSCConfig retrieves the VPCSC Config for the Project.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetVPCSCConfigRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetVPCSCConfigRequest. } resp, err := c.GetVPCSCConfig(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) GetVersion ¶
func (c *Client) GetVersion(ctx context.Context, req *artifactregistrypb.GetVersionRequest, opts ...gax.CallOption) (*artifactregistrypb.Version, error)
GetVersion gets a version
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.GetVersionRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#GetVersionRequest. } resp, err := c.GetVersion(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) ImportAptArtifacts ¶
func (c *Client) ImportAptArtifacts(ctx context.Context, req *artifactregistrypb.ImportAptArtifactsRequest, opts ...gax.CallOption) (*ImportAptArtifactsOperation, error)
ImportAptArtifacts imports Apt artifacts. The returned Operation will complete once the resources are imported. Package, Version, and File resources are created based on the imported artifacts. Imported artifacts that conflict with existing resources are ignored.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ImportAptArtifactsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ImportAptArtifactsRequest. } op, err := c.ImportAptArtifacts(ctx, req) if err != nil { // TODO: Handle error. } resp, err := op.Wait(ctx) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) ImportAptArtifactsOperation ¶
func (c *Client) ImportAptArtifactsOperation(name string) *ImportAptArtifactsOperation
ImportAptArtifactsOperation returns a new ImportAptArtifactsOperation from a given name. The name must be that of a previously created ImportAptArtifactsOperation, possibly from a different process.
func (*Client) ImportYumArtifacts ¶
func (c *Client) ImportYumArtifacts(ctx context.Context, req *artifactregistrypb.ImportYumArtifactsRequest, opts ...gax.CallOption) (*ImportYumArtifactsOperation, error)
ImportYumArtifacts imports Yum (RPM) artifacts. The returned Operation will complete once the resources are imported. Package, Version, and File resources are created based on the imported artifacts. Imported artifacts that conflict with existing resources are ignored.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ImportYumArtifactsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ImportYumArtifactsRequest. } op, err := c.ImportYumArtifacts(ctx, req) if err != nil { // TODO: Handle error. } resp, err := op.Wait(ctx) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) ImportYumArtifactsOperation ¶
func (c *Client) ImportYumArtifactsOperation(name string) *ImportYumArtifactsOperation
ImportYumArtifactsOperation returns a new ImportYumArtifactsOperation from a given name. The name must be that of a previously created ImportYumArtifactsOperation, possibly from a different process.
func (*Client) ListAttachments ¶ added in v1.16.0
func (c *Client) ListAttachments(ctx context.Context, req *artifactregistrypb.ListAttachmentsRequest, opts ...gax.CallOption) *AttachmentIterator
ListAttachments lists attachments.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" "google.golang.org/api/iterator" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListAttachmentsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListAttachmentsRequest. } it := c.ListAttachments(ctx, req) for { resp, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp // If you need to access the underlying RPC response, // you can do so by casting the `Response` as below. // Otherwise, remove this line. Only populated after // first call to Next(). Not safe for concurrent access. _ = it.Response.(*artifactregistrypb.ListAttachmentsResponse) } }
Output:
Example (All) ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListAttachmentsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListAttachmentsRequest. } for resp, err := range c.ListAttachments(ctx, req).All() { if err != nil { // TODO: Handle error and break/return/continue. Iteration will stop after any error. } // TODO: Use resp. _ = resp } }
Output:
func (*Client) ListDockerImages ¶
func (c *Client) ListDockerImages(ctx context.Context, req *artifactregistrypb.ListDockerImagesRequest, opts ...gax.CallOption) *DockerImageIterator
ListDockerImages lists docker images.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" "google.golang.org/api/iterator" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListDockerImagesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListDockerImagesRequest. } it := c.ListDockerImages(ctx, req) for { resp, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp // If you need to access the underlying RPC response, // you can do so by casting the `Response` as below. // Otherwise, remove this line. Only populated after // first call to Next(). Not safe for concurrent access. _ = it.Response.(*artifactregistrypb.ListDockerImagesResponse) } }
Output:
Example (All) ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListDockerImagesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListDockerImagesRequest. } for resp, err := range c.ListDockerImages(ctx, req).All() { if err != nil { // TODO: Handle error and break/return/continue. Iteration will stop after any error. } // TODO: Use resp. _ = resp } }
Output:
func (*Client) ListFiles ¶
func (c *Client) ListFiles(ctx context.Context, req *artifactregistrypb.ListFilesRequest, opts ...gax.CallOption) *FileIterator
ListFiles lists files.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" "google.golang.org/api/iterator" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListFilesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListFilesRequest. } it := c.ListFiles(ctx, req) for { resp, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp // If you need to access the underlying RPC response, // you can do so by casting the `Response` as below. // Otherwise, remove this line. Only populated after // first call to Next(). Not safe for concurrent access. _ = it.Response.(*artifactregistrypb.ListFilesResponse) } }
Output:
Example (All) ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListFilesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListFilesRequest. } for resp, err := range c.ListFiles(ctx, req).All() { if err != nil { // TODO: Handle error and break/return/continue. Iteration will stop after any error. } // TODO: Use resp. _ = resp } }
Output:
func (*Client) ListLocations ¶ added in v1.10.0
func (c *Client) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, opts ...gax.CallOption) *LocationIterator
ListLocations lists information about the supported locations for this service.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" "google.golang.org/api/iterator" locationpb "google.golang.org/genproto/googleapis/cloud/location" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &locationpb.ListLocationsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest. } it := c.ListLocations(ctx, req) for { resp, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp // If you need to access the underlying RPC response, // you can do so by casting the `Response` as below. // Otherwise, remove this line. Only populated after // first call to Next(). Not safe for concurrent access. _ = it.Response.(*locationpb.ListLocationsResponse) } }
Output:
Example (All) ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" locationpb "google.golang.org/genproto/googleapis/cloud/location" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &locationpb.ListLocationsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest. } for resp, err := range c.ListLocations(ctx, req).All() { if err != nil { // TODO: Handle error and break/return/continue. Iteration will stop after any error. } // TODO: Use resp. _ = resp } }
Output:
func (*Client) ListMavenArtifacts ¶ added in v1.11.0
func (c *Client) ListMavenArtifacts(ctx context.Context, req *artifactregistrypb.ListMavenArtifactsRequest, opts ...gax.CallOption) *MavenArtifactIterator
ListMavenArtifacts lists maven artifacts.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" "google.golang.org/api/iterator" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListMavenArtifactsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListMavenArtifactsRequest. } it := c.ListMavenArtifacts(ctx, req) for { resp, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp // If you need to access the underlying RPC response, // you can do so by casting the `Response` as below. // Otherwise, remove this line. Only populated after // first call to Next(). Not safe for concurrent access. _ = it.Response.(*artifactregistrypb.ListMavenArtifactsResponse) } }
Output:
Example (All) ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListMavenArtifactsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListMavenArtifactsRequest. } for resp, err := range c.ListMavenArtifacts(ctx, req).All() { if err != nil { // TODO: Handle error and break/return/continue. Iteration will stop after any error. } // TODO: Use resp. _ = resp } }
Output:
func (*Client) ListNpmPackages ¶ added in v1.11.0
func (c *Client) ListNpmPackages(ctx context.Context, req *artifactregistrypb.ListNpmPackagesRequest, opts ...gax.CallOption) *NpmPackageIterator
ListNpmPackages lists npm packages.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" "google.golang.org/api/iterator" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListNpmPackagesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListNpmPackagesRequest. } it := c.ListNpmPackages(ctx, req) for { resp, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp // If you need to access the underlying RPC response, // you can do so by casting the `Response` as below. // Otherwise, remove this line. Only populated after // first call to Next(). Not safe for concurrent access. _ = it.Response.(*artifactregistrypb.ListNpmPackagesResponse) } }
Output:
Example (All) ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListNpmPackagesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListNpmPackagesRequest. } for resp, err := range c.ListNpmPackages(ctx, req).All() { if err != nil { // TODO: Handle error and break/return/continue. Iteration will stop after any error. } // TODO: Use resp. _ = resp } }
Output:
func (*Client) ListPackages ¶
func (c *Client) ListPackages(ctx context.Context, req *artifactregistrypb.ListPackagesRequest, opts ...gax.CallOption) *PackageIterator
ListPackages lists packages.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" "google.golang.org/api/iterator" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListPackagesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListPackagesRequest. } it := c.ListPackages(ctx, req) for { resp, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp // If you need to access the underlying RPC response, // you can do so by casting the `Response` as below. // Otherwise, remove this line. Only populated after // first call to Next(). Not safe for concurrent access. _ = it.Response.(*artifactregistrypb.ListPackagesResponse) } }
Output:
Example (All) ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListPackagesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListPackagesRequest. } for resp, err := range c.ListPackages(ctx, req).All() { if err != nil { // TODO: Handle error and break/return/continue. Iteration will stop after any error. } // TODO: Use resp. _ = resp } }
Output:
func (*Client) ListPythonPackages ¶ added in v1.11.0
func (c *Client) ListPythonPackages(ctx context.Context, req *artifactregistrypb.ListPythonPackagesRequest, opts ...gax.CallOption) *PythonPackageIterator
ListPythonPackages lists python packages.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" "google.golang.org/api/iterator" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListPythonPackagesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListPythonPackagesRequest. } it := c.ListPythonPackages(ctx, req) for { resp, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp // If you need to access the underlying RPC response, // you can do so by casting the `Response` as below. // Otherwise, remove this line. Only populated after // first call to Next(). Not safe for concurrent access. _ = it.Response.(*artifactregistrypb.ListPythonPackagesResponse) } }
Output:
Example (All) ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListPythonPackagesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListPythonPackagesRequest. } for resp, err := range c.ListPythonPackages(ctx, req).All() { if err != nil { // TODO: Handle error and break/return/continue. Iteration will stop after any error. } // TODO: Use resp. _ = resp } }
Output:
func (*Client) ListRepositories ¶
func (c *Client) ListRepositories(ctx context.Context, req *artifactregistrypb.ListRepositoriesRequest, opts ...gax.CallOption) *RepositoryIterator
ListRepositories lists repositories.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" "google.golang.org/api/iterator" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListRepositoriesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListRepositoriesRequest. } it := c.ListRepositories(ctx, req) for { resp, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp // If you need to access the underlying RPC response, // you can do so by casting the `Response` as below. // Otherwise, remove this line. Only populated after // first call to Next(). Not safe for concurrent access. _ = it.Response.(*artifactregistrypb.ListRepositoriesResponse) } }
Output:
Example (All) ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListRepositoriesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListRepositoriesRequest. } for resp, err := range c.ListRepositories(ctx, req).All() { if err != nil { // TODO: Handle error and break/return/continue. Iteration will stop after any error. } // TODO: Use resp. _ = resp } }
Output:
func (*Client) ListRules ¶ added in v1.16.0
func (c *Client) ListRules(ctx context.Context, req *artifactregistrypb.ListRulesRequest, opts ...gax.CallOption) *RuleIterator
ListRules lists rules.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" "google.golang.org/api/iterator" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListRulesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListRulesRequest. } it := c.ListRules(ctx, req) for { resp, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp // If you need to access the underlying RPC response, // you can do so by casting the `Response` as below. // Otherwise, remove this line. Only populated after // first call to Next(). Not safe for concurrent access. _ = it.Response.(*artifactregistrypb.ListRulesResponse) } }
Output:
Example (All) ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListRulesRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListRulesRequest. } for resp, err := range c.ListRules(ctx, req).All() { if err != nil { // TODO: Handle error and break/return/continue. Iteration will stop after any error. } // TODO: Use resp. _ = resp } }
Output:
func (*Client) ListTags ¶
func (c *Client) ListTags(ctx context.Context, req *artifactregistrypb.ListTagsRequest, opts ...gax.CallOption) *TagIterator
ListTags lists tags.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" "google.golang.org/api/iterator" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListTagsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListTagsRequest. } it := c.ListTags(ctx, req) for { resp, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp // If you need to access the underlying RPC response, // you can do so by casting the `Response` as below. // Otherwise, remove this line. Only populated after // first call to Next(). Not safe for concurrent access. _ = it.Response.(*artifactregistrypb.ListTagsResponse) } }
Output:
Example (All) ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListTagsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListTagsRequest. } for resp, err := range c.ListTags(ctx, req).All() { if err != nil { // TODO: Handle error and break/return/continue. Iteration will stop after any error. } // TODO: Use resp. _ = resp } }
Output:
func (*Client) ListVersions ¶
func (c *Client) ListVersions(ctx context.Context, req *artifactregistrypb.ListVersionsRequest, opts ...gax.CallOption) *VersionIterator
ListVersions lists versions.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" "google.golang.org/api/iterator" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListVersionsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListVersionsRequest. } it := c.ListVersions(ctx, req) for { resp, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp // If you need to access the underlying RPC response, // you can do so by casting the `Response` as below. // Otherwise, remove this line. Only populated after // first call to Next(). Not safe for concurrent access. _ = it.Response.(*artifactregistrypb.ListVersionsResponse) } }
Output:
Example (All) ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.ListVersionsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListVersionsRequest. } for resp, err := range c.ListVersions(ctx, req).All() { if err != nil { // TODO: Handle error and break/return/continue. Iteration will stop after any error. } // TODO: Use resp. _ = resp } }
Output:
func (*Client) SetIamPolicy ¶
func (c *Client) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
SetIamPolicy updates the IAM policy for a given resource.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" iampb "cloud.google.com/go/iam/apiv1/iampb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &iampb.SetIamPolicyRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest. } resp, err := c.SetIamPolicy(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) TestIamPermissions ¶
func (c *Client) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, opts ...gax.CallOption) (*iampb.TestIamPermissionsResponse, error)
TestIamPermissions tests if the caller has a list of permissions on a resource.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" iampb "cloud.google.com/go/iam/apiv1/iampb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &iampb.TestIamPermissionsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#TestIamPermissionsRequest. } resp, err := c.TestIamPermissions(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) UpdateFile ¶ added in v1.16.0
func (c *Client) UpdateFile(ctx context.Context, req *artifactregistrypb.UpdateFileRequest, opts ...gax.CallOption) (*artifactregistrypb.File, error)
UpdateFile updates a file.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.UpdateFileRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#UpdateFileRequest. } resp, err := c.UpdateFile(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) UpdatePackage ¶ added in v1.16.0
func (c *Client) UpdatePackage(ctx context.Context, req *artifactregistrypb.UpdatePackageRequest, opts ...gax.CallOption) (*artifactregistrypb.Package, error)
UpdatePackage updates a package.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.UpdatePackageRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#UpdatePackageRequest. } resp, err := c.UpdatePackage(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) UpdateProjectSettings ¶
func (c *Client) UpdateProjectSettings(ctx context.Context, req *artifactregistrypb.UpdateProjectSettingsRequest, opts ...gax.CallOption) (*artifactregistrypb.ProjectSettings, error)
UpdateProjectSettings updates the Settings for the Project.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.UpdateProjectSettingsRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#UpdateProjectSettingsRequest. } resp, err := c.UpdateProjectSettings(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) UpdateRepository ¶
func (c *Client) UpdateRepository(ctx context.Context, req *artifactregistrypb.UpdateRepositoryRequest, opts ...gax.CallOption) (*artifactregistrypb.Repository, error)
UpdateRepository updates a repository.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.UpdateRepositoryRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#UpdateRepositoryRequest. } resp, err := c.UpdateRepository(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) UpdateRule ¶ added in v1.16.0
func (c *Client) UpdateRule(ctx context.Context, req *artifactregistrypb.UpdateRuleRequest, opts ...gax.CallOption) (*artifactregistrypb.Rule, error)
UpdateRule updates a rule.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.UpdateRuleRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#UpdateRuleRequest. } resp, err := c.UpdateRule(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) UpdateTag ¶
func (c *Client) UpdateTag(ctx context.Context, req *artifactregistrypb.UpdateTagRequest, opts ...gax.CallOption) (*artifactregistrypb.Tag, error)
UpdateTag updates a tag.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.UpdateTagRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#UpdateTagRequest. } resp, err := c.UpdateTag(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) UpdateVPCSCConfig ¶ added in v1.11.0
func (c *Client) UpdateVPCSCConfig(ctx context.Context, req *artifactregistrypb.UpdateVPCSCConfigRequest, opts ...gax.CallOption) (*artifactregistrypb.VPCSCConfig, error)
UpdateVPCSCConfig updates the VPCSC Config for the Project.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.UpdateVPCSCConfigRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#UpdateVPCSCConfigRequest. } resp, err := c.UpdateVPCSCConfig(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
func (*Client) UpdateVersion ¶ added in v1.16.0
func (c *Client) UpdateVersion(ctx context.Context, req *artifactregistrypb.UpdateVersionRequest, opts ...gax.CallOption) (*artifactregistrypb.Version, error)
UpdateVersion updates a version.
Example ¶
package main import ( "context" artifactregistry "cloud.google.com/go/artifactregistry/apiv1" artifactregistrypb "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := artifactregistry.NewClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &artifactregistrypb.UpdateVersionRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#UpdateVersionRequest. } resp, err := c.UpdateVersion(ctx, req) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp }
Output:
type CreateAttachmentOperation ¶ added in v1.16.0
type CreateAttachmentOperation struct {
// contains filtered or unexported fields
}
CreateAttachmentOperation manages a long-running operation from CreateAttachment.
func (*CreateAttachmentOperation) Done ¶ added in v1.16.0
func (op *CreateAttachmentOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateAttachmentOperation) Metadata ¶ added in v1.16.0
func (op *CreateAttachmentOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateAttachmentOperation) Name ¶ added in v1.16.0
func (op *CreateAttachmentOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateAttachmentOperation) Poll ¶ added in v1.16.0
func (op *CreateAttachmentOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.Attachment, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateAttachmentOperation) Wait ¶ added in v1.16.0
func (op *CreateAttachmentOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.Attachment, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateRepositoryOperation ¶
type CreateRepositoryOperation struct {
// contains filtered or unexported fields
}
CreateRepositoryOperation manages a long-running operation from CreateRepository.
func (*CreateRepositoryOperation) Done ¶
func (op *CreateRepositoryOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateRepositoryOperation) Metadata ¶
func (op *CreateRepositoryOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateRepositoryOperation) Name ¶
func (op *CreateRepositoryOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateRepositoryOperation) Poll ¶
func (op *CreateRepositoryOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.Repository, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateRepositoryOperation) Wait ¶
func (op *CreateRepositoryOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.Repository, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type DeleteAttachmentOperation ¶ added in v1.16.0
type DeleteAttachmentOperation struct {
// contains filtered or unexported fields
}
DeleteAttachmentOperation manages a long-running operation from DeleteAttachment.
func (*DeleteAttachmentOperation) Done ¶ added in v1.16.0
func (op *DeleteAttachmentOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*DeleteAttachmentOperation) Metadata ¶ added in v1.16.0
func (op *DeleteAttachmentOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*DeleteAttachmentOperation) Name ¶ added in v1.16.0
func (op *DeleteAttachmentOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*DeleteAttachmentOperation) Poll ¶ added in v1.16.0
func (op *DeleteAttachmentOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*DeleteAttachmentOperation) Wait ¶ added in v1.16.0
func (op *DeleteAttachmentOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type DeleteFileOperation ¶ added in v1.16.0
type DeleteFileOperation struct {
// contains filtered or unexported fields
}
DeleteFileOperation manages a long-running operation from DeleteFile.
func (*DeleteFileOperation) Done ¶ added in v1.16.0
func (op *DeleteFileOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*DeleteFileOperation) Metadata ¶ added in v1.16.0
func (op *DeleteFileOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*DeleteFileOperation) Name ¶ added in v1.16.0
func (op *DeleteFileOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*DeleteFileOperation) Poll ¶ added in v1.16.0
func (op *DeleteFileOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*DeleteFileOperation) Wait ¶ added in v1.16.0
func (op *DeleteFileOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type DeletePackageOperation ¶
type DeletePackageOperation struct {
// contains filtered or unexported fields
}
DeletePackageOperation manages a long-running operation from DeletePackage.
func (*DeletePackageOperation) Done ¶
func (op *DeletePackageOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*DeletePackageOperation) Metadata ¶
func (op *DeletePackageOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*DeletePackageOperation) Name ¶
func (op *DeletePackageOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*DeletePackageOperation) Poll ¶
func (op *DeletePackageOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*DeletePackageOperation) Wait ¶
func (op *DeletePackageOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type DeleteRepositoryOperation ¶
type DeleteRepositoryOperation struct {
// contains filtered or unexported fields
}
DeleteRepositoryOperation manages a long-running operation from DeleteRepository.
func (*DeleteRepositoryOperation) Done ¶
func (op *DeleteRepositoryOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*DeleteRepositoryOperation) Metadata ¶
func (op *DeleteRepositoryOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*DeleteRepositoryOperation) Name ¶
func (op *DeleteRepositoryOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*DeleteRepositoryOperation) Poll ¶
func (op *DeleteRepositoryOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*DeleteRepositoryOperation) Wait ¶
func (op *DeleteRepositoryOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type DeleteVersionOperation ¶
type DeleteVersionOperation struct {
// contains filtered or unexported fields
}
DeleteVersionOperation manages a long-running operation from DeleteVersion.
func (*DeleteVersionOperation) Done ¶
func (op *DeleteVersionOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*DeleteVersionOperation) Metadata ¶
func (op *DeleteVersionOperation) Metadata() (*artifactregistrypb.OperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*DeleteVersionOperation) Name ¶
func (op *DeleteVersionOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*DeleteVersionOperation) Poll ¶
func (op *DeleteVersionOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*DeleteVersionOperation) Wait ¶
func (op *DeleteVersionOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type DockerImageIterator ¶
type DockerImageIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*artifactregistrypb.DockerImage, nextPageToken string, err error) // contains filtered or unexported fields }
DockerImageIterator manages a stream of *artifactregistrypb.DockerImage.
func (*DockerImageIterator) All ¶ added in v1.15.1
func (it *DockerImageIterator) All() iter.Seq2[*artifactregistrypb.DockerImage, error]
All returns an iterator. If an error is returned by the iterator, the iterator will stop after that iteration.
func (*DockerImageIterator) Next ¶
func (it *DockerImageIterator) Next() (*artifactregistrypb.DockerImage, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*DockerImageIterator) PageInfo ¶
func (it *DockerImageIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type FileIterator ¶
type FileIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*artifactregistrypb.File, nextPageToken string, err error) // contains filtered or unexported fields }
FileIterator manages a stream of *artifactregistrypb.File.
func (*FileIterator) All ¶ added in v1.15.1
func (it *FileIterator) All() iter.Seq2[*artifactregistrypb.File, error]
All returns an iterator. If an error is returned by the iterator, the iterator will stop after that iteration.
func (*FileIterator) Next ¶
func (it *FileIterator) Next() (*artifactregistrypb.File, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*FileIterator) PageInfo ¶
func (it *FileIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type ImportAptArtifactsOperation ¶
type ImportAptArtifactsOperation struct {
// contains filtered or unexported fields
}
ImportAptArtifactsOperation manages a long-running operation from ImportAptArtifacts.
func (*ImportAptArtifactsOperation) Done ¶
func (op *ImportAptArtifactsOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*ImportAptArtifactsOperation) Metadata ¶
func (op *ImportAptArtifactsOperation) Metadata() (*artifactregistrypb.ImportAptArtifactsMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*ImportAptArtifactsOperation) Name ¶
func (op *ImportAptArtifactsOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*ImportAptArtifactsOperation) Poll ¶
func (op *ImportAptArtifactsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.ImportAptArtifactsResponse, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*ImportAptArtifactsOperation) Wait ¶
func (op *ImportAptArtifactsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.ImportAptArtifactsResponse, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type ImportYumArtifactsOperation ¶
type ImportYumArtifactsOperation struct {
// contains filtered or unexported fields
}
ImportYumArtifactsOperation manages a long-running operation from ImportYumArtifacts.
func (*ImportYumArtifactsOperation) Done ¶
func (op *ImportYumArtifactsOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*ImportYumArtifactsOperation) Metadata ¶
func (op *ImportYumArtifactsOperation) Metadata() (*artifactregistrypb.ImportYumArtifactsMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*ImportYumArtifactsOperation) Name ¶
func (op *ImportYumArtifactsOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*ImportYumArtifactsOperation) Poll ¶
func (op *ImportYumArtifactsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.ImportYumArtifactsResponse, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*ImportYumArtifactsOperation) Wait ¶
func (op *ImportYumArtifactsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*artifactregistrypb.ImportYumArtifactsResponse, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type LocationIterator ¶ added in v1.10.0
type LocationIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*locationpb.Location, nextPageToken string, err error) // contains filtered or unexported fields }
LocationIterator manages a stream of *locationpb.Location.
func (*LocationIterator) All ¶ added in v1.15.1
func (it *LocationIterator) All() iter.Seq2[*locationpb.Location, error]
All returns an iterator. If an error is returned by the iterator, the iterator will stop after that iteration.
func (*LocationIterator) Next ¶ added in v1.10.0
func (it *LocationIterator) Next() (*locationpb.Location, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*LocationIterator) PageInfo ¶ added in v1.10.0
func (it *LocationIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type MavenArtifactIterator ¶ added in v1.11.0
type MavenArtifactIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*artifactregistrypb.MavenArtifact, nextPageToken string, err error) // contains filtered or unexported fields }
MavenArtifactIterator manages a stream of *artifactregistrypb.MavenArtifact.
func (*MavenArtifactIterator) All ¶ added in v1.15.1
func (it *MavenArtifactIterator) All() iter.Seq2[*artifactregistrypb.MavenArtifact, error]
All returns an iterator. If an error is returned by the iterator, the iterator will stop after that iteration.
func (*MavenArtifactIterator) Next ¶ added in v1.11.0
func (it *MavenArtifactIterator) Next() (*artifactregistrypb.MavenArtifact, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*MavenArtifactIterator) PageInfo ¶ added in v1.11.0
func (it *MavenArtifactIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type NpmPackageIterator ¶ added in v1.11.0
type NpmPackageIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*artifactregistrypb.NpmPackage, nextPageToken string, err error) // contains filtered or unexported fields }
NpmPackageIterator manages a stream of *artifactregistrypb.NpmPackage.
func (*NpmPackageIterator) All ¶ added in v1.15.1
func (it *NpmPackageIterator) All() iter.Seq2[*artifactregistrypb.NpmPackage, error]
All returns an iterator. If an error is returned by the iterator, the iterator will stop after that iteration.
func (*NpmPackageIterator) Next ¶ added in v1.11.0
func (it *NpmPackageIterator) Next() (*artifactregistrypb.NpmPackage, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*NpmPackageIterator) PageInfo ¶ added in v1.11.0
func (it *NpmPackageIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type PackageIterator ¶
type PackageIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*artifactregistrypb.Package, nextPageToken string, err error) // contains filtered or unexported fields }
PackageIterator manages a stream of *artifactregistrypb.Package.
func (*PackageIterator) All ¶ added in v1.15.1
func (it *PackageIterator) All() iter.Seq2[*artifactregistrypb.Package, error]
All returns an iterator. If an error is returned by the iterator, the iterator will stop after that iteration.
func (*PackageIterator) Next ¶
func (it *PackageIterator) Next() (*artifactregistrypb.Package, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*PackageIterator) PageInfo ¶
func (it *PackageIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type PythonPackageIterator ¶ added in v1.11.0
type PythonPackageIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*artifactregistrypb.PythonPackage, nextPageToken string, err error) // contains filtered or unexported fields }
PythonPackageIterator manages a stream of *artifactregistrypb.PythonPackage.
func (*PythonPackageIterator) All ¶ added in v1.15.1
func (it *PythonPackageIterator) All() iter.Seq2[*artifactregistrypb.PythonPackage, error]
All returns an iterator. If an error is returned by the iterator, the iterator will stop after that iteration.
func (*PythonPackageIterator) Next ¶ added in v1.11.0
func (it *PythonPackageIterator) Next() (*artifactregistrypb.PythonPackage, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*PythonPackageIterator) PageInfo ¶ added in v1.11.0
func (it *PythonPackageIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type RepositoryIterator ¶
type RepositoryIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*artifactregistrypb.Repository, nextPageToken string, err error) // contains filtered or unexported fields }
RepositoryIterator manages a stream of *artifactregistrypb.Repository.
func (*RepositoryIterator) All ¶ added in v1.15.1
func (it *RepositoryIterator) All() iter.Seq2[*artifactregistrypb.Repository, error]
All returns an iterator. If an error is returned by the iterator, the iterator will stop after that iteration.
func (*RepositoryIterator) Next ¶
func (it *RepositoryIterator) Next() (*artifactregistrypb.Repository, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*RepositoryIterator) PageInfo ¶
func (it *RepositoryIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type RuleIterator ¶ added in v1.16.0
type RuleIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*artifactregistrypb.Rule, nextPageToken string, err error) // contains filtered or unexported fields }
RuleIterator manages a stream of *artifactregistrypb.Rule.
func (*RuleIterator) All ¶ added in v1.16.0
func (it *RuleIterator) All() iter.Seq2[*artifactregistrypb.Rule, error]
All returns an iterator. If an error is returned by the iterator, the iterator will stop after that iteration.
func (*RuleIterator) Next ¶ added in v1.16.0
func (it *RuleIterator) Next() (*artifactregistrypb.Rule, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*RuleIterator) PageInfo ¶ added in v1.16.0
func (it *RuleIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type TagIterator ¶
type TagIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*artifactregistrypb.Tag, nextPageToken string, err error) // contains filtered or unexported fields }
TagIterator manages a stream of *artifactregistrypb.Tag.
func (*TagIterator) All ¶ added in v1.15.1
func (it *TagIterator) All() iter.Seq2[*artifactregistrypb.Tag, error]
All returns an iterator. If an error is returned by the iterator, the iterator will stop after that iteration.
func (*TagIterator) Next ¶
func (it *TagIterator) Next() (*artifactregistrypb.Tag, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*TagIterator) PageInfo ¶
func (it *TagIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type VersionIterator ¶
type VersionIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*artifactregistrypb.Version, nextPageToken string, err error) // contains filtered or unexported fields }
VersionIterator manages a stream of *artifactregistrypb.Version.
func (*VersionIterator) All ¶ added in v1.15.1
func (it *VersionIterator) All() iter.Seq2[*artifactregistrypb.Version, error]
All returns an iterator. If an error is returned by the iterator, the iterator will stop after that iteration.
func (*VersionIterator) Next ¶
func (it *VersionIterator) Next() (*artifactregistrypb.Version, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*VersionIterator) PageInfo ¶
func (it *VersionIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.