Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::DeploymentMetadata.
The metadata associated with a deployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployment
def deployment() -> ::Google::Cloud::ApiHub::V1::Deployment
Returns
- (::Google::Cloud::ApiHub::V1::Deployment) — Required. The deployment resource to be pushed to Hub's collect layer. The ID of the deployment will be generated by Hub.
#deployment=
def deployment=(value) -> ::Google::Cloud::ApiHub::V1::Deployment
Parameter
- value (::Google::Cloud::ApiHub::V1::Deployment) — Required. The deployment resource to be pushed to Hub's collect layer. The ID of the deployment will be generated by Hub.
Returns
- (::Google::Cloud::ApiHub::V1::Deployment) — Required. The deployment resource to be pushed to Hub's collect layer. The ID of the deployment will be generated by Hub.
#original_create_time
def original_create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. Timestamp indicating when the deployment was created at the source.
#original_create_time=
def original_create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. Timestamp indicating when the deployment was created at the source.
Returns
- (::Google::Protobuf::Timestamp) — Optional. Timestamp indicating when the deployment was created at the source.
#original_id
def original_id() -> ::String
Returns
- (::String) — Optional. The unique identifier of the deployment in the system where it was originally created.
#original_id=
def original_id=(value) -> ::String
Parameter
- value (::String) — Optional. The unique identifier of the deployment in the system where it was originally created.
Returns
- (::String) — Optional. The unique identifier of the deployment in the system where it was originally created.
#original_update_time
def original_update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Required. Timestamp indicating when the deployment was last updated at the source.
#original_update_time=
def original_update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Required. Timestamp indicating when the deployment was last updated at the source.
Returns
- (::Google::Protobuf::Timestamp) — Required. Timestamp indicating when the deployment was last updated at the source.