public class AIPlatformNotebooks.Projects.Locations.Runtimes.List extends AIPlatformNotebooksRequest<ListRuntimesResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(String parent)
Lists Runtimes in a given project and location.
|
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.
AIPlatformNotebooks.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
parent - Required. Format: `parent=projects/{project_id}/locations/{location}`public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListRuntimesResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListRuntimesResponse>IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Runtimes.List set$Xgafv(String $Xgafv)
AIPlatformNotebooksRequestset$Xgafv in class AIPlatformNotebooksRequest<ListRuntimesResponse>public AIPlatformNotebooks.Projects.Locations.Runtimes.List setAccessToken(String accessToken)
AIPlatformNotebooksRequestsetAccessToken in class AIPlatformNotebooksRequest<ListRuntimesResponse>public AIPlatformNotebooks.Projects.Locations.Runtimes.List setAlt(String alt)
AIPlatformNotebooksRequestsetAlt in class AIPlatformNotebooksRequest<ListRuntimesResponse>public AIPlatformNotebooks.Projects.Locations.Runtimes.List setCallback(String callback)
AIPlatformNotebooksRequestsetCallback in class AIPlatformNotebooksRequest<ListRuntimesResponse>public AIPlatformNotebooks.Projects.Locations.Runtimes.List setFields(String fields)
AIPlatformNotebooksRequestsetFields in class AIPlatformNotebooksRequest<ListRuntimesResponse>public AIPlatformNotebooks.Projects.Locations.Runtimes.List setKey(String key)
AIPlatformNotebooksRequestsetKey in class AIPlatformNotebooksRequest<ListRuntimesResponse>public AIPlatformNotebooks.Projects.Locations.Runtimes.List setOauthToken(String oauthToken)
AIPlatformNotebooksRequestsetOauthToken in class AIPlatformNotebooksRequest<ListRuntimesResponse>public AIPlatformNotebooks.Projects.Locations.Runtimes.List setPrettyPrint(Boolean prettyPrint)
AIPlatformNotebooksRequestsetPrettyPrint in class AIPlatformNotebooksRequest<ListRuntimesResponse>public AIPlatformNotebooks.Projects.Locations.Runtimes.List setQuotaUser(String quotaUser)
AIPlatformNotebooksRequestsetQuotaUser in class AIPlatformNotebooksRequest<ListRuntimesResponse>public AIPlatformNotebooks.Projects.Locations.Runtimes.List setUploadType(String uploadType)
AIPlatformNotebooksRequestsetUploadType in class AIPlatformNotebooksRequest<ListRuntimesResponse>public AIPlatformNotebooks.Projects.Locations.Runtimes.List setUploadProtocol(String uploadProtocol)
AIPlatformNotebooksRequestsetUploadProtocol in class AIPlatformNotebooksRequest<ListRuntimesResponse>public String getParent()
public AIPlatformNotebooks.Projects.Locations.Runtimes.List setParent(String parent)
public String getFilter()
public AIPlatformNotebooks.Projects.Locations.Runtimes.List setFilter(String filter)
public String getOrderBy()
public AIPlatformNotebooks.Projects.Locations.Runtimes.List setOrderBy(String orderBy)
public Integer getPageSize()
public AIPlatformNotebooks.Projects.Locations.Runtimes.List setPageSize(Integer pageSize)
public String getPageToken()
public AIPlatformNotebooks.Projects.Locations.Runtimes.List setPageToken(String pageToken)
public AIPlatformNotebooks.Projects.Locations.Runtimes.List set(String parameterName, Object value)
set in class AIPlatformNotebooksRequest<ListRuntimesResponse>Copyright © 2011–2024 Google. All rights reserved.