Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::ListPublicBlueprintsResponse.
Response object for ListPublicBlueprints
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Output only. A token identifying a page of results the server should return.
#public_blueprints
def public_blueprints() -> ::Array<::Google::Cloud::TelcoAutomation::V1::PublicBlueprint>
Returns
- (::Array<::Google::Cloud::TelcoAutomation::V1::PublicBlueprint>) — The list of public blueprints to return.
#public_blueprints=
def public_blueprints=(value) -> ::Array<::Google::Cloud::TelcoAutomation::V1::PublicBlueprint>
Parameter
- value (::Array<::Google::Cloud::TelcoAutomation::V1::PublicBlueprint>) — The list of public blueprints to return.
Returns
- (::Array<::Google::Cloud::TelcoAutomation::V1::PublicBlueprint>) — The list of public blueprints to return.