| Package | Description |
|---|---|
| com.google.api.services.reports.model |
| Modifier and Type | Method and Description |
|---|---|
AppliedLabel |
AppliedLabel.clone() |
AppliedLabel |
AppliedLabel.set(String fieldName,
Object value) |
AppliedLabel |
AppliedLabel.setFieldValues(List<FieldValue> fieldValues)
List of fields which are part of the label and have been set by the user.
|
AppliedLabel |
AppliedLabel.setId(String id)
Identifier of the label - Only the label id, not the full OnePlatform resource name.
|
AppliedLabel |
AppliedLabel.setReason(Reason reason)
The reason why the label was applied on the resource.
|
AppliedLabel |
AppliedLabel.setTitle(String title)
Title of the label
|
| Modifier and Type | Method and Description |
|---|---|
List<AppliedLabel> |
ResourceDetails.getAppliedLabels()
List of labels applied on the resource
|
| Modifier and Type | Method and Description |
|---|---|
ResourceDetails |
ResourceDetails.setAppliedLabels(List<AppliedLabel> appliedLabels)
List of labels applied on the resource
|
Copyright © 2011–2025 Google. All rights reserved.