Class ListProjectsResponse.ProjectsListInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.buildless.service.v1.ListProjectsResponse.ProjectsListInfo
All Implemented Interfaces:
ListProjectsResponse.ProjectsListInfoOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
ListProjectsResponse

public static final class ListProjectsResponse.ProjectsListInfo extends com.google.protobuf.GeneratedMessageV3 implements ListProjectsResponse.ProjectsListInfoOrBuilder
 Specifies metadata about the list of projects returned by the server.
 
Protobuf type buildless.service.v1.ListProjectsResponse.ProjectsListInfo
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapField

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getCount

      public int getCount()
       Count of projects returned in this response.
       
      uint32 count = 1 [json_name = "count", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCount in interface ListProjectsResponse.ProjectsListInfoOrBuilder
      Returns:
      The count.
    • getTotal

      public int getTotal()
       Count of all available projects, regardless of pagination.
       
      uint32 total = 2 [json_name = "total", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTotal in interface ListProjectsResponse.ProjectsListInfoOrBuilder
      Returns:
      The total.
    • getOwnerCount

      public int getOwnerCount()
      Description copied from interface: ListProjectsResponse.ProjectsListInfoOrBuilder
       Specifies the list of organizations which own projects returned by the server, and the count of each. This can be
       used for faceted search and other UI features. The special string `self` identifies projects owned individually
       by the current user, as applicable.
       
      map<string, uint32> owner = 3 [json_name = "owner", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getOwnerCount in interface ListProjectsResponse.ProjectsListInfoOrBuilder
    • containsOwner

      public boolean containsOwner(String key)
       Specifies the list of organizations which own projects returned by the server, and the count of each. This can be
       used for faceted search and other UI features. The special string `self` identifies projects owned individually
       by the current user, as applicable.
       
      map<string, uint32> owner = 3 [json_name = "owner", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      containsOwner in interface ListProjectsResponse.ProjectsListInfoOrBuilder
    • getOwner

      @Deprecated public Map<String,Integer> getOwner()
      Deprecated.
      Use getOwnerMap() instead.
      Specified by:
      getOwner in interface ListProjectsResponse.ProjectsListInfoOrBuilder
    • getOwnerMap

      public Map<String,Integer> getOwnerMap()
       Specifies the list of organizations which own projects returned by the server, and the count of each. This can be
       used for faceted search and other UI features. The special string `self` identifies projects owned individually
       by the current user, as applicable.
       
      map<string, uint32> owner = 3 [json_name = "owner", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getOwnerMap in interface ListProjectsResponse.ProjectsListInfoOrBuilder
    • getOwnerOrDefault

      public int getOwnerOrDefault(String key, int defaultValue)
       Specifies the list of organizations which own projects returned by the server, and the count of each. This can be
       used for faceted search and other UI features. The special string `self` identifies projects owned individually
       by the current user, as applicable.
       
      map<string, uint32> owner = 3 [json_name = "owner", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getOwnerOrDefault in interface ListProjectsResponse.ProjectsListInfoOrBuilder
    • getOwnerOrThrow

      public int getOwnerOrThrow(String key)
       Specifies the list of organizations which own projects returned by the server, and the count of each. This can be
       used for faceted search and other UI features. The special string `self` identifies projects owned individually
       by the current user, as applicable.
       
      map<string, uint32> owner = 3 [json_name = "owner", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getOwnerOrThrow in interface ListProjectsResponse.ProjectsListInfoOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ListProjectsResponse.ProjectsListInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListProjectsResponse.ProjectsListInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListProjectsResponse.ProjectsListInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListProjectsResponse.ProjectsListInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListProjectsResponse.ProjectsListInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListProjectsResponse.ProjectsListInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListProjectsResponse.ProjectsListInfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ListProjectsResponse.ProjectsListInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ListProjectsResponse.ProjectsListInfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ListProjectsResponse.ProjectsListInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ListProjectsResponse.ProjectsListInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ListProjectsResponse.ProjectsListInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ListProjectsResponse.ProjectsListInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ListProjectsResponse.ProjectsListInfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ListProjectsResponse.ProjectsListInfo> parser()
    • getParserForType

      public com.google.protobuf.Parser<ListProjectsResponse.ProjectsListInfo> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ListProjectsResponse.ProjectsListInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder