Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CreateLicenseConfigRequest.
Request message for LicenseConfigService.CreateLicenseConfig method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#license_config
def license_config() -> ::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig) — Required. The LicenseConfig to create.
#license_config=
def license_config=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig) — Required. The LicenseConfig to create.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig) — Required. The LicenseConfig to create.
#license_config_id
def license_config_id() -> ::String
Returns
-
(::String) — Optional. The ID to use for the
LicenseConfig, which
will become the final component of the
LicenseConfig's
resource name. We are using the tier (product edition) name as the license
config id such as
searchorsearch_and_assistant.
#license_config_id=
def license_config_id=(value) -> ::String
Parameter
-
value (::String) — Optional. The ID to use for the
LicenseConfig, which
will become the final component of the
LicenseConfig's
resource name. We are using the tier (product edition) name as the license
config id such as
searchorsearch_and_assistant.
Returns
-
(::String) — Optional. The ID to use for the
LicenseConfig, which
will become the final component of the
LicenseConfig's
resource name. We are using the tier (product edition) name as the license
config id such as
searchorsearch_and_assistant.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}.
Returns
-
(::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}.