Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::ListBlueprintRevisionsRequest.
Request object for ListBlueprintRevisions
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the blueprint to list revisions for.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the blueprint to list revisions for.
Returns
- (::String) — Required. The name of the blueprint to list revisions for.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The maximum number of revisions to return per page.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum number of revisions to return per page.
Returns
- (::Integer) — The maximum number of revisions to return per page.
#page_token
def page_token() -> ::String
Returns
- (::String) — The page token, received from a previous ListBlueprintRevisions call It can be provided to retrieve the subsequent page.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — The page token, received from a previous ListBlueprintRevisions call It can be provided to retrieve the subsequent page.
Returns
- (::String) — The page token, received from a previous ListBlueprintRevisions call It can be provided to retrieve the subsequent page.