Interface UpdateLicenseConfigRequestOrBuilder (0.90.0)

public interface UpdateLicenseConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLicenseConfig()

public abstract LicenseConfig getLicenseConfig()

Required. The LicenseConfig to update.

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

Returns
Type Description
LicenseConfig

The licenseConfig.

getLicenseConfigOrBuilder()

public abstract LicenseConfigOrBuilder getLicenseConfigOrBuilder()

Required. The LicenseConfig to update.

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

Returns
Type Description
LicenseConfigOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. Indicates which fields in the provided LicenseConfig to update.

If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Indicates which fields in the provided LicenseConfig to update.

If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasLicenseConfig()

public abstract boolean hasLicenseConfig()

Required. The LicenseConfig to update.

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

Returns
Type Description
boolean

Whether the licenseConfig field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. Indicates which fields in the provided LicenseConfig to update.

If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.