public interface DeployPolicyNotificationEventOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeployPolicy()
public abstract String getDeployPolicy()
The name of the DeployPolicy
.
string deploy_policy = 2;
Returns | |
---|---|
Type | Description |
String |
The deployPolicy. |
getDeployPolicyBytes()
public abstract ByteString getDeployPolicyBytes()
The name of the DeployPolicy
.
string deploy_policy = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for deployPolicy. |
getDeployPolicyUid()
public abstract String getDeployPolicyUid()
Unique identifier of the deploy policy.
string deploy_policy_uid = 3;
Returns | |
---|---|
Type | Description |
String |
The deployPolicyUid. |
getDeployPolicyUidBytes()
public abstract ByteString getDeployPolicyUidBytes()
Unique identifier of the deploy policy.
string deploy_policy_uid = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for deployPolicyUid. |
getMessage()
public abstract String getMessage()
Debug message for when a deploy policy fails to send a pub/sub notification.
string message = 1;
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
Debug message for when a deploy policy fails to send a pub/sub notification.
string message = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for message. |
getType()
public abstract Type getType()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 4;
Returns | |
---|---|
Type | Description |
Type |
The type. |
getTypeValue()
public abstract int getTypeValue()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 4;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |