public interface RetractLicenseConfigResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLicenseConfig()
public abstract LicenseConfig getLicenseConfig()The updated LicenseConfig.
.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 1;
| Returns | |
|---|---|
| Type | Description |
LicenseConfig |
The licenseConfig. |
getLicenseConfigOrBuilder()
public abstract LicenseConfigOrBuilder getLicenseConfigOrBuilder()The updated LicenseConfig.
.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 1;
| Returns | |
|---|---|
| Type | Description |
LicenseConfigOrBuilder |
|
hasLicenseConfig()
public abstract boolean hasLicenseConfig()The updated LicenseConfig.
.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the licenseConfig field is set. |