Class IngressEvent
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.v1.console.IngressEventOrBuilder
public final class IngressEvent extends GeneratedMessageV3 implements IngressEventOrBuilder
Protobuf type
xyz.block.ftl.v1.console.IngressEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIngressEvent.BuilderProtobuf type
xyz.block.ftl.v1.console.IngressEvent
-
Field Summary
Fields Modifier and Type Field Description public final static intDEPLOYMENT_KEY_FIELD_NUMBERpublic final static intREQUEST_KEY_FIELD_NUMBERpublic final static intVERB_REF_FIELD_NUMBERpublic final static intMETHOD_FIELD_NUMBERpublic final static intPATH_FIELD_NUMBERpublic final static intSTATUS_CODE_FIELD_NUMBERpublic final static intTIME_STAMP_FIELD_NUMBERpublic final static intDURATION_FIELD_NUMBERpublic final static intREQUEST_FIELD_NUMBERpublic final static intREQUEST_HEADER_FIELD_NUMBERpublic final static intRESPONSE_FIELD_NUMBERpublic final static intRESPONSE_HEADER_FIELD_NUMBERpublic final static intERROR_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetDeploymentKey()string deployment_key = 1;ByteStringgetDeploymentKeyBytes()string deployment_key = 1;booleanhasRequestKey()optional string request_key = 2;StringgetRequestKey()optional string request_key = 2;ByteStringgetRequestKeyBytes()optional string request_key = 2;booleanhasVerbRef().xyz.block.ftl.v1.schema.Ref verb_ref = 3;RefgetVerbRef().xyz.block.ftl.v1.schema.Ref verb_ref = 3;RefOrBuildergetVerbRefOrBuilder().xyz.block.ftl.v1.schema.Ref verb_ref = 3;StringgetMethod()string method = 4;ByteStringgetMethodBytes()string method = 4;StringgetPath()string path = 5;ByteStringgetPathBytes()string path = 5;intgetStatusCode()int32 status_code = 7;booleanhasTimeStamp().google.protobuf.Timestamp time_stamp = 8;TimestampgetTimeStamp().google.protobuf.Timestamp time_stamp = 8;TimestampOrBuildergetTimeStampOrBuilder().google.protobuf.Timestamp time_stamp = 8;booleanhasDuration().google.protobuf.Duration duration = 9;DurationgetDuration().google.protobuf.Duration duration = 9;DurationOrBuildergetDurationOrBuilder().google.protobuf.Duration duration = 9;StringgetRequest()string request = 10;ByteStringgetRequestBytes()string request = 10;StringgetRequestHeader()string request_header = 11;ByteStringgetRequestHeaderBytes()string request_header = 11;StringgetResponse()string response = 12;ByteStringgetResponseBytes()string response = 12;StringgetResponseHeader()string response_header = 13;ByteStringgetResponseHeaderBytes()string response_header = 13;booleanhasError()optional string error = 14;StringgetError()optional string error = 14;ByteStringgetErrorBytes()optional string error = 14;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static IngressEventparseFrom(ByteBuffer data)static IngressEventparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static IngressEventparseFrom(ByteString data)static IngressEventparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static IngressEventparseFrom(Array<byte> data)static IngressEventparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static IngressEventparseFrom(InputStream input)static IngressEventparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static IngressEventparseDelimitedFrom(InputStream input)static IngressEventparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static IngressEventparseFrom(CodedInputStream input)static IngressEventparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)IngressEvent.BuildernewBuilderForType()static IngressEvent.BuildernewBuilder()static IngressEvent.BuildernewBuilder(IngressEvent prototype)IngressEvent.BuildertoBuilder()static IngressEventgetDefaultInstance()static Parser<IngressEvent>parser()Parser<IngressEvent>getParserForType()IngressEventgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getDeploymentKey
String getDeploymentKey()
string deployment_key = 1;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
ByteString getDeploymentKeyBytes()
string deployment_key = 1;- Returns:
The bytes for deploymentKey.
-
hasRequestKey
boolean hasRequestKey()
optional string request_key = 2;- Returns:
Whether the requestKey field is set.
-
getRequestKey
String getRequestKey()
optional string request_key = 2;- Returns:
The requestKey.
-
getRequestKeyBytes
ByteString getRequestKeyBytes()
optional string request_key = 2;- Returns:
The bytes for requestKey.
-
hasVerbRef
boolean hasVerbRef()
.xyz.block.ftl.v1.schema.Ref verb_ref = 3;- Returns:
Whether the verbRef field is set.
-
getVerbRef
Ref getVerbRef()
.xyz.block.ftl.v1.schema.Ref verb_ref = 3;- Returns:
The verbRef.
-
getVerbRefOrBuilder
RefOrBuilder getVerbRefOrBuilder()
.xyz.block.ftl.v1.schema.Ref verb_ref = 3;
-
getMethodBytes
ByteString getMethodBytes()
string method = 4;- Returns:
The bytes for method.
-
getPathBytes
ByteString getPathBytes()
string path = 5;- Returns:
The bytes for path.
-
getStatusCode
int getStatusCode()
int32 status_code = 7;- Returns:
The statusCode.
-
hasTimeStamp
boolean hasTimeStamp()
.google.protobuf.Timestamp time_stamp = 8;- Returns:
Whether the timeStamp field is set.
-
getTimeStamp
Timestamp getTimeStamp()
.google.protobuf.Timestamp time_stamp = 8;- Returns:
The timeStamp.
-
getTimeStampOrBuilder
TimestampOrBuilder getTimeStampOrBuilder()
.google.protobuf.Timestamp time_stamp = 8;
-
hasDuration
boolean hasDuration()
.google.protobuf.Duration duration = 9;- Returns:
Whether the duration field is set.
-
getDuration
Duration getDuration()
.google.protobuf.Duration duration = 9;- Returns:
The duration.
-
getDurationOrBuilder
DurationOrBuilder getDurationOrBuilder()
.google.protobuf.Duration duration = 9;
-
getRequest
String getRequest()
string request = 10;- Returns:
The request.
-
getRequestBytes
ByteString getRequestBytes()
string request = 10;- Returns:
The bytes for request.
-
getRequestHeader
String getRequestHeader()
string request_header = 11;- Returns:
The requestHeader.
-
getRequestHeaderBytes
ByteString getRequestHeaderBytes()
string request_header = 11;- Returns:
The bytes for requestHeader.
-
getResponse
String getResponse()
string response = 12;- Returns:
The response.
-
getResponseBytes
ByteString getResponseBytes()
string response = 12;- Returns:
The bytes for response.
-
getResponseHeader
String getResponseHeader()
string response_header = 13;- Returns:
The responseHeader.
-
getResponseHeaderBytes
ByteString getResponseHeaderBytes()
string response_header = 13;- Returns:
The bytes for responseHeader.
-
hasError
boolean hasError()
optional string error = 14;- Returns:
Whether the error field is set.
-
getErrorBytes
ByteString getErrorBytes()
optional string error = 14;- Returns:
The bytes for error.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static IngressEvent parseFrom(ByteBuffer data)
-
parseFrom
static IngressEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static IngressEvent parseFrom(ByteString data)
-
parseFrom
static IngressEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static IngressEvent parseFrom(Array<byte> data)
-
parseFrom
static IngressEvent parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static IngressEvent parseFrom(InputStream input)
-
parseFrom
static IngressEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static IngressEvent parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static IngressEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static IngressEvent parseFrom(CodedInputStream input)
-
parseFrom
static IngressEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
IngressEvent.Builder newBuilderForType()
-
newBuilder
static IngressEvent.Builder newBuilder()
-
newBuilder
static IngressEvent.Builder newBuilder(IngressEvent prototype)
-
toBuilder
IngressEvent.Builder toBuilder()
-
getDefaultInstance
static IngressEvent getDefaultInstance()
-
parser
static Parser<IngressEvent> parser()
-
getParserForType
Parser<IngressEvent> getParserForType()
-
getDefaultInstanceForType
IngressEvent getDefaultInstanceForType()
-
-
-
-