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

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

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






OperationMetadata (Service Management API v1-rev20240823-2.0.0)












com.google.api.services.servicemanagement.model

Class OperationMetadata

    • Constructor Detail

      • OperationMetadata

        public OperationMetadata()
    • Method Detail

      • getProgressPercentage

        public Integer getProgressPercentage()
        Percentage of completion of this operation, ranging from 0 to 100.
        Returns:
        value or null for none
      • setProgressPercentage

        public OperationMetadata setProgressPercentage(Integer progressPercentage)
        Percentage of completion of this operation, ranging from 0 to 100.
        Parameters:
        progressPercentage - progressPercentage or null for none
      • getResourceNames

        public List<String> getResourceNames()
        The full name of the resources that this operation is directly associated with.
        Returns:
        value or null for none
      • setResourceNames

        public OperationMetadata setResourceNames(List<String> resourceNames)
        The full name of the resources that this operation is directly associated with.
        Parameters:
        resourceNames - resourceNames or null for none
      • getStartTime

        public String getStartTime()
        The start time of the operation.
        Returns:
        value or null for none
      • setStartTime

        public OperationMetadata setStartTime(String startTime)
        The start time of the operation.
        Parameters:
        startTime - startTime or null for none
      • getSteps

        public List<Step> getSteps()
        Detailed status information for each step. The order is undetermined.
        Returns:
        value or null for none
      • setSteps

        public OperationMetadata setSteps(List<Step> steps)
        Detailed status information for each step. The order is undetermined.
        Parameters:
        steps - steps 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