Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::ListBlueprintsRequest.
Request object for ListBlueprints
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
-
(::String) — Optional. Filtering only supports equality on blueprint state.
It should be in the form: "state = DRAFT".
OR
operator can be used to get response for multiple states. e.g. "state = DRAFT OR state = PROPOSED".
#filter=
def filter=(value) -> ::String
Parameter
-
value (::String) — Optional. Filtering only supports equality on blueprint state.
It should be in the form: "state = DRAFT".
OR
operator can be used to get response for multiple states. e.g. "state = DRAFT OR state = PROPOSED".
Returns
-
(::String) — Optional. Filtering only supports equality on blueprint state.
It should be in the form: "state = DRAFT".
OR
operator can be used to get response for multiple states. e.g. "state = DRAFT OR state = PROPOSED".
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of blueprints to return per page.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of blueprints to return per page.
Returns
- (::Integer) — Optional. The maximum number of blueprints to return per page.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. The page token, received from a previous ListBlueprints call. It can be provided to retrieve the subsequent page.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. The page token, received from a previous ListBlueprints call. It can be provided to retrieve the subsequent page.
Returns
- (::String) — Optional. The page token, received from a previous ListBlueprints call. It can be provided to retrieve the subsequent page.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
Returns
- (::String) — Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".