public interface UpdateUserListGlobalLicenseRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUpdateMask()
public abstract FieldMask getUpdateMask() Optional. The list of fields to update. The special character * is not
supported and an INVALID_UPDATE_MASK error will be thrown if used.
.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. The special character * is not
supported and an INVALID_UPDATE_MASK error will be thrown if used.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
getUserListGlobalLicense()
public abstract UserListGlobalLicense getUserListGlobalLicense() Required. The licenses' name field is used to identify the license to
update.
.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserListGlobalLicense |
The userListGlobalLicense. |
getUserListGlobalLicenseOrBuilder()
public abstract UserListGlobalLicenseOrBuilder getUserListGlobalLicenseOrBuilder() Required. The licenses' name field is used to identify the license to
update.
.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserListGlobalLicenseOrBuilder |
|
hasUpdateMask()
public abstract boolean hasUpdateMask() Optional. The list of fields to update. The special character * is not
supported and an INVALID_UPDATE_MASK error will be thrown if used.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
hasUserListGlobalLicense()
public abstract boolean hasUserListGlobalLicense() Required. The licenses' name field is used to identify the license to
update.
.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userListGlobalLicense field is set. |