Package dev.sigstore.proto.events.v1
Interface CloudEvent.CloudEventAttributeValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CloudEvent.CloudEventAttributeValue,CloudEvent.CloudEventAttributeValue.Builder
- Enclosing class:
- CloudEvent
public static interface CloudEvent.CloudEventAttributeValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudEvent.CloudEventAttributeValue.AttrCasegetAttrCase()booleangetCeBoolean()bool ce_boolean = 1;com.google.protobuf.ByteStringgetCeBytes()bytes ce_bytes = 4;intgetCeInteger()int32 ce_integer = 2;java.lang.StringgetCeString()string ce_string = 3;com.google.protobuf.ByteStringgetCeStringBytes()string ce_string = 3;com.google.protobuf.TimestampgetCeTimestamp().google.protobuf.Timestamp ce_timestamp = 7;com.google.protobuf.TimestampOrBuildergetCeTimestampOrBuilder().google.protobuf.Timestamp ce_timestamp = 7;java.lang.StringgetCeUri()string ce_uri = 5;com.google.protobuf.ByteStringgetCeUriBytes()string ce_uri = 5;java.lang.StringgetCeUriRef()string ce_uri_ref = 6;com.google.protobuf.ByteStringgetCeUriRefBytes()string ce_uri_ref = 6;booleanhasCeBoolean()bool ce_boolean = 1;booleanhasCeBytes()bytes ce_bytes = 4;booleanhasCeInteger()int32 ce_integer = 2;booleanhasCeString()string ce_string = 3;booleanhasCeTimestamp().google.protobuf.Timestamp ce_timestamp = 7;booleanhasCeUri()string ce_uri = 5;booleanhasCeUriRef()string ce_uri_ref = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCeBoolean
boolean hasCeBoolean()
bool ce_boolean = 1;- Returns:
- Whether the ceBoolean field is set.
-
getCeBoolean
boolean getCeBoolean()
bool ce_boolean = 1;- Returns:
- The ceBoolean.
-
hasCeInteger
boolean hasCeInteger()
int32 ce_integer = 2;- Returns:
- Whether the ceInteger field is set.
-
getCeInteger
int getCeInteger()
int32 ce_integer = 2;- Returns:
- The ceInteger.
-
hasCeString
boolean hasCeString()
string ce_string = 3;- Returns:
- Whether the ceString field is set.
-
getCeString
java.lang.String getCeString()
string ce_string = 3;- Returns:
- The ceString.
-
getCeStringBytes
com.google.protobuf.ByteString getCeStringBytes()
string ce_string = 3;- Returns:
- The bytes for ceString.
-
hasCeBytes
boolean hasCeBytes()
bytes ce_bytes = 4;- Returns:
- Whether the ceBytes field is set.
-
getCeBytes
com.google.protobuf.ByteString getCeBytes()
bytes ce_bytes = 4;- Returns:
- The ceBytes.
-
hasCeUri
boolean hasCeUri()
string ce_uri = 5;- Returns:
- Whether the ceUri field is set.
-
getCeUri
java.lang.String getCeUri()
string ce_uri = 5;- Returns:
- The ceUri.
-
getCeUriBytes
com.google.protobuf.ByteString getCeUriBytes()
string ce_uri = 5;- Returns:
- The bytes for ceUri.
-
hasCeUriRef
boolean hasCeUriRef()
string ce_uri_ref = 6;- Returns:
- Whether the ceUriRef field is set.
-
getCeUriRef
java.lang.String getCeUriRef()
string ce_uri_ref = 6;- Returns:
- The ceUriRef.
-
getCeUriRefBytes
com.google.protobuf.ByteString getCeUriRefBytes()
string ce_uri_ref = 6;- Returns:
- The bytes for ceUriRef.
-
hasCeTimestamp
boolean hasCeTimestamp()
.google.protobuf.Timestamp ce_timestamp = 7;- Returns:
- Whether the ceTimestamp field is set.
-
getCeTimestamp
com.google.protobuf.Timestamp getCeTimestamp()
.google.protobuf.Timestamp ce_timestamp = 7;- Returns:
- The ceTimestamp.
-
getCeTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getCeTimestampOrBuilder()
.google.protobuf.Timestamp ce_timestamp = 7;
-
getAttrCase
CloudEvent.CloudEventAttributeValue.AttrCase getAttrCase()
-
-