Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
Method |
Method.clone() |
Method |
Method.set(String fieldName,
Object value) |
Method |
Method.setName(String name)
The simple name of this method.
|
Method |
Method.setOptions(List<Option> options)
Any metadata attached to the method.
|
Method |
Method.setRequestStreaming(Boolean requestStreaming)
If true, the request is streamed.
|
Method |
Method.setRequestTypeUrl(String requestTypeUrl)
A URL of the input message type.
|
Method |
Method.setResponseStreaming(Boolean responseStreaming)
If true, the response is streamed.
|
Method |
Method.setResponseTypeUrl(String responseTypeUrl)
The URL of the output message type.
|
Method |
Method.setSyntax(String syntax)
The source syntax of this method.
|
Modifier and Type | Method and Description |
---|---|
List<Method> |
Api.getMethods()
The methods of this interface, in unspecified order.
|
Modifier and Type | Method and Description |
---|---|
Api |
Api.setMethods(List<Method> methods)
The methods of this interface, in unspecified order.
|
Copyright © 2011–2024 Google. All rights reserved.