| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Option |
Option.clone() |
Option |
Option.set(String fieldName,
Object value) |
Option |
Option.setName(String name)
The option's name.
|
Option |
Option.setValue(Map<String,Object> value)
The option's value packed in an Any message.
|
| Modifier and Type | Method and Description |
|---|---|
List<Option> |
Type.getOptions()
The protocol buffer options.
|
List<Option> |
Field.getOptions()
The protocol buffer options.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
Type.setOptions(List<Option> options)
The protocol buffer options.
|
Field |
Field.setOptions(List<Option> options)
The protocol buffer options.
|
Copyright © 2011–2025 Google. All rights reserved.