Class ResourceProperty
-
- 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.ResourcePropertyOrBuilder
public final class ResourceProperty extends GeneratedMessageV3 implements ResourcePropertyOrBuilder
Protobuf typeResourceProperty is an implementation specific property of the resource populated at creation timexyz.block.ftl.v1beta1.provisioner.ResourceProperty
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResourceProperty.Builder
Protobuf typeResourceProperty is an implementation specific property of the resource populated at creation timexyz.block.ftl.v1beta1.provisioner.ResourceProperty
-
Field Summary
Fields Modifier and Type Field Description public final static intRESOURCE_ID_FIELD_NUMBERpublic final static intKEY_FIELD_NUMBERpublic final static intVALUE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetResourceId()string resource_id = 1;ByteStringgetResourceIdBytes()string resource_id = 1;StringgetKey()string key = 2;ByteStringgetKeyBytes()string key = 2;StringgetValue()string value = 3;ByteStringgetValueBytes()string value = 3;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static ResourcePropertyparseFrom(ByteBuffer data)static ResourcePropertyparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ResourcePropertyparseFrom(ByteString data)static ResourcePropertyparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ResourcePropertyparseFrom(Array<byte> data)static ResourcePropertyparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ResourcePropertyparseFrom(InputStream input)static ResourcePropertyparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ResourcePropertyparseDelimitedFrom(InputStream input)static ResourcePropertyparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ResourcePropertyparseFrom(CodedInputStream input)static ResourcePropertyparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)ResourceProperty.BuildernewBuilderForType()static ResourceProperty.BuildernewBuilder()static ResourceProperty.BuildernewBuilder(ResourceProperty prototype)ResourceProperty.BuildertoBuilder()static ResourcePropertygetDefaultInstance()static Parser<ResourceProperty>parser()Parser<ResourceProperty>getParserForType()ResourcePropertygetDefaultInstanceForType()-
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()
-
getResourceId
String getResourceId()
string resource_id = 1;- Returns:
The resourceId.
-
getResourceIdBytes
ByteString getResourceIdBytes()
string resource_id = 1;- Returns:
The bytes for resourceId.
-
getKeyBytes
ByteString getKeyBytes()
string key = 2;- Returns:
The bytes for key.
-
getValueBytes
ByteString getValueBytes()
string value = 3;- Returns:
The bytes for value.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static ResourceProperty parseFrom(ByteBuffer data)
-
parseFrom
static ResourceProperty parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ResourceProperty parseFrom(ByteString data)
-
parseFrom
static ResourceProperty parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ResourceProperty parseFrom(Array<byte> data)
-
parseFrom
static ResourceProperty parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ResourceProperty parseFrom(InputStream input)
-
parseFrom
static ResourceProperty parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ResourceProperty parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ResourceProperty parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ResourceProperty parseFrom(CodedInputStream input)
-
parseFrom
static ResourceProperty parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
ResourceProperty.Builder newBuilderForType()
-
newBuilder
static ResourceProperty.Builder newBuilder()
-
newBuilder
static ResourceProperty.Builder newBuilder(ResourceProperty prototype)
-
toBuilder
ResourceProperty.Builder toBuilder()
-
getDefaultInstance
static ResourceProperty getDefaultInstance()
-
parser
static Parser<ResourceProperty> parser()
-
getParserForType
Parser<ResourceProperty> getParserForType()
-
getDefaultInstanceForType
ResourceProperty getDefaultInstanceForType()
-
-
-
-