public final class GoogleCloudApigeeV1ProvisionOrganizationRequest
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 Apigee 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudApigeeV1ProvisionOrganizationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1ProvisionOrganizationRequest |
clone() |
String |
getAnalyticsRegion()
Primary Cloud Platform region for analytics data storage.
|
String |
getAuthorizedNetwork()
Compute Engine network used for Service Networking to be peered with Apigee runtime instances.
|
Boolean |
getDisableVpcPeering()
Optional.
|
String |
getRuntimeLocation()
Cloud Platform location for the runtime instance.
|
GoogleCloudApigeeV1ProvisionOrganizationRequest |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1ProvisionOrganizationRequest |
setAnalyticsRegion(String analyticsRegion)
Primary Cloud Platform region for analytics data storage.
|
GoogleCloudApigeeV1ProvisionOrganizationRequest |
setAuthorizedNetwork(String authorizedNetwork)
Compute Engine network used for Service Networking to be peered with Apigee runtime instances.
|
GoogleCloudApigeeV1ProvisionOrganizationRequest |
setDisableVpcPeering(Boolean disableVpcPeering)
Optional.
|
GoogleCloudApigeeV1ProvisionOrganizationRequest |
setRuntimeLocation(String runtimeLocation)
Cloud Platform location for the runtime instance.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GoogleCloudApigeeV1ProvisionOrganizationRequest()
public String getAnalyticsRegion()
null for nonepublic GoogleCloudApigeeV1ProvisionOrganizationRequest setAnalyticsRegion(String analyticsRegion)
analyticsRegion - analyticsRegion or null for nonepublic String getAuthorizedNetwork()
null for nonepublic GoogleCloudApigeeV1ProvisionOrganizationRequest setAuthorizedNetwork(String authorizedNetwork)
authorizedNetwork - authorizedNetwork or null for nonepublic Boolean getDisableVpcPeering()
null for nonepublic GoogleCloudApigeeV1ProvisionOrganizationRequest setDisableVpcPeering(Boolean disableVpcPeering)
disableVpcPeering - disableVpcPeering or null for nonepublic String getRuntimeLocation()
null for nonepublic GoogleCloudApigeeV1ProvisionOrganizationRequest setRuntimeLocation(String runtimeLocation)
runtimeLocation - runtimeLocation or null for nonepublic GoogleCloudApigeeV1ProvisionOrganizationRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1ProvisionOrganizationRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.