Interface BatchUpdateUserLicensesRequest.InlineSourceOrBuilder (0.60.0)

public static interface BatchUpdateUserLicensesRequest.InlineSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The list of fields to update.

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

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update.

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

Returns
Type Description
FieldMaskOrBuilder

getUserLicenses(int index)

public abstract UserLicense getUserLicenses(int index)

Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal.

repeated .google.cloud.discoveryengine.v1.UserLicense user_licenses = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
UserLicense

getUserLicensesCount()

public abstract int getUserLicensesCount()

Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal.

repeated .google.cloud.discoveryengine.v1.UserLicense user_licenses = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getUserLicensesList()

public abstract List<UserLicense> getUserLicensesList()

Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal.

repeated .google.cloud.discoveryengine.v1.UserLicense user_licenses = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<UserLicense>

getUserLicensesOrBuilder(int index)

public abstract UserLicenseOrBuilder getUserLicensesOrBuilder(int index)

Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal.

repeated .google.cloud.discoveryengine.v1.UserLicense user_licenses = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
UserLicenseOrBuilder

getUserLicensesOrBuilderList()

public abstract List<? extends UserLicenseOrBuilder> getUserLicensesOrBuilderList()

Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal.

repeated .google.cloud.discoveryengine.v1.UserLicense user_licenses = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.discoveryengine.v1.UserLicenseOrBuilder>

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The list of fields to update.

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

Returns
Type Description
boolean

Whether the updateMask field is set.