Package com.google.appengine.v1
Interface CreateVersionMetadataV1OrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateVersionMetadataV1,CreateVersionMetadataV1.Builder
public interface CreateVersionMetadataV1OrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCloudBuildId()The Cloud Build ID if one was created as part of the version create.com.google.protobuf.ByteStringgetCloudBuildIdBytes()The Cloud Build ID if one was created as part of the version create.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCloudBuildId
String getCloudBuildId()
The Cloud Build ID if one was created as part of the version create. @OutputOnly
string cloud_build_id = 1;- Returns:
- The cloudBuildId.
-
getCloudBuildIdBytes
com.google.protobuf.ByteString getCloudBuildIdBytes()
The Cloud Build ID if one was created as part of the version create. @OutputOnly
string cloud_build_id = 1;- Returns:
- The bytes for cloudBuildId.
-
-