public static interface CoreServiceProto.ListProjectsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getProjects(int index)
List of project names (archived projects are filtered out)
|
com.google.protobuf.ByteString |
getProjectsBytes(int index)
List of project names (archived projects are filtered out)
|
int |
getProjectsCount()
List of project names (archived projects are filtered out)
|
List<String> |
getProjectsList()
List of project names (archived projects are filtered out)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getProjectsList()
List of project names (archived projects are filtered out)
repeated string projects = 1;int getProjectsCount()
List of project names (archived projects are filtered out)
repeated string projects = 1;String getProjects(int index)
List of project names (archived projects are filtered out)
repeated string projects = 1;index - The index of the element to return.com.google.protobuf.ByteString getProjectsBytes(int index)
List of project names (archived projects are filtered out)
repeated string projects = 1;index - The index of the value to return.Copyright © 2020 Gojek. All rights reserved.