Class VersionMetadata (0.28.0)

public final class VersionMetadata extends GeneratedMessageV3 implements VersionMetadataOrBuilder

The metadata associated with a version of the API resource.

Protobuf type google.cloud.apihub.v1.VersionMetadata

Static Fields

DEPLOYMENTS_FIELD_NUMBER

public static final int DEPLOYMENTS_FIELD_NUMBER
Field Value
Type Description
int

ORIGINAL_CREATE_TIME_FIELD_NUMBER

public static final int ORIGINAL_CREATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

ORIGINAL_ID_FIELD_NUMBER

public static final int ORIGINAL_ID_FIELD_NUMBER
Field Value
Type Description
int

ORIGINAL_UPDATE_TIME_FIELD_NUMBER

public static final int ORIGINAL_UPDATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

SPECS_FIELD_NUMBER

public static final int SPECS_FIELD_NUMBER
Field Value
Type Description
int

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static VersionMetadata getDefaultInstance()
Returns
Type Description
VersionMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static VersionMetadata.Builder newBuilder()
Returns
Type Description
VersionMetadata.Builder

newBuilder(VersionMetadata prototype)

public static VersionMetadata.Builder newBuilder(VersionMetadata prototype)
Parameter
Name Description
prototype VersionMetadata
Returns
Type Description
VersionMetadata.Builder

parseDelimitedFrom(InputStream input)

public static VersionMetadata parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VersionMetadata
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VersionMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VersionMetadata
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static VersionMetadata parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
VersionMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VersionMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VersionMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VersionMetadata parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
VersionMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VersionMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VersionMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VersionMetadata parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
VersionMetadata
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VersionMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VersionMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static VersionMetadata parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VersionMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VersionMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VersionMetadata
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static VersionMetadata parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
VersionMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VersionMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VersionMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<VersionMetadata> parser()
Returns
Type Description
Parser<VersionMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public VersionMetadata getDefaultInstanceForType()
Returns
Type Description
VersionMetadata

getDeployments(int index)

public DeploymentMetadata getDeployments(int index)

Optional. The deployments linked to this API version. Note: A particular API version could be deployed to multiple deployments (for dev deployment, UAT deployment, etc.)

repeated .google.cloud.apihub.v1.DeploymentMetadata deployments = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
DeploymentMetadata

getDeploymentsCount()

public int getDeploymentsCount()

Optional. The deployments linked to this API version. Note: A particular API version could be deployed to multiple deployments (for dev deployment, UAT deployment, etc.)

repeated .google.cloud.apihub.v1.DeploymentMetadata deployments = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getDeploymentsList()

public List<DeploymentMetadata> getDeploymentsList()

Optional. The deployments linked to this API version. Note: A particular API version could be deployed to multiple deployments (for dev deployment, UAT deployment, etc.)

repeated .google.cloud.apihub.v1.DeploymentMetadata deployments = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<DeploymentMetadata>

getDeploymentsOrBuilder(int index)

public DeploymentMetadataOrBuilder getDeploymentsOrBuilder(int index)

Optional. The deployments linked to this API version. Note: A particular API version could be deployed to multiple deployments (for dev deployment, UAT deployment, etc.)

repeated .google.cloud.apihub.v1.DeploymentMetadata deployments = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
DeploymentMetadataOrBuilder

getDeploymentsOrBuilderList()

public List<? extends DeploymentMetadataOrBuilder> getDeploymentsOrBuilderList()

Optional. The deployments linked to this API version. Note: A particular API version could be deployed to multiple deployments (for dev deployment, UAT deployment, etc.)

repeated .google.cloud.apihub.v1.DeploymentMetadata deployments = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.apihub.v1.DeploymentMetadataOrBuilder>

getOriginalCreateTime()

public Timestamp getOriginalCreateTime()

Optional. Timestamp indicating when the version was created at the source.

.google.protobuf.Timestamp original_create_time = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Timestamp

The originalCreateTime.

getOriginalCreateTimeOrBuilder()

public TimestampOrBuilder getOriginalCreateTimeOrBuilder()

Optional. Timestamp indicating when the version was created at the source.

.google.protobuf.Timestamp original_create_time = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TimestampOrBuilder

getOriginalId()

public String getOriginalId()

Optional. The unique identifier of the version in the system where it was originally created.

string original_id = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The originalId.

getOriginalIdBytes()

public ByteString getOriginalIdBytes()

Optional. The unique identifier of the version in the system where it was originally created.

string original_id = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for originalId.

getOriginalUpdateTime()

public Timestamp getOriginalUpdateTime()

Required. Timestamp indicating when the version was last updated at the source.

.google.protobuf.Timestamp original_update_time = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Timestamp

The originalUpdateTime.

getOriginalUpdateTimeOrBuilder()

public TimestampOrBuilder getOriginalUpdateTimeOrBuilder()

Required. Timestamp indicating when the version was last updated at the source.

.google.protobuf.Timestamp original_update_time = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TimestampOrBuilder

getParserForType()

public Parser<VersionMetadata> getParserForType()
Returns
Type Description
Parser<VersionMetadata>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSpecs(int index)

public SpecMetadata getSpecs(int index)

Optional. The specs associated with this version. Note that an API version can be associated with multiple specs.

repeated .google.cloud.apihub.v1.SpecMetadata specs = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
SpecMetadata

getSpecsCount()

public int getSpecsCount()

Optional. The specs associated with this version. Note that an API version can be associated with multiple specs.

repeated .google.cloud.apihub.v1.SpecMetadata specs = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getSpecsList()

public List<SpecMetadata> getSpecsList()

Optional. The specs associated with this version. Note that an API version can be associated with multiple specs.

repeated .google.cloud.apihub.v1.SpecMetadata specs = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<SpecMetadata>

getSpecsOrBuilder(int index)

public SpecMetadataOrBuilder getSpecsOrBuilder(int index)

Optional. The specs associated with this version. Note that an API version can be associated with multiple specs.

repeated .google.cloud.apihub.v1.SpecMetadata specs = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
SpecMetadataOrBuilder

getSpecsOrBuilderList()

public List<? extends SpecMetadataOrBuilder> getSpecsOrBuilderList()

Optional. The specs associated with this version. Note that an API version can be associated with multiple specs.

repeated .google.cloud.apihub.v1.SpecMetadata specs = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.apihub.v1.SpecMetadataOrBuilder>

getVersion()

public Version getVersion()

Required. Represents a version of the API resource in API hub. The ID of the version will be generated by Hub.

.google.cloud.apihub.v1.Version version = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Version

The version.

getVersionOrBuilder()

public VersionOrBuilder getVersionOrBuilder()

Required. Represents a version of the API resource in API hub. The ID of the version will be generated by Hub.

.google.cloud.apihub.v1.Version version = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
VersionOrBuilder

hasOriginalCreateTime()

public boolean hasOriginalCreateTime()

Optional. Timestamp indicating when the version was created at the source.

.google.protobuf.Timestamp original_create_time = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the originalCreateTime field is set.

hasOriginalUpdateTime()

public boolean hasOriginalUpdateTime()

Required. Timestamp indicating when the version was last updated at the source.

.google.protobuf.Timestamp original_update_time = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the originalUpdateTime field is set.

hasVersion()

public boolean hasVersion()

Required. Represents a version of the API resource in API hub. The ID of the version will be generated by Hub.

.google.cloud.apihub.v1.Version version = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the version field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public VersionMetadata.Builder newBuilderForType()
Returns
Type Description
VersionMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VersionMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
VersionMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public VersionMetadata.Builder toBuilder()
Returns
Type Description
VersionMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException