Cloud Build V1 API - Class Google::Cloud::Build::V1::CreateBuildRequest (v0.14.0)

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

Request to create a new build.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#build

def build() -> ::Google::Cloud::Build::V1::Build
Returns

#build=

def build=(value) -> ::Google::Cloud::Build::V1::Build
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — The parent resource where this build will be created. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — The parent resource where this build will be created. Format: projects/{project}/locations/{location}
Returns
  • (::String) — The parent resource where this build will be created. Format: projects/{project}/locations/{location}

#project_id

def project_id() -> ::String
Returns
  • (::String) — Required. ID of the project.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the project.
Returns
  • (::String) — Required. ID of the project.