API hub V1 API - Class Google::Cloud::ApiHub::V1::UpdateDeploymentRequest (v0.2.0)

Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::UpdateDeploymentRequest.

The UpdateDeployment method's request.

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 update.

    The deployment resource's name field is used to identify the deployment resource to update. Format: projects/{project}/locations/{location}/deployments/{deployment}

#deployment=

def deployment=(value) -> ::Google::Cloud::ApiHub::V1::Deployment
Parameter
  • value (::Google::Cloud::ApiHub::V1::Deployment) — Required. The deployment resource to update.

    The deployment resource's name field is used to identify the deployment resource to update. Format: projects/{project}/locations/{location}/deployments/{deployment}

Returns
  • (::Google::Cloud::ApiHub::V1::Deployment) — Required. The deployment resource to update.

    The deployment resource's name field is used to identify the deployment resource to update. Format: projects/{project}/locations/{location}/deployments/{deployment}

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns