Class Project

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.buildless.projects.Project
All Implemented Interfaces:
ProjectOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class Project extends com.google.protobuf.GeneratedMessageV3 implements ProjectOrBuilder
 ## Project

 Describes the top-level structure of a Buildless Project. Projects are the primary unit of organization within the
 remote build caching and tooling system. Each project has a unique key and an assigned `name` value; the unique key
 is generated by the server, and the name is assigned by the user.

 The `name` of the cache is used to reference the cache from configurations, from URLs, and over the API. The `id` is
 mainly for backend use only.

 ### Project Ownership

 Each project has a single owner, which is an account scope. This can be an organization or an individual user. The
 owner always has full access to data held by the project.

 ### Project Settings

 Each project has a set of settings which control how the project behaves. These settings are mutable, and can be
 adjusted by the owner of the project, or any user with sufficient permissions for the owning account scope (for
 example, both org owners and admins can adjust project settings for an org-owned project).

 Project settings structure is designed to evolve over time, subject to safe protocol evolution rules stipulated by
 Protocol Buffers. Values like the project's visibility mode are stored in the top-level settings message, while other
 settings are stored in nested messages. This allows for new settings to be added without breaking existing clients.

 ### Draft Objects

 Projects can be created using the `Draft` sub-record, which applies validation rules and property structure for a
 project which hasn't been persisted yet. After submission via the relevant API, a `Project` is returned. Updates can
 similarly be applied via the `Update` sub-record.
 
