public final class EndpointsApiService
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the App Engine Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
EndpointsApiService() |
Modifier and Type | Method and Description |
---|---|
EndpointsApiService |
clone() |
java.lang.String |
getConfigId()
Endpoints service configuration ID as specified by the Service Management API.
|
java.lang.Boolean |
getDisableTraceSampling()
Enable or disable trace sampling.
|
java.lang.String |
getName()
Endpoints service name which is the name of the "service" resource in the Service Management
API.
|
java.lang.String |
getRolloutStrategy()
Endpoints rollout strategy.
|
EndpointsApiService |
set(java.lang.String fieldName,
java.lang.Object value) |
EndpointsApiService |
setConfigId(java.lang.String configId)
Endpoints service configuration ID as specified by the Service Management API.
|
EndpointsApiService |
setDisableTraceSampling(java.lang.Boolean disableTraceSampling)
Enable or disable trace sampling.
|
EndpointsApiService |
setName(java.lang.String name)
Endpoints service name which is the name of the "service" resource in the Service Management
API.
|
EndpointsApiService |
setRolloutStrategy(java.lang.String rolloutStrategy)
Endpoints rollout strategy.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getConfigId()
null
for nonepublic EndpointsApiService setConfigId(java.lang.String configId)
configId
- configId or null
for nonepublic java.lang.Boolean getDisableTraceSampling()
null
for nonepublic EndpointsApiService setDisableTraceSampling(java.lang.Boolean disableTraceSampling)
disableTraceSampling
- disableTraceSampling or null
for nonepublic java.lang.String getName()
null
for nonepublic EndpointsApiService setName(java.lang.String name)
name
- name or null
for nonepublic java.lang.String getRolloutStrategy()
null
for nonepublic EndpointsApiService setRolloutStrategy(java.lang.String rolloutStrategy)
rolloutStrategy
- rolloutStrategy or null
for nonepublic EndpointsApiService set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public EndpointsApiService clone()
clone
in class com.google.api.client.json.GenericJson