Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::ListLicenseConfigsRequest (v0.28.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ListLicenseConfigsRequest.

Request message for LicenseConfigService.ListLicenseConfigs method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. The filter to apply to the list results.

    The supported fields are:

    • subscription_tier
    • state

    Examples:

    • subscription_tier=SUBSCRIPTION_TIER_SEARCH,state=ACTIVE - Lists all active search license configs.
    • state=ACTIVE - Lists all active license configs.

    The filter string should be a comma-separated list of field=value pairs.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. The filter to apply to the list results.

    The supported fields are:

    • subscription_tier
    • state

    Examples:

    • subscription_tier=SUBSCRIPTION_TIER_SEARCH,state=ACTIVE - Lists all active search license configs.
    • state=ACTIVE - Lists all active license configs.

    The filter string should be a comma-separated list of field=value pairs.

Returns
  • (::String) — Optional. The filter to apply to the list results.

    The supported fields are:

    • subscription_tier
    • state

    Examples:

    • subscription_tier=SUBSCRIPTION_TIER_SEARCH,state=ACTIVE - Lists all active search license configs.
    • state=ACTIVE - Lists all active license configs.

    The filter string should be a comma-separated list of field=value pairs.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Not supported.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Not supported.
Returns
  • (::Integer) — Optional. Not supported.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. Not supported.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. Not supported.
Returns
  • (::String) — Optional. Not supported.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent branch resource name, such as projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent branch resource name, such as projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The parent branch resource name, such as projects/{project}/locations/{location}.