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-
(::String) — Optional. The filter to apply to the list results.
The supported fields are:
subscription_tierstate
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-
value (::String) — Optional. The filter to apply to the list results.
The supported fields are:
subscription_tierstate
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.
-
(::String) — Optional. The filter to apply to the list results.
The supported fields are:
subscription_tierstate
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- (::Integer) — Optional. Not supported.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Optional. Not supported.
- (::Integer) — Optional. Not supported.
#page_token
def page_token() -> ::String- (::String) — Optional. Not supported.
#page_token=
def page_token=(value) -> ::String- value (::String) — Optional. Not supported.
- (::String) — Optional. Not supported.
#parent
def parent() -> ::String-
(::String) — Required. The parent branch resource name, such as
projects/{project}/locations/{location}.
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The parent branch resource name, such as
projects/{project}/locations/{location}.
-
(::String) — Required. The parent branch resource name, such as
projects/{project}/locations/{location}.