| Package | Description |
|---|---|
| com.google.api.services.servicenetworking.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
Method |
Method.clone() |
Method |
Method.set(String fieldName,
Object value) |
Method |
Method.setEdition(String edition)
The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
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–2025 Google. All rights reserved.