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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int DEPLOYMENTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int ORIGINAL_CREATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int ORIGINAL_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int ORIGINAL_UPDATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int SPECS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int VERSION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static VersionMetadata getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static VersionMetadata.Builder newBuilder()
public static VersionMetadata.Builder newBuilder(VersionMetadata prototype)
public static VersionMetadata parseDelimitedFrom(InputStream input)
public static VersionMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static VersionMetadata parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static VersionMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VersionMetadata parseFrom(ByteString data)
public static VersionMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VersionMetadata parseFrom(CodedInputStream input)
public static VersionMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static VersionMetadata parseFrom(InputStream input)
public static VersionMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static VersionMetadata parseFrom(ByteBuffer data)
public static VersionMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<VersionMetadata> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public VersionMetadata getDefaultInstanceForType()
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
|
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 |
|
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];
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
|
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> |
|
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.
|
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];
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.
|
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.
|
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.
|
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];
public Parser<VersionMetadata> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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
|
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 |
|
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];
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
|
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> |
|
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.
|
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];
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.
|
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.
|
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.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public VersionMetadata.Builder newBuilderForType()
protected VersionMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public VersionMetadata.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides