public interface AbortInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCause()
public abstract AbortInfo.Cause getCause()
Causes that the analysis is aborted.
.google.cloud.networkmanagement.v1.AbortInfo.Cause cause = 1;
Type | Description |
AbortInfo.Cause | The cause. |
getCauseValue()
public abstract int getCauseValue()
Causes that the analysis is aborted.
.google.cloud.networkmanagement.v1.AbortInfo.Cause cause = 1;
Type | Description |
int | The enum numeric value on the wire for cause. |
getResourceUri()
public abstract String getResourceUri()
URI of the resource that caused the abort.
string resource_uri = 2;
Type | Description |
String | The resourceUri. |
getResourceUriBytes()
public abstract ByteString getResourceUriBytes()
URI of the resource that caused the abort.
string resource_uri = 2;
Type | Description |
ByteString | The bytes for resourceUri. |