Interface CreateVersionMetadataV1OrBuilder (2.11.0)

publicinterface CreateVersionMetadataV1OrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudBuildId()

publicabstractStringgetCloudBuildId()

The Cloud Build ID if one was created as part of the version create. @OutputOnly

string cloud_build_id = 1;

Returns
Type Description
String

The cloudBuildId.

getCloudBuildIdBytes()

publicabstractByteStringgetCloudBuildIdBytes()

The Cloud Build ID if one was created as part of the version create. @OutputOnly

string cloud_build_id = 1;

Returns
Type Description
ByteString

The bytes for cloudBuildId.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.