Class PlanResponse
-
- 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.v1beta1.provisioner.PlanResponseOrBuilder
public final class PlanResponse extends GeneratedMessageV3 implements PlanResponseOrBuilder
Protobuf type
xyz.block.ftl.v1beta1.provisioner.PlanResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPlanResponse.BuilderProtobuf type
xyz.block.ftl.v1beta1.provisioner.PlanResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intPLAN_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetPlan()a detailed, implementation specific, plan of changes this deployment would dostring plan = 1;ByteStringgetPlanBytes()a detailed, implementation specific, plan of changes this deployment would dostring plan = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static PlanResponseparseFrom(ByteBuffer data)static PlanResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static PlanResponseparseFrom(ByteString data)static PlanResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static PlanResponseparseFrom(Array<byte> data)static PlanResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static PlanResponseparseFrom(InputStream input)static PlanResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PlanResponseparseDelimitedFrom(InputStream input)static PlanResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PlanResponseparseFrom(CodedInputStream input)static PlanResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)PlanResponse.BuildernewBuilderForType()static PlanResponse.BuildernewBuilder()static PlanResponse.BuildernewBuilder(PlanResponse prototype)PlanResponse.BuildertoBuilder()static PlanResponsegetDefaultInstance()static Parser<PlanResponse>parser()Parser<PlanResponse>getParserForType()PlanResponsegetDefaultInstanceForType()-
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()
-
getPlan
String getPlan()
a detailed, implementation specific, plan of changes this deployment would dostring plan = 1;- Returns:
The plan.
-
getPlanBytes
ByteString getPlanBytes()
a detailed, implementation specific, plan of changes this deployment would dostring plan = 1;- Returns:
The bytes for plan.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static PlanResponse parseFrom(ByteBuffer data)
-
parseFrom
static PlanResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PlanResponse parseFrom(ByteString data)
-
parseFrom
static PlanResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PlanResponse parseFrom(Array<byte> data)
-
parseFrom
static PlanResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PlanResponse parseFrom(InputStream input)
-
parseFrom
static PlanResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PlanResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PlanResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PlanResponse parseFrom(CodedInputStream input)
-
parseFrom
static PlanResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PlanResponse.Builder newBuilderForType()
-
newBuilder
static PlanResponse.Builder newBuilder()
-
newBuilder
static PlanResponse.Builder newBuilder(PlanResponse prototype)
-
toBuilder
PlanResponse.Builder toBuilder()
-
getDefaultInstance
static PlanResponse getDefaultInstance()
-
parser
static Parser<PlanResponse> parser()
-
getParserForType
Parser<PlanResponse> getParserForType()
-
getDefaultInstanceForType
PlanResponse getDefaultInstanceForType()
-
-
-
-