public interface NetworkPeeringConnectionStatusConsensusStateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeleteStatus()
public abstract String getDeleteStatus()
The status of the delete request. Check the DeleteStatus enum for the list of possible values.
optional string delete_status = 483434758;
Returns | |
---|---|
Type | Description |
String |
The deleteStatus. |
getDeleteStatusBytes()
public abstract ByteString getDeleteStatusBytes()
The status of the delete request. Check the DeleteStatus enum for the list of possible values.
optional string delete_status = 483434758;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for deleteStatus. |
getUpdateStatus()
public abstract String getUpdateStatus()
The status of the update request. Check the UpdateStatus enum for the list of possible values.
optional string update_status = 265998376;
Returns | |
---|---|
Type | Description |
String |
The updateStatus. |
getUpdateStatusBytes()
public abstract ByteString getUpdateStatusBytes()
The status of the update request. Check the UpdateStatus enum for the list of possible values.
optional string update_status = 265998376;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for updateStatus. |
hasDeleteStatus()
public abstract boolean hasDeleteStatus()
The status of the delete request. Check the DeleteStatus enum for the list of possible values.
optional string delete_status = 483434758;
Returns | |
---|---|
Type | Description |
boolean |
Whether the deleteStatus field is set. |
hasUpdateStatus()
public abstract boolean hasUpdateStatus()
The status of the update request. Check the UpdateStatus enum for the list of possible values.
optional string update_status = 265998376;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateStatus field is set. |