Package xyz.block.ftl.schema.v1
Interface ModuleRuntimeDeploymentOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ModuleRuntimeDeploymentOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDeploymentKey()string deployment_key = 2;abstract ByteStringgetDeploymentKeyBytes()string deployment_key = 2;abstract booleanhasCreatedAt().google.protobuf.Timestamp created_at = 3;abstract TimestampgetCreatedAt().google.protobuf.Timestamp created_at = 3;abstract TimestampOrBuildergetCreatedAtOrBuilder().google.protobuf.Timestamp created_at = 3;abstract booleanhasActivatedAt()optional .google.protobuf.Timestamp activated_at = 4;abstract TimestampgetActivatedAt()optional .google.protobuf.Timestamp activated_at = 4;abstract TimestampOrBuildergetActivatedAtOrBuilder()optional .google.protobuf.Timestamp activated_at = 4;abstract intgetStateValue().xyz.block.ftl.schema.v1.DeploymentState state = 5;abstract DeploymentStategetState().xyz.block.ftl.schema.v1.DeploymentState state = 5;-
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 = 2;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
abstract ByteString getDeploymentKeyBytes()
string deployment_key = 2;- Returns:
The bytes for deploymentKey.
-
hasCreatedAt
abstract boolean hasCreatedAt()
.google.protobuf.Timestamp created_at = 3;- Returns:
Whether the createdAt field is set.
-
getCreatedAt
abstract Timestamp getCreatedAt()
.google.protobuf.Timestamp created_at = 3;- Returns:
The createdAt.
-
getCreatedAtOrBuilder
abstract TimestampOrBuilder getCreatedAtOrBuilder()
.google.protobuf.Timestamp created_at = 3;
-
hasActivatedAt
abstract boolean hasActivatedAt()
optional .google.protobuf.Timestamp activated_at = 4;- Returns:
Whether the activatedAt field is set.
-
getActivatedAt
abstract Timestamp getActivatedAt()
optional .google.protobuf.Timestamp activated_at = 4;- Returns:
The activatedAt.
-
getActivatedAtOrBuilder
abstract TimestampOrBuilder getActivatedAtOrBuilder()
optional .google.protobuf.Timestamp activated_at = 4;
-
getStateValue
abstract int getStateValue()
.xyz.block.ftl.schema.v1.DeploymentState state = 5;- Returns:
The enum numeric value on the wire for state.
-
getState
abstract DeploymentState getState()
.xyz.block.ftl.schema.v1.DeploymentState state = 5;- Returns:
The state.
-
-
-
-