Interface DeploymentMetadataOrBuilder (0.28.0)

public interface DeploymentMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployment()

public abstract Deployment getDeployment()

Required. The deployment resource to be pushed to Hub's collect layer. The ID of the deployment will be generated by Hub.

.google.cloud.apihub.v1.Deployment deployment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Deployment

The deployment.

getDeploymentOrBuilder()

public abstract DeploymentOrBuilder getDeploymentOrBuilder()

Required. The deployment resource to be pushed to Hub's collect layer. The ID of the deployment will be generated by Hub.

.google.cloud.apihub.v1.Deployment deployment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DeploymentOrBuilder

getOriginalCreateTime()

public abstract Timestamp getOriginalCreateTime()

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

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

Returns
Type Description
Timestamp

The originalCreateTime.

getOriginalCreateTimeOrBuilder()

public abstract TimestampOrBuilder getOriginalCreateTimeOrBuilder()

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

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

Returns
Type Description
TimestampOrBuilder

getOriginalId()

public abstract String getOriginalId()

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

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

Returns
Type Description
String

The originalId.

getOriginalIdBytes()

public abstract ByteString getOriginalIdBytes()

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

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

Returns
Type Description
ByteString

The bytes for originalId.

getOriginalUpdateTime()

public abstract Timestamp getOriginalUpdateTime()

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

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

Returns
Type Description
Timestamp

The originalUpdateTime.

getOriginalUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getOriginalUpdateTimeOrBuilder()

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

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

Returns
Type Description
TimestampOrBuilder

hasDeployment()

public abstract boolean hasDeployment()

Required. The deployment resource to be pushed to Hub's collect layer. The ID of the deployment will be generated by Hub.

.google.cloud.apihub.v1.Deployment deployment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the deployment field is set.

hasOriginalCreateTime()

public abstract boolean hasOriginalCreateTime()

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

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

Returns
Type Description
boolean

Whether the originalCreateTime field is set.

hasOriginalUpdateTime()

public abstract boolean hasOriginalUpdateTime()

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

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

Returns
Type Description
boolean

Whether the originalUpdateTime field is set.