Package com.google.cloud.eventarc.v1
Interface StateConditionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StateCondition,StateCondition.Builder
public interface StateConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.rpc.CodegetCode()The canonical code of the condition.intgetCodeValue()The canonical code of the condition.StringgetMessage()Human-readable message.com.google.protobuf.ByteStringgetMessageBytes()Human-readable message.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCodeValue
int getCodeValue()
The canonical code of the condition.
.google.rpc.Code code = 1;- Returns:
- The enum numeric value on the wire for code.
-
getCode
com.google.rpc.Code getCode()
The canonical code of the condition.
.google.rpc.Code code = 1;- Returns:
- The code.
-
getMessage
String getMessage()
Human-readable message.
string message = 2;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
Human-readable message.
string message = 2;- Returns:
- The bytes for message.
-
-