Interface CreateLicenseConfigRequestOrBuilder (0.90.0)

public interface CreateLicenseConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLicenseConfig()

public abstract LicenseConfig getLicenseConfig()

Required. The LicenseConfig to create.

.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
LicenseConfig

The licenseConfig.

getLicenseConfigId()

public abstract String getLicenseConfigId()

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 search or search_and_assistant.

string license_config_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The licenseConfigId.

getLicenseConfigIdBytes()

public abstract ByteString getLicenseConfigIdBytes()

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 search or search_and_assistant.

string license_config_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for licenseConfigId.

getLicenseConfigOrBuilder()

public abstract LicenseConfigOrBuilder getLicenseConfigOrBuilder()

Required. The LicenseConfig to create.

.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
LicenseConfigOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource name, such as projects/{project}/locations/{location}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource name, such as projects/{project}/locations/{location}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasLicenseConfig()

public abstract boolean hasLicenseConfig()

Required. The LicenseConfig to create.

.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the licenseConfig field is set.