Package feast.proto.core
Interface InfraObjectProto.InfraObjectOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InfraObjectProto.InfraObject,InfraObjectProto.InfraObject.Builder
- Enclosing class:
- InfraObjectProto
public static interface InfraObjectProto.InfraObjectOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InfraObjectProto.InfraObject.CustomInfragetCustomInfra().feast.core.InfraObject.CustomInfra custom_infra = 100;InfraObjectProto.InfraObject.CustomInfraOrBuildergetCustomInfraOrBuilder().feast.core.InfraObject.CustomInfra custom_infra = 100;DatastoreTableProto.DatastoreTablegetDatastoreTable().feast.core.DatastoreTable datastore_table = 3;DatastoreTableProto.DatastoreTableOrBuildergetDatastoreTableOrBuilder().feast.core.DatastoreTable datastore_table = 3;DynamoDBTableProto.DynamoDBTablegetDynamodbTable().feast.core.DynamoDBTable dynamodb_table = 2;DynamoDBTableProto.DynamoDBTableOrBuildergetDynamodbTableOrBuilder().feast.core.DynamoDBTable dynamodb_table = 2;InfraObjectProto.InfraObject.InfraObjectCasegetInfraObjectCase()StringgetInfraObjectClassType()Represents the Python class for the infrastructure objectcom.google.protobuf.ByteStringgetInfraObjectClassTypeBytes()Represents the Python class for the infrastructure objectSqliteTableProto.SqliteTablegetSqliteTable().feast.core.SqliteTable sqlite_table = 4;SqliteTableProto.SqliteTableOrBuildergetSqliteTableOrBuilder().feast.core.SqliteTable sqlite_table = 4;booleanhasCustomInfra().feast.core.InfraObject.CustomInfra custom_infra = 100;booleanhasDatastoreTable().feast.core.DatastoreTable datastore_table = 3;booleanhasDynamodbTable().feast.core.DynamoDBTable dynamodb_table = 2;booleanhasSqliteTable().feast.core.SqliteTable sqlite_table = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInfraObjectClassType
String getInfraObjectClassType()
Represents the Python class for the infrastructure object
string infra_object_class_type = 1;- Returns:
- The infraObjectClassType.
-
getInfraObjectClassTypeBytes
com.google.protobuf.ByteString getInfraObjectClassTypeBytes()
Represents the Python class for the infrastructure object
string infra_object_class_type = 1;- Returns:
- The bytes for infraObjectClassType.
-
hasDynamodbTable
boolean hasDynamodbTable()
.feast.core.DynamoDBTable dynamodb_table = 2;- Returns:
- Whether the dynamodbTable field is set.
-
getDynamodbTable
DynamoDBTableProto.DynamoDBTable getDynamodbTable()
.feast.core.DynamoDBTable dynamodb_table = 2;- Returns:
- The dynamodbTable.
-
getDynamodbTableOrBuilder
DynamoDBTableProto.DynamoDBTableOrBuilder getDynamodbTableOrBuilder()
.feast.core.DynamoDBTable dynamodb_table = 2;
-
hasDatastoreTable
boolean hasDatastoreTable()
.feast.core.DatastoreTable datastore_table = 3;- Returns:
- Whether the datastoreTable field is set.
-
getDatastoreTable
DatastoreTableProto.DatastoreTable getDatastoreTable()
.feast.core.DatastoreTable datastore_table = 3;- Returns:
- The datastoreTable.
-
getDatastoreTableOrBuilder
DatastoreTableProto.DatastoreTableOrBuilder getDatastoreTableOrBuilder()
.feast.core.DatastoreTable datastore_table = 3;
-
hasSqliteTable
boolean hasSqliteTable()
.feast.core.SqliteTable sqlite_table = 4;- Returns:
- Whether the sqliteTable field is set.
-
getSqliteTable
SqliteTableProto.SqliteTable getSqliteTable()
.feast.core.SqliteTable sqlite_table = 4;- Returns:
- The sqliteTable.
-
getSqliteTableOrBuilder
SqliteTableProto.SqliteTableOrBuilder getSqliteTableOrBuilder()
.feast.core.SqliteTable sqlite_table = 4;
-
hasCustomInfra
boolean hasCustomInfra()
.feast.core.InfraObject.CustomInfra custom_infra = 100;- Returns:
- Whether the customInfra field is set.
-
getCustomInfra
InfraObjectProto.InfraObject.CustomInfra getCustomInfra()
.feast.core.InfraObject.CustomInfra custom_infra = 100;- Returns:
- The customInfra.
-
getCustomInfraOrBuilder
InfraObjectProto.InfraObject.CustomInfraOrBuilder getCustomInfraOrBuilder()
.feast.core.InfraObject.CustomInfra custom_infra = 100;
-
getInfraObjectCase
InfraObjectProto.InfraObject.InfraObjectCase getInfraObjectCase()
-
-