Package feast.proto.core
Interface DatastoreTableProto.DatastoreTableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatastoreTableProto.DatastoreTable,DatastoreTableProto.DatastoreTable.Builder
- Enclosing class:
- DatastoreTableProto
public static interface DatastoreTableProto.DatastoreTableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Name of the tablecom.google.protobuf.ByteStringgetNameBytes()Name of the tablecom.google.protobuf.StringValuegetNamespace()Datastore namespacecom.google.protobuf.StringValueOrBuildergetNamespaceOrBuilder()Datastore namespaceStringgetProject()Feast project of the tablecom.google.protobuf.ByteStringgetProjectBytes()Feast project of the tablecom.google.protobuf.StringValuegetProjectId()GCP project idcom.google.protobuf.StringValueOrBuildergetProjectIdOrBuilder()GCP project idbooleanhasNamespace()Datastore namespacebooleanhasProjectId()GCP project id-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProject
String getProject()
Feast project of the table
string project = 1;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Feast project of the table
string project = 1;- Returns:
- The bytes for project.
-
getName
String getName()
Name of the table
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the table
string name = 2;- Returns:
- The bytes for name.
-
hasProjectId
boolean hasProjectId()
GCP project id
.google.protobuf.StringValue project_id = 3;- Returns:
- Whether the projectId field is set.
-
getProjectId
com.google.protobuf.StringValue getProjectId()
GCP project id
.google.protobuf.StringValue project_id = 3;- Returns:
- The projectId.
-
getProjectIdOrBuilder
com.google.protobuf.StringValueOrBuilder getProjectIdOrBuilder()
GCP project id
.google.protobuf.StringValue project_id = 3;
-
hasNamespace
boolean hasNamespace()
Datastore namespace
.google.protobuf.StringValue namespace = 4;- Returns:
- Whether the namespace field is set.
-
getNamespace
com.google.protobuf.StringValue getNamespace()
Datastore namespace
.google.protobuf.StringValue namespace = 4;- Returns:
- The namespace.
-
getNamespaceOrBuilder
com.google.protobuf.StringValueOrBuilder getNamespaceOrBuilder()
Datastore namespace
.google.protobuf.StringValue namespace = 4;
-
-