All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.sqladmin.model.OperationMetadata.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241108-2.0.0
Show newest version






OperationMetadata (Cloud SQL Admin API v1-rev20240925-2.0.0)












com.google.api.services.sqladmin.model

Class OperationMetadata

    • Constructor Detail

      • OperationMetadata

        public OperationMetadata()
    • Method Detail

      • getApiVersion

        public String getApiVersion()
        Output only. API version used to start the operation.
        Returns:
        value or null for none
      • setApiVersion

        public OperationMetadata setApiVersion(String apiVersion)
        Output only. API version used to start the operation.
        Parameters:
        apiVersion - apiVersion or null for none
      • getCancelRequested

        public Boolean getCancelRequested()
        Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
        Returns:
        value or null for none
      • setCancelRequested

        public OperationMetadata setCancelRequested(Boolean cancelRequested)
        Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
        Parameters:
        cancelRequested - cancelRequested or null for none
      • getCreateTime

        public String getCreateTime()
        Output only. The time the operation was created.
        Returns:
        value or null for none
      • setCreateTime

        public OperationMetadata setCreateTime(String createTime)
        Output only. The time the operation was created.
        Parameters:
        createTime - createTime or null for none
      • getEndTime

        public String getEndTime()
        Output only. The time the operation finished running.
        Returns:
        value or null for none
      • setEndTime

        public OperationMetadata setEndTime(String endTime)
        Output only. The time the operation finished running.
        Parameters:
        endTime - endTime or null for none
      • getStatusDetail

        public String getStatusDetail()
        Output only. Human-readable status of the operation, if any.
        Returns:
        value or null for none
      • setStatusDetail

        public OperationMetadata setStatusDetail(String statusDetail)
        Output only. Human-readable status of the operation, if any.
        Parameters:
        statusDetail - statusDetail or null for none
      • getTarget

        public String getTarget()
        Output only. Server-defined resource path for the target of the operation.
        Returns:
        value or null for none
      • setTarget

        public OperationMetadata setTarget(String target)
        Output only. Server-defined resource path for the target of the operation.
        Parameters:
        target - target or null for none
      • getVerb

        public String getVerb()
        Output only. Name of the verb executed by the operation.
        Returns:
        value or null for none
      • setVerb

        public OperationMetadata setVerb(String verb)
        Output only. Name of the verb executed by the operation.
        Parameters:
        verb - verb or null for none
      • clone

        public OperationMetadata clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy