Interface InfraObjectProto.InfraObjectOrBuilder

    • 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.
      • hasDatastoreTable

        boolean hasDatastoreTable()
        .feast.core.DatastoreTable datastore_table = 3;
        Returns:
        Whether the datastoreTable field is set.
      • hasSqliteTable

        boolean hasSqliteTable()
        .feast.core.SqliteTable sqlite_table = 4;
        Returns:
        Whether the sqliteTable field is set.
      • hasCustomInfra

        boolean hasCustomInfra()
        .feast.core.InfraObject.CustomInfra custom_infra = 100;
        Returns:
        Whether the customInfra field is set.