Telco Automation V1 API - Class Google::Cloud::TelcoAutomation::V1::SearchBlueprintRevisionsRequest (v0.3.0)

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

Request object for SearchBlueprintRevisions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of blueprints revisions to return per page. max page size = 100, default page size = 20.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of blueprints revisions to return per page. max page size = 100, default page size = 20.
Returns
  • (::Integer) — Optional. The maximum number of blueprints revisions to return per page. max page size = 100, default page size = 20.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. The page token, received from a previous search 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 search call. It can be provided to retrieve the subsequent page.
Returns
  • (::String) — Optional. The page token, received from a previous search 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}".

#query

def query() -> ::String
Returns
  • (::String) —

    Required. Supported queries:

    1. "" : Lists all revisions across all blueprints.
    2. "latest=true" : Lists latest revisions across all blueprints.
    3. "name={name}" : Lists all revisions of blueprint with name {name}.
    4. "name={name} latest=true": Lists latest revision of blueprint with name {name}

#query=

def query=(value) -> ::String
Parameter
  • value (::String) —

    Required. Supported queries:

    1. "" : Lists all revisions across all blueprints.
    2. "latest=true" : Lists latest revisions across all blueprints.
    3. "name={name}" : Lists all revisions of blueprint with name {name}.
    4. "name={name} latest=true": Lists latest revision of blueprint with name {name}
Returns
  • (::String) —

    Required. Supported queries:

    1. "" : Lists all revisions across all blueprints.
    2. "latest=true" : Lists latest revisions across all blueprints.
    3. "name={name}" : Lists all revisions of blueprint with name {name}.
    4. "name={name} latest=true": Lists latest revision of blueprint with name {name}