Telco Automation V1 API - Class Google::Cloud::TelcoAutomation::V1::ListDeploymentRevisionsRequest (v0.2.1)

Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::ListDeploymentRevisionsRequest.

Request for listing all revisions of a deployment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the deployment to list revisions for.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the deployment to list revisions for.
Returns
  • (::String) — Required. The name of the deployment to list revisions for.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of revisions to return per page.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of revisions to return per page.
Returns
  • (::Integer) — Optional. The maximum number of revisions to return per page.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page.
Returns
  • (::String) — Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page.