Interface RetractLicenseConfigResponseOrBuilder (0.90.0)

public interface RetractLicenseConfigResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.