Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
Api |
Api.clone() |
Api |
Api.set(String fieldName,
Object value) |
Api |
Api.setMethods(List<Method> methods)
The methods of this interface, in unspecified order.
|
Api |
Api.setMixins(List<Mixin> mixins)
Included interfaces.
|
Api |
Api.setName(String name)
The fully qualified name of this interface, including package name followed by the interface's
simple name.
|
Api |
Api.setOptions(List<Option> options)
Any metadata attached to the interface.
|
Api |
Api.setSourceContext(SourceContext sourceContext)
Source context for the protocol buffer service represented by this message.
|
Api |
Api.setSyntax(String syntax)
The source syntax of the service.
|
Api |
Api.setVersion(String version)
A version string for this interface.
|
Modifier and Type | Method and Description |
---|---|
List<Api> |
Service.getApis()
A list of API interfaces exported by this service.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.setApis(List<Api> apis)
A list of API interfaces exported by this service.
|
Copyright © 2011–2024 Google. All rights reserved.