Class GetBuildRequest (3.9.2)

GetBuildRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to get a build.

Attributes

NameDescription
name str
The name of the ``Build`` to retrieve. Format: ``projects/{project}/locations/{location}/builds/{build}``
project_id str
Required. ID of the project.
id str
Required. ID of the build.

Inheritance

builtins.object > proto.message.Message > GetBuildRequest