public interface AutomationRunEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAutomationId()
Identifier of the `Automation`.
|
com.google.protobuf.ByteString |
getAutomationIdBytes()
Identifier of the `Automation`.
|
String |
getAutomationRun()
The name of the `AutomationRun`.
|
com.google.protobuf.ByteString |
getAutomationRunBytes()
The name of the `AutomationRun`.
|
String |
getDestinationTargetId()
ID of the `Target` to which the `AutomationRun` is created.
|
com.google.protobuf.ByteString |
getDestinationTargetIdBytes()
ID of the `Target` to which the `AutomationRun` is created.
|
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`.
|
String |
getRuleId()
Identifier of the `Automation` rule.
|
com.google.protobuf.ByteString |
getRuleIdBytes()
Identifier of the `Automation` rule.
|
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 getAutomationRun()
The name of the `AutomationRun`.
string automation_run = 2;com.google.protobuf.ByteString getAutomationRunBytes()
The name of the `AutomationRun`.
string automation_run = 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;String getAutomationId()
Identifier of the `Automation`.
string automation_id = 4;com.google.protobuf.ByteString getAutomationIdBytes()
Identifier of the `Automation`.
string automation_id = 4;String getRuleId()
Identifier of the `Automation` rule.
string rule_id = 5;com.google.protobuf.ByteString getRuleIdBytes()
Identifier of the `Automation` rule.
string rule_id = 5;String getDestinationTargetId()
ID of the `Target` to which the `AutomationRun` is created.
string destination_target_id = 6;com.google.protobuf.ByteString getDestinationTargetIdBytes()
ID of the `Target` to which the `AutomationRun` is created.
string destination_target_id = 6;int getTypeValue()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 7;Type getType()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 7;Copyright © 2024 Google LLC. All rights reserved.