Interface IngressEventOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface IngressEventOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDeploymentKey()string deployment_key = 1;abstract ByteStringgetDeploymentKeyBytes()string deployment_key = 1;abstract booleanhasRequestKey()optional string request_key = 2;abstract StringgetRequestKey()optional string request_key = 2;abstract ByteStringgetRequestKeyBytes()optional string request_key = 2;abstract booleanhasVerbRef().xyz.block.ftl.schema.v1.Ref verb_ref = 3;abstract RefgetVerbRef().xyz.block.ftl.schema.v1.Ref verb_ref = 3;abstract RefOrBuildergetVerbRefOrBuilder().xyz.block.ftl.schema.v1.Ref verb_ref = 3;abstract StringgetMethod()string method = 4;abstract ByteStringgetMethodBytes()string method = 4;abstract StringgetPath()string path = 5;abstract ByteStringgetPathBytes()string path = 5;abstract intgetStatusCode()int32 status_code = 7;abstract booleanhasTimestamp().google.protobuf.Timestamp timestamp = 8;abstract TimestampgetTimestamp().google.protobuf.Timestamp timestamp = 8;abstract TimestampOrBuildergetTimestampOrBuilder().google.protobuf.Timestamp timestamp = 8;abstract booleanhasDuration().google.protobuf.Duration duration = 9;abstract DurationgetDuration().google.protobuf.Duration duration = 9;abstract DurationOrBuildergetDurationOrBuilder().google.protobuf.Duration duration = 9;abstract StringgetRequest()string request = 10;abstract ByteStringgetRequestBytes()string request = 10;abstract StringgetRequestHeader()string request_header = 11;abstract ByteStringgetRequestHeaderBytes()string request_header = 11;abstract StringgetResponse()string response = 12;abstract ByteStringgetResponseBytes()string response = 12;abstract StringgetResponseHeader()string response_header = 13;abstract ByteStringgetResponseHeaderBytes()string response_header = 13;abstract booleanhasError()optional string error = 14;abstract StringgetError()optional string error = 14;abstract ByteStringgetErrorBytes()optional string error = 14;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDeploymentKey
abstract String getDeploymentKey()
string deployment_key = 1;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
abstract ByteString getDeploymentKeyBytes()
string deployment_key = 1;- Returns:
The bytes for deploymentKey.
-
hasRequestKey
abstract boolean hasRequestKey()
optional string request_key = 2;- Returns:
Whether the requestKey field is set.
-
getRequestKey
abstract String getRequestKey()
optional string request_key = 2;- Returns:
The requestKey.
-
getRequestKeyBytes
abstract ByteString getRequestKeyBytes()
optional string request_key = 2;- Returns:
The bytes for requestKey.
-
hasVerbRef
abstract boolean hasVerbRef()
.xyz.block.ftl.schema.v1.Ref verb_ref = 3;- Returns:
Whether the verbRef field is set.
-
getVerbRef
abstract Ref getVerbRef()
.xyz.block.ftl.schema.v1.Ref verb_ref = 3;- Returns:
The verbRef.
-
getVerbRefOrBuilder
abstract RefOrBuilder getVerbRefOrBuilder()
.xyz.block.ftl.schema.v1.Ref verb_ref = 3;
-
getMethodBytes
abstract ByteString getMethodBytes()
string method = 4;- Returns:
The bytes for method.
-
getPathBytes
abstract ByteString getPathBytes()
string path = 5;- Returns:
The bytes for path.
-
getStatusCode
abstract int getStatusCode()
int32 status_code = 7;- Returns:
The statusCode.
-
hasTimestamp
abstract boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 8;- Returns:
Whether the timestamp field is set.
-
getTimestamp
abstract Timestamp getTimestamp()
.google.protobuf.Timestamp timestamp = 8;- Returns:
The timestamp.
-
getTimestampOrBuilder
abstract TimestampOrBuilder getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 8;
-
hasDuration
abstract boolean hasDuration()
.google.protobuf.Duration duration = 9;- Returns:
Whether the duration field is set.
-
getDuration
abstract Duration getDuration()
.google.protobuf.Duration duration = 9;- Returns:
The duration.
-
getDurationOrBuilder
abstract DurationOrBuilder getDurationOrBuilder()
.google.protobuf.Duration duration = 9;
-
getRequest
abstract String getRequest()
string request = 10;- Returns:
The request.
-
getRequestBytes
abstract ByteString getRequestBytes()
string request = 10;- Returns:
The bytes for request.
-
getRequestHeader
abstract String getRequestHeader()
string request_header = 11;- Returns:
The requestHeader.
-
getRequestHeaderBytes
abstract ByteString getRequestHeaderBytes()
string request_header = 11;- Returns:
The bytes for requestHeader.
-
getResponse
abstract String getResponse()
string response = 12;- Returns:
The response.
-
getResponseBytes
abstract ByteString getResponseBytes()
string response = 12;- Returns:
The bytes for response.
-
getResponseHeader
abstract String getResponseHeader()
string response_header = 13;- Returns:
The responseHeader.
-
getResponseHeaderBytes
abstract ByteString getResponseHeaderBytes()
string response_header = 13;- Returns:
The bytes for responseHeader.
-
hasError
abstract boolean hasError()
optional string error = 14;- Returns:
Whether the error field is set.
-
getErrorBytes
abstract ByteString getErrorBytes()
optional string error = 14;- Returns:
The bytes for error.
-
-
-
-