Uses of Class
com.google.dataflow.v1beta3.StructuredMessage
-
Packages that use StructuredMessage Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of StructuredMessage in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return StructuredMessage Modifier and Type Method Description StructuredMessage
StructuredMessage.Builder. build()
StructuredMessage
StructuredMessage.Builder. buildPartial()
static StructuredMessage
StructuredMessage. getDefaultInstance()
StructuredMessage
StructuredMessage.Builder. getDefaultInstanceForType()
StructuredMessage
StructuredMessage. getDefaultInstanceForType()
StructuredMessage
AutoscalingEvent.Builder. 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
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
AutoscalingEventOrBuilder. 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.static StructuredMessage
StructuredMessage. parseDelimitedFrom(InputStream input)
static StructuredMessage
StructuredMessage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructuredMessage
StructuredMessage. parseFrom(byte[] data)
static StructuredMessage
StructuredMessage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructuredMessage
StructuredMessage. parseFrom(com.google.protobuf.ByteString data)
static StructuredMessage
StructuredMessage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructuredMessage
StructuredMessage. parseFrom(com.google.protobuf.CodedInputStream input)
static StructuredMessage
StructuredMessage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructuredMessage
StructuredMessage. parseFrom(InputStream input)
static StructuredMessage
StructuredMessage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructuredMessage
StructuredMessage. parseFrom(ByteBuffer data)
static StructuredMessage
StructuredMessage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type StructuredMessage Modifier and Type Method Description com.google.protobuf.Parser<StructuredMessage>
StructuredMessage. getParserForType()
static com.google.protobuf.Parser<StructuredMessage>
StructuredMessage. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type StructuredMessage Modifier and Type Method Description AutoscalingEvent.Builder
AutoscalingEvent.Builder. mergeDescription(StructuredMessage value)
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.Builder
StructuredMessage.Builder. mergeFrom(StructuredMessage other)
static StructuredMessage.Builder
StructuredMessage. newBuilder(StructuredMessage prototype)
AutoscalingEvent.Builder
AutoscalingEvent.Builder. setDescription(StructuredMessage value)
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.
-