target.apidocs.com.google.api.services.datamigration.v1.DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch.html Maven / Gradle / Ivy
DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch (Database Migration API v1-rev20241109-2.0.0)
com.google.api.services.datamigration.v1
Class DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.datamigration.v1.DatabaseMigrationServiceRequest<Operation>
-
- com.google.api.services.datamigration.v1.DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch
-
- Enclosing class:
- DatabaseMigrationService.Projects.Locations.MigrationJobs
public class DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch
extends DatabaseMigrationServiceRequest<Operation>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Patch(String name,
MigrationJob content)
Updates the parameters of a single migration job.
-
Method Summary
-
Methods inherited from class com.google.api.services.datamigration.v1.DatabaseMigrationServiceRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Patch
protected Patch(String name,
MigrationJob content)
Updates the parameters of a single migration job.
Create a request for the method "migrationJobs.patch".
This request holds the parameters needed by the the datamigration server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
DatabaseMigrationService.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
- Parameters:
name
- The name (URI) of this migration job resource, in the form of:
projects/{project}/locations/{location}/migrationJobs/{migrationJob}.
content
- the MigrationJob
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch set$Xgafv(String $Xgafv)
Description copied from class: DatabaseMigrationServiceRequest
V1 error format.
- Overrides:
set$Xgafv
in class DatabaseMigrationServiceRequest<Operation>
-
setAccessToken
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setAccessToken(String accessToken)
Description copied from class: DatabaseMigrationServiceRequest
OAuth access token.
- Overrides:
setAccessToken
in class DatabaseMigrationServiceRequest<Operation>
-
setAlt
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setAlt(String alt)
Description copied from class: DatabaseMigrationServiceRequest
Data format for response.
- Overrides:
setAlt
in class DatabaseMigrationServiceRequest<Operation>
-
setCallback
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setCallback(String callback)
Description copied from class: DatabaseMigrationServiceRequest
JSONP
- Overrides:
setCallback
in class DatabaseMigrationServiceRequest<Operation>
-
setFields
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setFields(String fields)
Description copied from class: DatabaseMigrationServiceRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class DatabaseMigrationServiceRequest<Operation>
-
setKey
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setKey(String key)
Description copied from class: DatabaseMigrationServiceRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class DatabaseMigrationServiceRequest<Operation>
-
setOauthToken
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setOauthToken(String oauthToken)
Description copied from class: DatabaseMigrationServiceRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class DatabaseMigrationServiceRequest<Operation>
-
setPrettyPrint
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setPrettyPrint(Boolean prettyPrint)
Description copied from class: DatabaseMigrationServiceRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class DatabaseMigrationServiceRequest<Operation>
-
setQuotaUser
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setQuotaUser(String quotaUser)
Description copied from class: DatabaseMigrationServiceRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class DatabaseMigrationServiceRequest<Operation>
-
setUploadType
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setUploadType(String uploadType)
Description copied from class: DatabaseMigrationServiceRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class DatabaseMigrationServiceRequest<Operation>
-
setUploadProtocol
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setUploadProtocol(String uploadProtocol)
Description copied from class: DatabaseMigrationServiceRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class DatabaseMigrationServiceRequest<Operation>
-
getName
public String getName()
The name (URI) of this migration job resource, in the form of:
projects/{project}/locations/{location}/migrationJobs/{migrationJob}.
-
setName
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setName(String name)
The name (URI) of this migration job resource, in the form of:
projects/{project}/locations/{location}/migrationJobs/{migrationJob}.
-
getRequestId
public String getRequestId()
A unique ID used to identify the request. If the server receives two requests with the same ID,
then the second request is ignored. It is recommended to always set this value to a UUID. The ID
must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum
length is 40 characters.
-
setRequestId
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setRequestId(String requestId)
A unique ID used to identify the request. If the server receives two requests with the
same ID, then the second request is ignored. It is recommended to always set this value
to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
and hyphens (-). The maximum length is 40 characters.
-
getUpdateMask
public String getUpdateMask()
Required. Field mask is used to specify the fields to be overwritten by the update in the
conversion workspace resource.
-
setUpdateMask
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch setUpdateMask(String updateMask)
Required. Field mask is used to specify the fields to be overwritten by the update in
the conversion workspace resource.
-
set
public DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch set(String parameterName,
Object value)
- Overrides:
set
in class DatabaseMigrationServiceRequest<Operation>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy