target.apidocs.com.google.api.services.dataproc.model.BatchOperationMetadata.html Maven / Gradle / Ivy
BatchOperationMetadata (Cloud Dataproc API v1-rev20241025-2.0.0)
com.google.api.services.dataproc.model
Class BatchOperationMetadata
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.dataproc.model.BatchOperationMetadata
-
public final class BatchOperationMetadata
extends com.google.api.client.json.GenericJson
Metadata describing the Batch operation.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Cloud Dataproc API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
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
Constructor and Description
BatchOperationMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
BatchOperationMetadata
clone()
String
getBatch()
Name of the batch for the operation.
String
getBatchUuid()
Batch UUID for the operation.
String
getCreateTime()
The time when the operation was created.
String
getDescription()
Short description of the operation.
String
getDoneTime()
The time when the operation finished.
Map<String,String>
getLabels()
Labels associated with the operation.
String
getOperationType()
The operation type.
List<String>
getWarnings()
Warnings encountered during operation execution.
BatchOperationMetadata
set(String fieldName,
Object value)
BatchOperationMetadata
setBatch(String batch)
Name of the batch for the operation.
BatchOperationMetadata
setBatchUuid(String batchUuid)
Batch UUID for the operation.
BatchOperationMetadata
setCreateTime(String createTime)
The time when the operation was created.
BatchOperationMetadata
setDescription(String description)
Short description of the operation.
BatchOperationMetadata
setDoneTime(String doneTime)
The time when the operation finished.
BatchOperationMetadata
setLabels(Map<String,String> labels)
Labels associated with the operation.
BatchOperationMetadata
setOperationType(String operationType)
The operation type.
BatchOperationMetadata
setWarnings(List<String> warnings)
Warnings encountered during operation execution.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
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
-
-
Method Detail
-
getBatch
public String getBatch()
Name of the batch for the operation.
- Returns:
- value or
null
for none
-
setBatch
public BatchOperationMetadata setBatch(String batch)
Name of the batch for the operation.
- Parameters:
batch
- batch or null
for none
-
getBatchUuid
public String getBatchUuid()
Batch UUID for the operation.
- Returns:
- value or
null
for none
-
setBatchUuid
public BatchOperationMetadata setBatchUuid(String batchUuid)
Batch UUID for the operation.
- Parameters:
batchUuid
- batchUuid or null
for none
-
getCreateTime
public String getCreateTime()
The time when the operation was created.
- Returns:
- value or
null
for none
-
setCreateTime
public BatchOperationMetadata setCreateTime(String createTime)
The time when the operation was created.
- Parameters:
createTime
- createTime or null
for none
-
getDescription
public String getDescription()
Short description of the operation.
- Returns:
- value or
null
for none
-
setDescription
public BatchOperationMetadata setDescription(String description)
Short description of the operation.
- Parameters:
description
- description or null
for none
-
getDoneTime
public String getDoneTime()
The time when the operation finished.
- Returns:
- value or
null
for none
-
setDoneTime
public BatchOperationMetadata setDoneTime(String doneTime)
The time when the operation finished.
- Parameters:
doneTime
- doneTime or null
for none
-
getLabels
public Map<String,String> getLabels()
Labels associated with the operation.
- Returns:
- value or
null
for none
-
setLabels
public BatchOperationMetadata setLabels(Map<String,String> labels)
Labels associated with the operation.
- Parameters:
labels
- labels or null
for none
-
getOperationType
public String getOperationType()
The operation type.
- Returns:
- value or
null
for none
-
setOperationType
public BatchOperationMetadata setOperationType(String operationType)
The operation type.
- Parameters:
operationType
- operationType or null
for none
-
getWarnings
public List<String> getWarnings()
Warnings encountered during operation execution.
- Returns:
- value or
null
for none
-
setWarnings
public BatchOperationMetadata setWarnings(List<String> warnings)
Warnings encountered during operation execution.
- Parameters:
warnings
- warnings or null
for none
-
set
public BatchOperationMetadata set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public BatchOperationMetadata clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy