Package com.buildless.service.v1
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 TypeMethodDescriptionInfo 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.intSpecifies the list of projects which were returned by the server.Specifies the list of projects which were returned by the server.getProjectsOrBuilder(int index) Specifies the list of projects which were returned by the server.List<? extends ProjectOrBuilder>Specifies the list of projects which were returned by the server.booleanInfo about the list of projects returned by the server.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
ListProjectsResponse.ProjectsListInfo 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
ListProjectsResponse.ProjectsListInfoOrBuilder 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
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
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
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];
-