Protobuf type buildless.projects.Project
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    ## Project Describes the top-level structure of a Buildless Project.
    static final class 
    ## Project Draft Models the structure of a project when it is in a draft state.
    static interface 
     
    static final class 
    ## Project Settings Models project top-level settings.
    static interface 
     

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

    com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageV3

    alwaysUseFieldBuilders, unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessage

    memoizedSize

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
    Whether this project is currently active.
    boolean
    Whether this project is marked as "archived," in which case it is inactive.
    com.google.protobuf.Timestamp
    Specifies the moment at which this project was originally created.
    com.google.protobuf.TimestampOrBuilder
    Specifies the moment at which this project was originally created.
    Specifies information about the user who created this project.
    Specifies information about the user who created this project.
    static Project
     
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    "Display name" assigned to this project.
    com.google.protobuf.ByteString
    "Display name" assigned to this project.
    Key uniquely identifying this project.
    Key uniquely identifying this project.
    "Short name" assigned to this project.
    com.google.protobuf.ByteString
    "Short name" assigned to this project.
    com.google.protobuf.Parser<Project>
     
    int
     
    Effective settings which apply to the current project, and which govern how the project behaves.
    Effective settings which apply to the current project, and which govern how the project behaves.
    boolean
    Whether this project is marked as "tombstoned," in which case it is scheduled for deletion.
    com.google.protobuf.Timestamp
    Specifies the last time this project was updated.
    com.google.protobuf.TimestampOrBuilder
    Specifies the last time this project was updated.
    Specifies information about the user who last updated this project.
    Specifies information about the user who last updated this project.
    boolean
    Specifies the moment at which this project was originally created.
    boolean
    Specifies information about the user who created this project.
    int
     
    boolean
    Key uniquely identifying this project.
    boolean
    Effective settings which apply to the current project, and which govern how the project behaves.
    boolean
    Specifies the last time this project was updated.
    boolean
    Specifies information about the user who last updated this project.
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
     
    final boolean
     
     
    newBuilder(Project prototype)
     
     
    protected Project.Builder
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    protected Object
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
     
    static Project
     
    static Project
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Project
    parseFrom(byte[] data)
     
    static Project
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Project
    parseFrom(com.google.protobuf.ByteString data)
     
    static Project
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Project
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    static Project
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Project
     
    static Project
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Project
     
    static Project
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<Project>
     
     
    void
    writeTo(com.google.protobuf.CodedOutputStream output)
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLite

    toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 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()
    • internalGetFieldAccessorTable

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

      public boolean hasKey()
       Key uniquely identifying this project. Project keys can carry a UUID or a name; when embedded in a `Project` record
       the `uuid` is provided, since `name` is available as a top-level field.
       
      .buildless.projects.ProjectKey key = 1 [json_name = "key", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
      Specified by:
      hasKey in interface ProjectOrBuilder
      Returns:
      Whether the key field is set.
    • getKey

      public ProjectKey getKey()
       Key uniquely identifying this project. Project keys can carry a UUID or a name; when embedded in a `Project` record
       the `uuid` is provided, since `name` is available as a top-level field.
       
      .buildless.projects.ProjectKey key = 1 [json_name = "key", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
      Specified by:
      getKey in interface ProjectOrBuilder
      Returns:
      The key.
    • getKeyOrBuilder

      public ProjectKeyOrBuilder getKeyOrBuilder()
       Key uniquely identifying this project. Project keys can carry a UUID or a name; when embedded in a `Project` record
       the `uuid` is provided, since `name` is available as a top-level field.
       
      .buildless.projects.ProjectKey key = 1 [json_name = "key", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
      Specified by:
      getKeyOrBuilder in interface ProjectOrBuilder
    • getName

      public String getName()
       "Short name" assigned to this project. The short name is either provided by the user, or generated by the server,
       at the time the project is created. It cannot be changed throughout the lifecycle of the project. The short name is
       used to reference the project in configurations, URLs, and over the API.
       
      string name = 2 [json_name = "name", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
      Specified by:
      getName in interface ProjectOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       "Short name" assigned to this project. The short name is either provided by the user, or generated by the server,
       at the time the project is created. It cannot be changed throughout the lifecycle of the project. The short name is
       used to reference the project in configurations, URLs, and over the API.
       
      string name = 2 [json_name = "name", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
      Specified by:
      getNameBytes in interface ProjectOrBuilder
      Returns:
      The bytes for name.
    • getDisplayName

      public String getDisplayName()
       "Display name" assigned to this project. The display name is provided by the user, and can be changed at any time.
       The display name is used to label the project within UIs and when presenting lists of projects to users.
       
      string display_name = 3 [json_name = "displayName", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDisplayName in interface ProjectOrBuilder
      Returns:
      The displayName.
    • getDisplayNameBytes

      public com.google.protobuf.ByteString getDisplayNameBytes()
       "Display name" assigned to this project. The display name is provided by the user, and can be changed at any time.
       The display name is used to label the project within UIs and when presenting lists of projects to users.
       
      string display_name = 3 [json_name = "displayName", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDisplayNameBytes in interface ProjectOrBuilder
      Returns:
      The bytes for displayName.
    • hasSettings

      public boolean hasSettings()
       Effective settings which apply to the current project, and which govern how the project behaves. See the `Settings`
       message for more information about which setting fields are supported.
       
      .buildless.projects.Project.Settings settings = 10 [json_name = "settings", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasSettings in interface ProjectOrBuilder
      Returns:
      Whether the settings field is set.
    • getSettings

      public Project.Settings getSettings()
       Effective settings which apply to the current project, and which govern how the project behaves. See the `Settings`
       message for more information about which setting fields are supported.
       
      .buildless.projects.Project.Settings settings = 10 [json_name = "settings", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSettings in interface ProjectOrBuilder
      Returns:
      The settings.
    • getSettingsOrBuilder

      public Project.SettingsOrBuilder getSettingsOrBuilder()
       Effective settings which apply to the current project, and which govern how the project behaves. See the `Settings`
       message for more information about which setting fields are supported.
       
      .buildless.projects.Project.Settings settings = 10 [json_name = "settings", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSettingsOrBuilder in interface ProjectOrBuilder
    • getActive

      public boolean getActive()
       Whether this project is currently active. This is always `true` if the parent account is not suspended, and the
       project is not `archived` or `tombstoned`.
       
      bool active = 11 [json_name = "active", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getActive in interface ProjectOrBuilder
      Returns:
      The active.
    • getArchived

      public boolean getArchived()
       Whether this project is marked as "archived," in which case it is inactive. Projects in an archived state cannot be
       used for reads or writes.
       
      bool archived = 12 [json_name = "archived", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getArchived in interface ProjectOrBuilder
      Returns:
      The archived.
    • getTombstoned

      public boolean getTombstoned()
       Whether this project is marked as "tombstoned," in which case it is scheduled for deletion. Projects which are
       tombstoned are always archived first.
       
      bool tombstoned = 13 [json_name = "tombstoned", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTombstoned in interface ProjectOrBuilder
      Returns:
      The tombstoned.
    • hasUpdatedBy

      public boolean hasUpdatedBy()
       Specifies information about the user who last updated this project.
       
      .buildless.accounts.UserReference updated_by = 96 [json_name = "updatedBy", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUpdatedBy in interface ProjectOrBuilder
      Returns:
      Whether the updatedBy field is set.
    • getUpdatedBy

      public UserReference getUpdatedBy()
       Specifies information about the user who last updated this project.
       
      .buildless.accounts.UserReference updated_by = 96 [json_name = "updatedBy", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdatedBy in interface ProjectOrBuilder
      Returns:
      The updatedBy.
    • getUpdatedByOrBuilder

      public UserReferenceOrBuilder getUpdatedByOrBuilder()
       Specifies information about the user who last updated this project.
       
      .buildless.accounts.UserReference updated_by = 96 [json_name = "updatedBy", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdatedByOrBuilder in interface ProjectOrBuilder
    • hasCreatedBy

      public boolean hasCreatedBy()
       Specifies information about the user who created this project.
       
      .buildless.accounts.UserReference created_by = 97 [json_name = "createdBy", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCreatedBy in interface ProjectOrBuilder
      Returns:
      Whether the createdBy field is set.
    • getCreatedBy

      public UserReference getCreatedBy()
       Specifies information about the user who created this project.
       
      .buildless.accounts.UserReference created_by = 97 [json_name = "createdBy", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreatedBy in interface ProjectOrBuilder
      Returns:
      The createdBy.
    • getCreatedByOrBuilder

      public UserReferenceOrBuilder getCreatedByOrBuilder()
       Specifies information about the user who created this project.
       
      .buildless.accounts.UserReference created_by = 97 [json_name = "createdBy", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreatedByOrBuilder in interface ProjectOrBuilder
    • hasUpdatedAt

      public boolean hasUpdatedAt()
       Specifies the last time this project was updated. Changes with each update to the project record.
       
      .google.protobuf.Timestamp updated_at = 98 [json_name = "updatedAt", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUpdatedAt in interface ProjectOrBuilder
      Returns:
      Whether the updatedAt field is set.
    • getUpdatedAt

      public com.google.protobuf.Timestamp getUpdatedAt()
       Specifies the last time this project was updated. Changes with each update to the project record.
       
      .google.protobuf.Timestamp updated_at = 98 [json_name = "updatedAt", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdatedAt in interface ProjectOrBuilder
      Returns:
      The updatedAt.
    • getUpdatedAtOrBuilder

      public com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
       Specifies the last time this project was updated. Changes with each update to the project record.
       
      .google.protobuf.Timestamp updated_at = 98 [json_name = "updatedAt", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdatedAtOrBuilder in interface ProjectOrBuilder
    • hasCreatedAt

      public boolean hasCreatedAt()
       Specifies the moment at which this project was originally created. Does not change over the lifecycle of the
       project record.
       
      .google.protobuf.Timestamp created_at = 99 [json_name = "createdAt", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCreatedAt in interface ProjectOrBuilder
      Returns:
      Whether the createdAt field is set.
    • getCreatedAt

      public com.google.protobuf.Timestamp getCreatedAt()
       Specifies the moment at which this project was originally created. Does not change over the lifecycle of the
       project record.
       
      .google.protobuf.Timestamp created_at = 99 [json_name = "createdAt", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreatedAt in interface ProjectOrBuilder
      Returns:
      The createdAt.
    • getCreatedAtOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
       Specifies the moment at which this project was originally created. Does not change over the lifecycle of the
       project record.
       
      .google.protobuf.Timestamp created_at = 99 [json_name = "createdAt", (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreatedAtOrBuilder in interface ProjectOrBuilder
    • 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 Project parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static Project parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static Project parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

      public Project.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Project.Builder newBuilder()
    • newBuilder

      public static Project.Builder newBuilder(Project prototype)
    • toBuilder

      public Project.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static Project getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Project> 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 Project getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder