Interface DatastoreTableProto.DatastoreTableOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      Name of the table
      com.google.protobuf.ByteString getNameBytes()
      Name of the table
      com.google.protobuf.StringValue getNamespace()
      Datastore namespace
      com.google.protobuf.StringValueOrBuilder getNamespaceOrBuilder()
      Datastore namespace
      String getProject()
      Feast project of the table
      com.google.protobuf.ByteString getProjectBytes()
      Feast project of the table
      com.google.protobuf.StringValue getProjectId()
      GCP project id
      com.google.protobuf.StringValueOrBuilder getProjectIdOrBuilder()
      GCP project id
      boolean hasNamespace()
      Datastore namespace
      boolean hasProjectId()
      GCP project id
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;