View Source GoogleApi.ArtifactRegistry.V1.Api.Projects (google_api_artifact_registry v0.15.0)
API calls for all endpoints tagged Projects
.
Summary
Functions
Retrieves the Settings for the Project.
Gets information about a location.
Retrieves the VPCSC Config for the Project.
Lists information about the supported locations for this service.
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
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.
Directly uploads an Apt artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Directly uploads an Apt artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Directly uploads an Apt artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Creates a repository. The returned Operation will finish once the repository has been created. Its response will be the created Repository.
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.
Gets a docker image.
Lists docker images.
Gets a repository.
Gets the IAM policy for a given resource.
Directly uploads a Go module. The returned Operation will complete once the Go module is uploaded. Package, Version, and File resources are created based on the uploaded Go module.
Directly uploads a Go module. The returned Operation will complete once the Go module is uploaded. Package, Version, and File resources are created based on the uploaded Go module.
Directly uploads a Go module. The returned Operation will complete once the Go module is uploaded. Package, Version, and File resources are created based on the uploaded Go module.
Imports GooGet 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.
Directly uploads a GooGet artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Directly uploads a GooGet artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Directly uploads a GooGet artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Directly uploads a KFP artifact. The returned Operation will complete once the resource is uploaded. Package, Version, and File resources will be created based on the uploaded artifact. Uploaded artifacts that conflict with existing resources will be overwritten.
Directly uploads a KFP artifact. The returned Operation will complete once the resource is uploaded. Package, Version, and File resources will be created based on the uploaded artifact. Uploaded artifacts that conflict with existing resources will be overwritten.
Directly uploads a KFP artifact. The returned Operation will complete once the resource is uploaded. Package, Version, and File resources will be created based on the uploaded artifact. Uploaded artifacts that conflict with existing resources will be overwritten.
Lists repositories.
Gets a maven artifact.
Lists maven artifacts.
Gets a npm package.
Lists npm packages.
Deletes a package and all of its versions and tags. The returned operation will complete once the package has been deleted.
Updates a package.
Deletes multiple versions across a repository. The returned operation will complete once the versions have been deleted.
Deletes a version and all of its content. The returned operation will complete once the version has been deleted.
Updates a repository.
Gets a python package.
Lists python packages.
Updates the IAM policy for a given resource.
Tests if the caller has a list of permissions on a resource.
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.
Directly uploads a Yum artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Directly uploads a Yum artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Directly uploads a Yum artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Updates the VPCSC Config for the Project.
Updates the Settings for the Project.
Functions
artifactregistry_projects_get_project_settings(connection, projects_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_get_project_settings( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.ProjectSettings.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Retrieves the Settings for the Project.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Required. The name of the projectSettings resource. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.ProjectSettings{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_get(connection, projects_id, locations_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_get( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Location.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets information about a location.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Resource name for the location. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Location{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_get_vpcsc_config(connection, projects_id, locations_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_get_vpcsc_config( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.VPCSCConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Retrieves the VPCSC Config for the Project.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Required. The name of the VPCSCConfig resource. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.VPCSCConfig{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_list(connection, projects_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.ListLocationsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists information about the supported locations for this service.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. The resource that owns the locations collection, if applicable. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - A filter to narrow down results to a preferred subset. The filtering language accepts strings like"displayName=tokyo"
, and is documented in more detail in AIP-160. -
:pageSize
(type:integer()
) - The maximum number of results to return. If not set, the service selects a default. -
:pageToken
(type:String.t
) - A page token received from thenext_page_token
field in the response. Send that page token to receive the subsequent page.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.ListLocationsResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_operations_get(connection, projects_id, locations_id, operations_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_operations_get( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. The name of the operation resource. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
operations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Operation{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_apt_artifacts_import(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_apt_artifacts_import( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the artifacts will be imported. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.ImportAptArtifactsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Operation{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_apt_artifacts_upload(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_apt_artifacts_upload( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads an Apt artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the artifacts will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_apt_artifacts_upload_iodata(connection, projects_id, locations_id, repositories_id, upload_type, metadata, data, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_apt_artifacts_upload_iodata( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactRequest.t(), iodata(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads an Apt artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the artifacts will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
upload_type
(type:String.t
) - Upload type. Must be "multipart". -
metadata
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactRequest.t
) - object metadata -
data
(type:iodata
) - Content to upload, as a string or iolist -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_apt_artifacts_upload_simple(connection, projects_id, locations_id, repositories_id, upload_type, metadata, data, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_apt_artifacts_upload_simple( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactRequest.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads an Apt artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the artifacts will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
upload_type
(type:String.t
) - Upload type. Must be "multipart". -
metadata
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactRequest.t
) - object metadata -
data
(type:String.t
) - Path to file containing content to upload -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_create(connection, projects_id, locations_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_create( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a repository. The returned Operation will finish once the repository has been created. Its response will be the created Repository.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. Required. The name of the parent resource where the repository will be created. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:repositoryId
(type:String.t
) - Required. The repository id to use for this repository. -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.Repository.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Operation{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_delete(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_delete( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Required. The name of the repository to delete. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Operation{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_docker_images_get(connection, projects_id, locations_id, repositories_id, docker_images_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_docker_images_get( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.DockerImage.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a docker image.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Required. The name of the docker images. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
docker_images_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.DockerImage{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_docker_images_list(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_docker_images_list( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.ListDockerImagesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists docker images.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. Required. The name of the parent resource whose docker images will be listed. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:orderBy
(type:String.t
) - The field to order the results by. -
:pageSize
(type:integer()
) - The maximum number of artifacts to return. -
:pageToken
(type:String.t
) - The next_page_token value returned from a previous list request, if any.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.ListDockerImagesResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_files_get(connection, projects_id, locations_id, repositories_id, files_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_files_get( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.GoogleDevtoolsArtifactregistryV1File.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a file.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Required. The name of the file to retrieve. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
files_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.GoogleDevtoolsArtifactregistryV1File{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_files_list(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_files_list( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.ListFilesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists files.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. Required. The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1 -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:name
owner
An example of using a filter: `name="projects/p1/locations/us-central1/repositories/repo1/files/a/b/"--> Files with an ID starting with "a/b/". *
owner="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0"--> Files owned by the version
1.0in package
pkg1`. -
:orderBy
(type:String.t
) - The field to order the results by. -
:pageSize
(type:integer()
) - The maximum number of files to return. -
:pageToken
(type:String.t
) - The next_page_token value returned from a previous list request, if any.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.ListFilesResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_get(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_get( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Repository.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a repository.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Required. The name of the repository to retrieve. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Repository{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_get_iam_policy(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_get_iam_policy( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Policy.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets the IAM policy for a given resource.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofresource
. REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field. -
locations_id
(type:String.t
) - Part ofresource
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofresource
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:"options.requestedPolicyVersion"
(type:integer()
) - Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the IAM documentation.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Policy{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_go_modules_upload(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_go_modules_upload( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadGoModuleMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads a Go module. The returned Operation will complete once the Go module is uploaded. Package, Version, and File resources are created based on the uploaded Go module.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The resource name of the repository where the Go module will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadGoModuleRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadGoModuleMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_go_modules_upload_iodata(connection, projects_id, locations_id, repositories_id, upload_type, metadata, data, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_go_modules_upload_iodata( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), GoogleApi.ArtifactRegistry.V1.Model.UploadGoModuleRequest.t(), iodata(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadGoModuleMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads a Go module. The returned Operation will complete once the Go module is uploaded. Package, Version, and File resources are created based on the uploaded Go module.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The resource name of the repository where the Go module will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
upload_type
(type:String.t
) - Upload type. Must be "multipart". -
metadata
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadGoModuleRequest.t
) - object metadata -
data
(type:iodata
) - Content to upload, as a string or iolist -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadGoModuleMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_go_modules_upload_simple(connection, projects_id, locations_id, repositories_id, upload_type, metadata, data, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_go_modules_upload_simple( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), GoogleApi.ArtifactRegistry.V1.Model.UploadGoModuleRequest.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadGoModuleMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads a Go module. The returned Operation will complete once the Go module is uploaded. Package, Version, and File resources are created based on the uploaded Go module.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The resource name of the repository where the Go module will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
upload_type
(type:String.t
) - Upload type. Must be "multipart". -
metadata
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadGoModuleRequest.t
) - object metadata -
data
(type:String.t
) - Path to file containing content to upload -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadGoModuleMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_googet_artifacts_import(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_googet_artifacts_import( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Imports GooGet 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.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the artifacts will be imported. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.ImportGoogetArtifactsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Operation{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_googet_artifacts_upload(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_googet_artifacts_upload( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadGoogetArtifactMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads a GooGet artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the artifacts will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadGoogetArtifactRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadGoogetArtifactMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_googet_artifacts_upload_iodata(connection, projects_id, locations_id, repositories_id, upload_type, metadata, data, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_googet_artifacts_upload_iodata( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), GoogleApi.ArtifactRegistry.V1.Model.UploadGoogetArtifactRequest.t(), iodata(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadGoogetArtifactMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads a GooGet artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the artifacts will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
upload_type
(type:String.t
) - Upload type. Must be "multipart". -
metadata
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadGoogetArtifactRequest.t
) - object metadata -
data
(type:iodata
) - Content to upload, as a string or iolist -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadGoogetArtifactMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_googet_artifacts_upload_simple(connection, projects_id, locations_id, repositories_id, upload_type, metadata, data, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_googet_artifacts_upload_simple( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), GoogleApi.ArtifactRegistry.V1.Model.UploadGoogetArtifactRequest.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadGoogetArtifactMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads a GooGet artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the artifacts will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
upload_type
(type:String.t
) - Upload type. Must be "multipart". -
metadata
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadGoogetArtifactRequest.t
) - object metadata -
data
(type:String.t
) - Path to file containing content to upload -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadGoogetArtifactMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_kfp_artifacts_upload(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_kfp_artifacts_upload( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads a KFP artifact. The returned Operation will complete once the resource is uploaded. Package, Version, and File resources will be created based on the uploaded artifact. Uploaded artifacts that conflict with existing resources will be overwritten.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The resource name of the repository where the KFP artifact will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_kfp_artifacts_upload_iodata(connection, projects_id, locations_id, repositories_id, upload_type, metadata, data, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_kfp_artifacts_upload_iodata( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactRequest.t(), iodata(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads a KFP artifact. The returned Operation will complete once the resource is uploaded. Package, Version, and File resources will be created based on the uploaded artifact. Uploaded artifacts that conflict with existing resources will be overwritten.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The resource name of the repository where the KFP artifact will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
upload_type
(type:String.t
) - Upload type. Must be "multipart". -
metadata
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactRequest.t
) - object metadata -
data
(type:iodata
) - Content to upload, as a string or iolist -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_kfp_artifacts_upload_simple(connection, projects_id, locations_id, repositories_id, upload_type, metadata, data, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_kfp_artifacts_upload_simple( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactRequest.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads a KFP artifact. The returned Operation will complete once the resource is uploaded. Package, Version, and File resources will be created based on the uploaded artifact. Uploaded artifacts that conflict with existing resources will be overwritten.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The resource name of the repository where the KFP artifact will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
upload_type
(type:String.t
) - Upload type. Must be "multipart". -
metadata
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactRequest.t
) - object metadata -
data
(type:String.t
) - Path to file containing content to upload -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_list(connection, projects_id, locations_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_list( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.ListRepositoriesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists repositories.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. Required. The name of the parent resource whose repositories will be listed. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize
(type:integer()
) - The maximum number of repositories to return. Maximum page size is 1,000. -
:pageToken
(type:String.t
) - The next_page_token value returned from a previous list request, if any.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.ListRepositoriesResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_maven_artifacts_get(connection, projects_id, locations_id, repositories_id, maven_artifacts_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_maven_artifacts_get( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.MavenArtifact.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a maven artifact.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Required. The name of the maven artifact. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
maven_artifacts_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.MavenArtifact{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_maven_artifacts_list(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_maven_artifacts_list( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.ListMavenArtifactsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists maven artifacts.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. Required. The name of the parent resource whose maven artifacts will be listed. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize
(type:integer()
) - The maximum number of artifacts to return. -
:pageToken
(type:String.t
) - The next_page_token value returned from a previous list request, if any.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.ListMavenArtifactsResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_npm_packages_get(connection, projects_id, locations_id, repositories_id, npm_packages_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_npm_packages_get( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.NpmPackage.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a npm package.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Required. The name of the npm package. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
npm_packages_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.NpmPackage{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_npm_packages_list(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_npm_packages_list( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.ListNpmPackagesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists npm packages.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. Required. The name of the parent resource whose npm packages will be listed. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize
(type:integer()
) - The maximum number of artifacts to return. -
:pageToken
(type:String.t
) - The next_page_token value returned from a previous list request, if any.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.ListNpmPackagesResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_delete(connection, projects_id, locations_id, repositories_id, packages_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_delete( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a package and all of its versions and tags. The returned operation will complete once the package has been deleted.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Required. The name of the package to delete. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
packages_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Operation{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_get(connection, projects_id, locations_id, repositories_id, packages_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_get( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Package.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a package.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Required. The name of the package to retrieve. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
packages_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Package{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_list(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_list( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.ListPackagesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists packages.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. Required. The name of the parent resource whose packages will be listed. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize
(type:integer()
) - The maximum number of packages to return. Maximum page size is 1,000. -
:pageToken
(type:String.t
) - The next_page_token value returned from a previous list request, if any.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.ListPackagesResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_patch(connection, projects_id, locations_id, repositories_id, packages_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_patch( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Package.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a package.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofpackage.name
. The name of the package, for example:projects/p1/locations/us-central1/repositories/repo1/packages/pkg1
. If the package ID part contains slashes, the slashes are escaped. -
locations_id
(type:String.t
) - Part ofpackage.name
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofpackage.name
. See documentation ofprojectsId
. -
packages_id
(type:String.t
) - Part ofpackage.name
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - The update mask applies to the resource. For theFieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.Package.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Package{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_tags_create(connection, projects_id, locations_id, repositories_id, packages_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_tags_create( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Tag.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a tag.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the tag will be created. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
packages_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:tagId
(type:String.t
) - The tag id to use for this repository. -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.Tag.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Tag{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_tags_delete(connection, projects_id, locations_id, repositories_id, packages_id, tags_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_tags_delete( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Empty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a tag.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. The name of the tag to delete. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
packages_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
tags_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Empty{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_tags_get(connection, projects_id, locations_id, repositories_id, packages_id, tags_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_tags_get( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Tag.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a tag.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. The name of the tag to retrieve. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
packages_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
tags_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Tag{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_tags_list(connection, projects_id, locations_id, repositories_id, packages_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_tags_list( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.ListTagsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists tags.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent package whose tags will be listed. For example:projects/p1/locations/us-central1/repositories/repo1/packages/pkg1
. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
packages_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:version
An example of using a filter:version="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0"
--> Tags that are applied to the version1.0
in packagepkg1
. -
:pageSize
(type:integer()
) - The maximum number of tags to return. Maximum page size is 10,000. -
:pageToken
(type:String.t
) - The next_page_token value returned from a previous list request, if any.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.ListTagsResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_tags_patch(connection, projects_id, locations_id, repositories_id, packages_id, tags_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_tags_patch( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Tag.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a tag.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part oftag.name
. The name of the tag, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/tags/tag1". If the package part contains slashes, the slashes are escaped. The tag part can only have characters in [a-zA-Z0-9-._~:@], anything else must be URL encoded. -
locations_id
(type:String.t
) - Part oftag.name
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part oftag.name
. See documentation ofprojectsId
. -
packages_id
(type:String.t
) - Part oftag.name
. See documentation ofprojectsId
. -
tags_id
(type:String.t
) - Part oftag.name
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - The update mask applies to the resource. For theFieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.Tag.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Tag{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_versions_batch_delete(connection, projects_id, locations_id, repositories_id, packages_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_versions_batch_delete( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes multiple versions across a repository. The returned operation will complete once the versions have been deleted.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the repository holding all requested versions. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
packages_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.BatchDeleteVersionsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Operation{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_versions_delete(connection, projects_id, locations_id, repositories_id, packages_id, versions_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_versions_delete( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a version and all of its content. The returned operation will complete once the version has been deleted.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. The name of the version to delete. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
packages_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
versions_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:force
(type:boolean()
) - By default, a version that is tagged may not be deleted. If force=true, the version and any tags pointing to the version are deleted.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Operation{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_versions_get(connection, projects_id, locations_id, repositories_id, packages_id, versions_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_versions_get( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Version.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a version
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. The name of the version to retrieve. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
packages_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
versions_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:view
(type:String.t
) - The view that should be returned in the response.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Version{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_packages_versions_list(connection, projects_id, locations_id, repositories_id, packages_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_packages_versions_list( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.ListVersionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists versions.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource whose versions will be listed. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
packages_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:orderBy
(type:String.t
) - Optional. The field to order the results by. -
:pageSize
(type:integer()
) - The maximum number of versions to return. Maximum page size is 1,000. -
:pageToken
(type:String.t
) - The next_page_token value returned from a previous list request, if any. -
:view
(type:String.t
) - The view that should be returned in the response.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.ListVersionsResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_patch(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_patch( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Repository.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a repository.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofrepository.name
. The name of the repository, for example:projects/p1/locations/us-central1/repositories/repo1
. -
locations_id
(type:String.t
) - Part ofrepository.name
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofrepository.name
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - The update mask applies to the resource. For theFieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.Repository.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Repository{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_python_packages_get(connection, projects_id, locations_id, repositories_id, python_packages_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_python_packages_get( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.PythonPackage.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a python package.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Required. The name of the python package. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
python_packages_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.PythonPackage{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_python_packages_list(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_python_packages_list( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.ListPythonPackagesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists python packages.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. Required. The name of the parent resource whose python packages will be listed. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize
(type:integer()
) - The maximum number of artifacts to return. -
:pageToken
(type:String.t
) - The next_page_token value returned from a previous list request, if any.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.ListPythonPackagesResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_set_iam_policy(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_set_iam_policy( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Policy.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates the IAM policy for a given resource.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofresource
. REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field. -
locations_id
(type:String.t
) - Part ofresource
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofresource
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.SetIamPolicyRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Policy{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_test_iam_permissions(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_test_iam_permissions( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.TestIamPermissionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Tests if the caller has a list of permissions on a resource.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofresource
. REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field. -
locations_id
(type:String.t
) - Part ofresource
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofresource
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.TestIamPermissionsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.TestIamPermissionsResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_yum_artifacts_import(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_yum_artifacts_import( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the artifacts will be imported. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.ImportYumArtifactsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.Operation{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_yum_artifacts_upload(connection, projects_id, locations_id, repositories_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_yum_artifacts_upload( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads a Yum artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the artifacts will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_yum_artifacts_upload_iodata(connection, projects_id, locations_id, repositories_id, upload_type, metadata, data, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_yum_artifacts_upload_iodata( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactRequest.t(), iodata(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads a Yum artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the artifacts will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
upload_type
(type:String.t
) - Upload type. Must be "multipart". -
metadata
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactRequest.t
) - object metadata -
data
(type:iodata
) - Content to upload, as a string or iolist -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_repositories_yum_artifacts_upload_simple(connection, projects_id, locations_id, repositories_id, upload_type, metadata, data, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_repositories_yum_artifacts_upload_simple( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactRequest.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactMediaResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Directly uploads a Yum artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. The name of the parent resource where the artifacts will be uploaded. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
repositories_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
upload_type
(type:String.t
) - Upload type. Must be "multipart". -
metadata
(type:GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactRequest.t
) - object metadata -
data
(type:String.t
) - Path to file containing content to upload -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactMediaResponse{}}
on success -
{:error, info}
on failure
artifactregistry_projects_locations_update_vpcsc_config(connection, projects_id, locations_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_locations_update_vpcsc_config( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.VPCSCConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates the VPCSC Config for the Project.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofvpcscConfig.name
. The name of the project's VPC SC Config. Always of the form: projects/{projectID}/locations/{location}/vpcscConfig In update request: never set In response: always set -
locations_id
(type:String.t
) - Part ofvpcscConfig.name
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - Field mask to support partial updates. -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.VPCSCConfig.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.VPCSCConfig{}}
on success -
{:error, info}
on failure
artifactregistry_projects_update_project_settings(connection, projects_id, optional_params \\ [], opts \\ [])
View Source@spec artifactregistry_projects_update_project_settings( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ArtifactRegistry.V1.Model.ProjectSettings.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates the Settings for the Project.
Parameters
-
connection
(type:GoogleApi.ArtifactRegistry.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofprojectSettings.name
. The name of the project's settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - Field mask to support partial updates. -
:body
(type:GoogleApi.ArtifactRegistry.V1.Model.ProjectSettings.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ArtifactRegistry.V1.Model.ProjectSettings{}}
on success -
{:error, info}
on failure