Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
StructuredMessage |
StructuredMessage.clone() |
StructuredMessage |
AutoscalingEvent.getDescription()
A message describing why the system decided to adjust the current number of workers, why it
failed, or why the system decided to not make any changes to the number of workers.
|
StructuredMessage |
StructuredMessage.set(String fieldName,
Object value) |
StructuredMessage |
StructuredMessage.setMessageKey(String messageKey)
Identifier for this message type.
|
StructuredMessage |
StructuredMessage.setMessageText(String messageText)
Human-readable version of message.
|
StructuredMessage |
StructuredMessage.setParameters(List<Parameter> parameters)
The structured data associated with this message.
|
Modifier and Type | Method and Description |
---|---|
AutoscalingEvent |
AutoscalingEvent.setDescription(StructuredMessage description)
A message describing why the system decided to adjust the current number of workers, why it
failed, or why the system decided to not make any changes to the number of workers.
|
Copyright © 2011–2019 Google. All rights reserved.