Class Event
-
- 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.EventOrBuilder
public final class Event extends GeneratedMessageV3 implements EventOrBuilder
Protobuf type
xyz.block.ftl.v1.console.Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumEvent.EntryCasepublic final classEvent.BuilderProtobuf type
xyz.block.ftl.v1.console.Event
-
Field Summary
Fields Modifier and Type Field Description public final static intTIME_STAMP_FIELD_NUMBERpublic final static intID_FIELD_NUMBERpublic final static intLOG_FIELD_NUMBERpublic final static intCALL_FIELD_NUMBERpublic final static intDEPLOYMENT_CREATED_FIELD_NUMBERpublic final static intDEPLOYMENT_UPDATED_FIELD_NUMBERpublic final static intINGRESS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()Event.EntryCasegetEntryCase()booleanhasTimeStamp().google.protobuf.Timestamp time_stamp = 1;TimestampgetTimeStamp().google.protobuf.Timestamp time_stamp = 1;TimestampOrBuildergetTimeStampOrBuilder().google.protobuf.Timestamp time_stamp = 1;longgetId()Unique ID for event.int64 id = 2;booleanhasLog().xyz.block.ftl.v1.console.LogEvent log = 3;LogEventgetLog().xyz.block.ftl.v1.console.LogEvent log = 3;LogEventOrBuildergetLogOrBuilder().xyz.block.ftl.v1.console.LogEvent log = 3;booleanhasCall().xyz.block.ftl.v1.console.CallEvent call = 4;CallEventgetCall().xyz.block.ftl.v1.console.CallEvent call = 4;CallEventOrBuildergetCallOrBuilder().xyz.block.ftl.v1.console.CallEvent call = 4;booleanhasDeploymentCreated().xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;DeploymentCreatedEventgetDeploymentCreated().xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;DeploymentCreatedEventOrBuildergetDeploymentCreatedOrBuilder().xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;booleanhasDeploymentUpdated().xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;DeploymentUpdatedEventgetDeploymentUpdated().xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;DeploymentUpdatedEventOrBuildergetDeploymentUpdatedOrBuilder().xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;booleanhasIngress().xyz.block.ftl.v1.console.IngressEvent ingress = 7;IngressEventgetIngress().xyz.block.ftl.v1.console.IngressEvent ingress = 7;IngressEventOrBuildergetIngressOrBuilder().xyz.block.ftl.v1.console.IngressEvent ingress = 7;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static EventparseFrom(ByteBuffer data)static EventparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static EventparseFrom(ByteString data)static EventparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static EventparseFrom(Array<byte> data)static EventparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static EventparseFrom(InputStream input)static EventparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static EventparseDelimitedFrom(InputStream input)static EventparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static EventparseFrom(CodedInputStream input)static EventparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Event.BuildernewBuilderForType()static Event.BuildernewBuilder()static Event.BuildernewBuilder(Event prototype)Event.BuildertoBuilder()static EventgetDefaultInstance()static Parser<Event>parser()Parser<Event>getParserForType()EventgetDefaultInstanceForType()-
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()
-
getEntryCase
Event.EntryCase getEntryCase()
-
hasTimeStamp
boolean hasTimeStamp()
.google.protobuf.Timestamp time_stamp = 1;- Returns:
Whether the timeStamp field is set.
-
getTimeStamp
Timestamp getTimeStamp()
.google.protobuf.Timestamp time_stamp = 1;- Returns:
The timeStamp.
-
getTimeStampOrBuilder
TimestampOrBuilder getTimeStampOrBuilder()
.google.protobuf.Timestamp time_stamp = 1;
-
getId
long getId()
Unique ID for event.int64 id = 2;- Returns:
The id.
-
hasLog
boolean hasLog()
.xyz.block.ftl.v1.console.LogEvent log = 3;- Returns:
Whether the log field is set.
-
getLogOrBuilder
LogEventOrBuilder getLogOrBuilder()
.xyz.block.ftl.v1.console.LogEvent log = 3;
-
hasCall
boolean hasCall()
.xyz.block.ftl.v1.console.CallEvent call = 4;- Returns:
Whether the call field is set.
-
getCallOrBuilder
CallEventOrBuilder getCallOrBuilder()
.xyz.block.ftl.v1.console.CallEvent call = 4;
-
hasDeploymentCreated
boolean hasDeploymentCreated()
.xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;- Returns:
Whether the deploymentCreated field is set.
-
getDeploymentCreated
DeploymentCreatedEvent getDeploymentCreated()
.xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;- Returns:
The deploymentCreated.
-
getDeploymentCreatedOrBuilder
DeploymentCreatedEventOrBuilder getDeploymentCreatedOrBuilder()
.xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;
-
hasDeploymentUpdated
boolean hasDeploymentUpdated()
.xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;- Returns:
Whether the deploymentUpdated field is set.
-
getDeploymentUpdated
DeploymentUpdatedEvent getDeploymentUpdated()
.xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;- Returns:
The deploymentUpdated.
-
getDeploymentUpdatedOrBuilder
DeploymentUpdatedEventOrBuilder getDeploymentUpdatedOrBuilder()
.xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;
-
hasIngress
boolean hasIngress()
.xyz.block.ftl.v1.console.IngressEvent ingress = 7;- Returns:
Whether the ingress field is set.
-
getIngress
IngressEvent getIngress()
.xyz.block.ftl.v1.console.IngressEvent ingress = 7;- Returns:
The ingress.
-
getIngressOrBuilder
IngressEventOrBuilder getIngressOrBuilder()
.xyz.block.ftl.v1.console.IngressEvent ingress = 7;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static Event parseFrom(ByteBuffer data)
-
parseFrom
static Event parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Event parseFrom(InputStream input)
-
parseFrom
static Event parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Event parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Event parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Event.Builder newBuilderForType()
-
newBuilder
static Event.Builder newBuilder()
-
newBuilder
static Event.Builder newBuilder(Event prototype)
-
toBuilder
Event.Builder toBuilder()
-
getDefaultInstance
static Event getDefaultInstance()
-
getParserForType
Parser<Event> getParserForType()
-
getDefaultInstanceForType
Event getDefaultInstanceForType()
-
-
-
-