Interface ListProjectsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListProjectsResponse, ListProjectsResponse.Builder

public interface ListProjectsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Info about the list of projects returned by the server.
    Info about the list of projects returned by the server.
    getProjects(int index)
    Specifies the list of projects which were returned by the server.
    int
    Specifies the list of projects which were returned by the server.
    Specifies the list of projects which were returned by the server.
    Specifies the list of projects which were returned by the server.
    Specifies the list of projects which were returned by the server.
    boolean
    Info about the list of projects returned by the server.

    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 Details

    • hasMetadata

      boolean hasMetadata()
       Info about the list of projects returned by the server.
       
      .buildless.service.v1.ListProjectsResponse.ProjectsListInfo metadata = 1 [json_name = "metadata", (.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the metadata field is set.
    • getMetadata

       Info about the list of projects returned by the server.
       
      .buildless.service.v1.ListProjectsResponse.ProjectsListInfo metadata = 1 [json_name = "metadata", (.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The metadata.
    • getMetadataOrBuilder

       Info about the list of projects returned by the server.
       
      .buildless.service.v1.ListProjectsResponse.ProjectsListInfo metadata = 1 [json_name = "metadata", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getProjectsList

      List<Project> getProjectsList()
       Specifies the list of projects which were returned by the server.
       
      repeated .buildless.projects.Project projects = 2 [json_name = "projects", lazy = true, (.google.api.field_behavior) = OUTPUT_ONLY];
    • getProjects

      Project getProjects(int index)
       Specifies the list of projects which were returned by the server.
       
      repeated .buildless.projects.Project projects = 2 [json_name = "projects", lazy = true, (.google.api.field_behavior) = OUTPUT_ONLY];
    • getProjectsCount

      int getProjectsCount()
       Specifies the list of projects which were returned by the server.
       
      repeated .buildless.projects.Project projects = 2 [json_name = "projects", lazy = true, (.google.api.field_behavior) = OUTPUT_ONLY];
    • getProjectsOrBuilderList

      List<? extends ProjectOrBuilder> getProjectsOrBuilderList()
       Specifies the list of projects which were returned by the server.
       
      repeated .buildless.projects.Project projects = 2 [json_name = "projects", lazy = true, (.google.api.field_behavior) = OUTPUT_ONLY];
    • getProjectsOrBuilder

      ProjectOrBuilder getProjectsOrBuilder(int index)
       Specifies the list of projects which were returned by the server.
       
      repeated .buildless.projects.Project projects = 2 [json_name = "projects", lazy = true, (.google.api.field_behavior) = OUTPUT_ONLY];