Interface ResourceOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ResourceOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetResourceId()id unique within the modulestring resource_id = 1;abstract ByteStringgetResourceIdBytes()id unique within the modulestring resource_id = 1;abstract booleanhasPostgres().xyz.block.ftl.v1beta1.provisioner.PostgresResource postgres = 102;abstract PostgresResourcegetPostgres().xyz.block.ftl.v1beta1.provisioner.PostgresResource postgres = 102;abstract PostgresResourceOrBuildergetPostgresOrBuilder().xyz.block.ftl.v1beta1.provisioner.PostgresResource postgres = 102;abstract booleanhasMysql().xyz.block.ftl.v1beta1.provisioner.MysqlResource mysql = 103;abstract MysqlResourcegetMysql().xyz.block.ftl.v1beta1.provisioner.MysqlResource mysql = 103;abstract MysqlResourceOrBuildergetMysqlOrBuilder().xyz.block.ftl.v1beta1.provisioner.MysqlResource mysql = 103;abstract Resource.ResourceCasegetResourceCase()-
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
-
getResourceId
abstract String getResourceId()
id unique within the modulestring resource_id = 1;- Returns:
The resourceId.
-
getResourceIdBytes
abstract ByteString getResourceIdBytes()
id unique within the modulestring resource_id = 1;- Returns:
The bytes for resourceId.
-
hasPostgres
abstract boolean hasPostgres()
.xyz.block.ftl.v1beta1.provisioner.PostgresResource postgres = 102;- Returns:
Whether the postgres field is set.
-
getPostgres
abstract PostgresResource getPostgres()
.xyz.block.ftl.v1beta1.provisioner.PostgresResource postgres = 102;- Returns:
The postgres.
-
getPostgresOrBuilder
abstract PostgresResourceOrBuilder getPostgresOrBuilder()
.xyz.block.ftl.v1beta1.provisioner.PostgresResource postgres = 102;
-
hasMysql
abstract boolean hasMysql()
.xyz.block.ftl.v1beta1.provisioner.MysqlResource mysql = 103;- Returns:
Whether the mysql field is set.
-
getMysql
abstract MysqlResource getMysql()
.xyz.block.ftl.v1beta1.provisioner.MysqlResource mysql = 103;- Returns:
The mysql.
-
getMysqlOrBuilder
abstract MysqlResourceOrBuilder getMysqlOrBuilder()
.xyz.block.ftl.v1beta1.provisioner.MysqlResource mysql = 103;
-
getResourceCase
abstract Resource.ResourceCase getResourceCase()
-
-
-
-