Cloud Build V1 API - Class Google::Cloud::Build::V1::Artifacts::GoModule (v1.4.0)

Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::Artifacts::GoModule.

Go module to upload to Artifact Registry upon successful completion of all build steps. A module refers to all dependencies in a go.mod file.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#module_path

def module_path() -> ::String
Returns
  • (::String) — Optional. The Go module's "module path". e.g. example.com/foo/v2

#module_path=

def module_path=(value) -> ::String
Parameter
  • value (::String) — Optional. The Go module's "module path". e.g. example.com/foo/v2
Returns
  • (::String) — Optional. The Go module's "module path". e.g. example.com/foo/v2

#module_version

def module_version() -> ::String
Returns
  • (::String) — Optional. The Go module's semantic version in the form vX.Y.Z. e.g. v0.1.1 Pre-release identifiers can also be added by appending a dash and dot separated ASCII alphanumeric characters and hyphens. e.g. v0.2.3-alpha.x.12m.5

#module_version=

def module_version=(value) -> ::String
Parameter
  • value (::String) — Optional. The Go module's semantic version in the form vX.Y.Z. e.g. v0.1.1 Pre-release identifiers can also be added by appending a dash and dot separated ASCII alphanumeric characters and hyphens. e.g. v0.2.3-alpha.x.12m.5
Returns
  • (::String) — Optional. The Go module's semantic version in the form vX.Y.Z. e.g. v0.1.1 Pre-release identifiers can also be added by appending a dash and dot separated ASCII alphanumeric characters and hyphens. e.g. v0.2.3-alpha.x.12m.5

#repository_location

def repository_location() -> ::String
Returns
  • (::String) — Optional. Location of the Artifact Registry repository. i.e. us-east1 Defaults to the build’s location.

#repository_location=

def repository_location=(value) -> ::String
Parameter
  • value (::String) — Optional. Location of the Artifact Registry repository. i.e. us-east1 Defaults to the build’s location.
Returns
  • (::String) — Optional. Location of the Artifact Registry repository. i.e. us-east1 Defaults to the build’s location.

#repository_name

def repository_name() -> ::String
Returns
  • (::String) — Optional. Artifact Registry repository name.

    Specified Go modules will be zipped and uploaded to Artifact Registry with this location as a prefix. e.g. my-go-repo

#repository_name=

def repository_name=(value) -> ::String
Parameter
  • value (::String) — Optional. Artifact Registry repository name.

    Specified Go modules will be zipped and uploaded to Artifact Registry with this location as a prefix. e.g. my-go-repo

Returns
  • (::String) — Optional. Artifact Registry repository name.

    Specified Go modules will be zipped and uploaded to Artifact Registry with this location as a prefix. e.g. my-go-repo

#repository_project_id

def repository_project_id() -> ::String
Returns
  • (::String) — Optional. Project ID of the Artifact Registry repository. Defaults to the build project.

#repository_project_id=

def repository_project_id=(value) -> ::String
Parameter
  • value (::String) — Optional. Project ID of the Artifact Registry repository. Defaults to the build project.
Returns
  • (::String) — Optional. Project ID of the Artifact Registry repository. Defaults to the build project.

#source_path

def source_path() -> ::String
Returns
  • (::String) — Optional. Source path of the go.mod file in the build's workspace. If not specified, this will default to the current directory. e.g. ~/code/go/mypackage

#source_path=

def source_path=(value) -> ::String
Parameter
  • value (::String) — Optional. Source path of the go.mod file in the build's workspace. If not specified, this will default to the current directory. e.g. ~/code/go/mypackage
Returns
  • (::String) — Optional. Source path of the go.mod file in the build's workspace. If not specified, this will default to the current directory. e.g. ~/code/go/mypackage