public final class CreateVersionMetadataV1 extends GeneratedMessage implements CreateVersionMetadataV1OrBuilderMetadata for the given google.longrunning.Operation during a google.appengine.v1.CreateVersionRequest.
Protobuf type google.appengine.v1.CreateVersionMetadataV1
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > CreateVersionMetadataV1Implements
CreateVersionMetadataV1OrBuilderStatic Fields
CLOUD_BUILD_ID_FIELD_NUMBER
public static final int CLOUD_BUILD_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static CreateVersionMetadataV1 getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static CreateVersionMetadataV1.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1.Builder |
|
newBuilder(CreateVersionMetadataV1 prototype)
public static CreateVersionMetadataV1.Builder newBuilder(CreateVersionMetadataV1 prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
CreateVersionMetadataV1 |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1.Builder |
|
parseDelimitedFrom(InputStream input)
public static CreateVersionMetadataV1 parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateVersionMetadataV1 parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static CreateVersionMetadataV1 parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateVersionMetadataV1 parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static CreateVersionMetadataV1 parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateVersionMetadataV1 parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static CreateVersionMetadataV1 parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateVersionMetadataV1 parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static CreateVersionMetadataV1 parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateVersionMetadataV1 parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static CreateVersionMetadataV1 parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateVersionMetadataV1 parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<CreateVersionMetadataV1> parser()| Returns | |
|---|---|
| Type | Description |
Parser<CreateVersionMetadataV1> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCloudBuildId()
public String getCloudBuildId()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()
public ByteString getCloudBuildIdBytes()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. |
getDefaultInstanceForType()
public CreateVersionMetadataV1 getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1 |
|
getParserForType()
public Parser<CreateVersionMetadataV1> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<CreateVersionMetadataV1> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public CreateVersionMetadataV1.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected CreateVersionMetadataV1.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1.Builder |
|
toBuilder()
public CreateVersionMetadataV1.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
CreateVersionMetadataV1.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|