public class Apigee.Organizations.Sharedflows.List extends ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(String parent)
Lists all shared flows in the organization.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Boolean |
getIncludeMetaData()
Indicates whether to include shared flow metadata in the response.
|
Boolean |
getIncludeRevisions()
Indicates whether to include a list of revisions in the response.
|
String |
getParent()
Required.
|
String |
getSpace()
Optional.
|
Apigee.Organizations.Sharedflows.List |
set(String parameterName,
Object value) |
Apigee.Organizations.Sharedflows.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
Apigee.Organizations.Sharedflows.List |
setAccessToken(String accessToken)
OAuth access token.
|
Apigee.Organizations.Sharedflows.List |
setAlt(String alt)
Data format for response.
|
Apigee.Organizations.Sharedflows.List |
setCallback(String callback)
JSONP
|
Apigee.Organizations.Sharedflows.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Apigee.Organizations.Sharedflows.List |
setIncludeMetaData(Boolean includeMetaData)
Indicates whether to include shared flow metadata in the response.
|
Apigee.Organizations.Sharedflows.List |
setIncludeRevisions(Boolean includeRevisions)
Indicates whether to include a list of revisions in the response.
|
Apigee.Organizations.Sharedflows.List |
setKey(String key)
API key.
|
Apigee.Organizations.Sharedflows.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Apigee.Organizations.Sharedflows.List |
setParent(String parent)
Required.
|
Apigee.Organizations.Sharedflows.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Apigee.Organizations.Sharedflows.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Apigee.Organizations.Sharedflows.List |
setSpace(String space)
Optional.
|
Apigee.Organizations.Sharedflows.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Apigee.Organizations.Sharedflows.List |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected List(String parent)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Apigee.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
parent - Required. The name of the parent organization under which to get shared flows. Must be of the form:
`organizations/{organization_id}` If the resource has the `space` attribute set, IAM
permissions are checked against the Space resource path. To learn more, read the [Apigee
Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>IOExceptionpublic Apigee.Organizations.Sharedflows.List set$Xgafv(String $Xgafv)
ApigeeRequestset$Xgafv in class ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>public Apigee.Organizations.Sharedflows.List setAccessToken(String accessToken)
ApigeeRequestsetAccessToken in class ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>public Apigee.Organizations.Sharedflows.List setAlt(String alt)
ApigeeRequestsetAlt in class ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>public Apigee.Organizations.Sharedflows.List setCallback(String callback)
ApigeeRequestsetCallback in class ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>public Apigee.Organizations.Sharedflows.List setFields(String fields)
ApigeeRequestsetFields in class ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>public Apigee.Organizations.Sharedflows.List setKey(String key)
ApigeeRequestsetKey in class ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>public Apigee.Organizations.Sharedflows.List setOauthToken(String oauthToken)
ApigeeRequestsetOauthToken in class ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>public Apigee.Organizations.Sharedflows.List setPrettyPrint(Boolean prettyPrint)
ApigeeRequestsetPrettyPrint in class ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>public Apigee.Organizations.Sharedflows.List setQuotaUser(String quotaUser)
ApigeeRequestsetQuotaUser in class ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>public Apigee.Organizations.Sharedflows.List setUploadType(String uploadType)
ApigeeRequestsetUploadType in class ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>public Apigee.Organizations.Sharedflows.List setUploadProtocol(String uploadProtocol)
ApigeeRequestsetUploadProtocol in class ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>public String getParent()
public Apigee.Organizations.Sharedflows.List setParent(String parent)
public Boolean getIncludeMetaData()
public Apigee.Organizations.Sharedflows.List setIncludeMetaData(Boolean includeMetaData)
public Boolean getIncludeRevisions()
public Apigee.Organizations.Sharedflows.List setIncludeRevisions(Boolean includeRevisions)
public String getSpace()
public Apigee.Organizations.Sharedflows.List setSpace(String space)
public Apigee.Organizations.Sharedflows.List set(String parameterName, Object value)
set in class ApigeeRequest<GoogleCloudApigeeV1ListSharedFlowsResponse>Copyright © 2011–2025 Google. All rights reserved.