Interface CoreServiceProto.GetFeatureTableRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      Name of the FeatureTable to retrieve.
      com.google.protobuf.ByteString getNameBytes()
      Name of the FeatureTable to retrieve.
      String getProject()
      Optional.
      com.google.protobuf.ByteString getProjectBytes()
      Optional.
      • 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()
         Optional. Name of the Project to retrieve the Feature Table from.
         If unspecified, will apply FeatureTable to the default project.
         
        string project = 1;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Optional. Name of the Project to retrieve the Feature Table from.
         If unspecified, will apply FeatureTable to the default project.
         
        string project = 1;
        Returns:
        The bytes for project.
      • getName

        String getName()
         Name of the FeatureTable to retrieve.
         
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the FeatureTable to retrieve.
         
        string name = 2;
        Returns:
        The bytes for name.