public interface AutomationEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAutomation()
The name of the `AutomationRun`.
|
com.google.protobuf.ByteString |
getAutomationBytes()
The name of the `AutomationRun`.
|
String |
getMessage()
Debug message for when there is an update on the AutomationRun.
|
com.google.protobuf.ByteString |
getMessageBytes()
Debug message for when there is an update on the AutomationRun.
|
String |
getPipelineUid()
Unique identifier of the `DeliveryPipeline`.
|
com.google.protobuf.ByteString |
getPipelineUidBytes()
Unique identifier of the `DeliveryPipeline`.
|
Type |
getType()
Type of this notification, e.g.
|
int |
getTypeValue()
Type of this notification, e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessage()
Debug message for when there is an update on the AutomationRun. Provides further details about the resource creation or state change.
string message = 1;com.google.protobuf.ByteString getMessageBytes()
Debug message for when there is an update on the AutomationRun. Provides further details about the resource creation or state change.
string message = 1;String getAutomation()
The name of the `AutomationRun`.
string automation = 2;com.google.protobuf.ByteString getAutomationBytes()
The name of the `AutomationRun`.
string automation = 2;String getPipelineUid()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 3;com.google.protobuf.ByteString getPipelineUidBytes()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 3;int getTypeValue()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 4;Type getType()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 4;Copyright © 2024 Google LLC. All rights reserved.