Interface CoreServiceProto.GetFeatureSetRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      Name of feature set (required).
      com.google.protobuf.ByteString getNameBytes()
      Name of feature set (required).
      String getProject()
      Name of project the feature set belongs to.
      com.google.protobuf.ByteString getProjectBytes()
      Name of project the feature set belongs to.
      • 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()
         Name of project the feature set belongs to. If omitted will default to 'default' project.
         
        string project = 3;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Name of project the feature set belongs to. If omitted will default to 'default' project.
         
        string project = 3;
        Returns:
        The bytes for project.
      • getName

        String getName()
         Name of feature set (required).
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of feature set (required).
         
        string name = 1;
        Returns:
        The bytes for name.