Package | Description |
---|---|
com.google.api.services.servicemanagement.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> |
Field.getOptions()
The protocol buffer options.
|
List<Option> |
ServiceManagementEnum.getOptions()
Protocol buffer options.
|
List<Option> |
Api.getOptions()
Any metadata attached to the interface.
|
List<Option> |
Type.getOptions()
The protocol buffer options.
|
List<Option> |
EnumValue.getOptions()
Protocol buffer options.
|
List<Option> |
Method.getOptions()
Any metadata attached to the method.
|
Modifier and Type | Method and Description |
---|---|
Field |
Field.setOptions(List<Option> options)
The protocol buffer options.
|
ServiceManagementEnum |
ServiceManagementEnum.setOptions(List<Option> options)
Protocol buffer options.
|
Api |
Api.setOptions(List<Option> options)
Any metadata attached to the interface.
|
Type |
Type.setOptions(List<Option> options)
The protocol buffer options.
|
EnumValue |
EnumValue.setOptions(List<Option> options)
Protocol buffer options.
|
Method |
Method.setOptions(List<Option> options)
Any metadata attached to the method.
|
Copyright © 2011–2024 Google. All rights reserved.