Package | Description |
---|---|
com.google.api.services.serviceconsumermanagement.v1beta1.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> |
Api.getOptions()
Any metadata attached to the interface.
|
List<Option> |
Type.getOptions()
The protocol buffer options.
|
List<Option> |
Field.getOptions()
The protocol buffer options.
|
List<Option> |
EnumValue.getOptions()
Protocol buffer options.
|
List<Option> |
ServiceConsumerManagementEnum.getOptions()
Protocol buffer options.
|
List<Option> |
Method.getOptions()
Any metadata attached to the method.
|
Modifier and Type | Method and Description |
---|---|
Api |
Api.setOptions(List<Option> options)
Any metadata attached to the interface.
|
Type |
Type.setOptions(List<Option> options)
The protocol buffer options.
|
Field |
Field.setOptions(List<Option> options)
The protocol buffer options.
|
EnumValue |
EnumValue.setOptions(List<Option> options)
Protocol buffer options.
|
ServiceConsumerManagementEnum |
ServiceConsumerManagementEnum.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.