public interface TargetNotificationEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Debug message for when a notification fails to send.
|
com.google.protobuf.ByteString |
getMessageBytes()
Debug message for when a notification fails to send.
|
String |
getTarget()
The name of the `Target`.
|
com.google.protobuf.ByteString |
getTargetBytes()
The name of the `Target`.
|
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 a notification fails to send.
string message = 1;com.google.protobuf.ByteString getMessageBytes()
Debug message for when a notification fails to send.
string message = 1;String getTarget()
The name of the `Target`.
string target = 2;com.google.protobuf.ByteString getTargetBytes()
The name of the `Target`.
string target = 2;int getTypeValue()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 3;Type getType()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 3;Copyright © 2024 Google LLC. All rights reserved.