| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
MetadataFilterLabelMatch |
MetadataFilterLabelMatch.clone() |
MetadataFilterLabelMatch |
MetadataFilterLabelMatch.set(String fieldName,
Object value) |
MetadataFilterLabelMatch |
MetadataFilterLabelMatch.setName(String name)
Name of metadata label.
|
MetadataFilterLabelMatch |
MetadataFilterLabelMatch.setValue(String value)
The value of the label must match the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataFilterLabelMatch> |
MetadataFilter.getFilterLabels()
The list of label value pairs that must match labels in the provided metadata based on
filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataFilter |
MetadataFilter.setFilterLabels(List<MetadataFilterLabelMatch> filterLabels)
The list of label value pairs that must match labels in the provided metadata based on
filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
Copyright © 2011–2021 Google. All rights reserved.