Cloud Asset V1 API - Class Google::Cloud::Asset::V1::CreateSavedQueryRequest (v0.24.0)

Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::CreateSavedQueryRequest.

Request to create a saved query.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the project/folder/organization where this saved_query should be created in. It can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id")", or a project number (such as "projects/12345").

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the project/folder/organization where this saved_query should be created in. It can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id")", or a project number (such as "projects/12345").
Returns
  • (::String) — Required. The name of the project/folder/organization where this saved_query should be created in. It can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id")", or a project number (such as "projects/12345").

#saved_query

def saved_query() -> ::Google::Cloud::Asset::V1::SavedQuery
Returns

#saved_query=

def saved_query=(value) -> ::Google::Cloud::Asset::V1::SavedQuery
Parameter
Returns

#saved_query_id

def saved_query_id() -> ::String
Returns
  • (::String) — Required. The ID to use for the saved query, which must be unique in the specified parent. It will become the final component of the saved query's resource name.

    This value should be 4-63 characters, and valid characters are [a-z][0-9]-.

    Notice that this field is required in the saved query creation, and the name field of the saved_query will be ignored.

#saved_query_id=

def saved_query_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for the saved query, which must be unique in the specified parent. It will become the final component of the saved query's resource name.

    This value should be 4-63 characters, and valid characters are [a-z][0-9]-.

    Notice that this field is required in the saved query creation, and the name field of the saved_query will be ignored.

Returns
  • (::String) — Required. The ID to use for the saved query, which must be unique in the specified parent. It will become the final component of the saved query's resource name.

    This value should be 4-63 characters, and valid characters are [a-z][0-9]-.

    Notice that this field is required in the saved query creation, and the name field of the saved_query will be ignored.