Package com.google.api.serviceusage.v1
Interface BatchGetServicesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchGetServicesResponse
,BatchGetServicesResponse.Builder
public interface BatchGetServicesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service
getServices(int index)
The requested Service states.int
getServicesCount()
The requested Service states.List<Service>
getServicesList()
The requested Service states.ServiceOrBuilder
getServicesOrBuilder(int index)
The requested Service states.List<? extends ServiceOrBuilder>
getServicesOrBuilderList()
The requested Service states.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServicesList
List<Service> getServicesList()
The requested Service states.
repeated .google.api.serviceusage.v1.Service services = 1;
-
getServices
Service getServices(int index)
The requested Service states.
repeated .google.api.serviceusage.v1.Service services = 1;
-
getServicesCount
int getServicesCount()
The requested Service states.
repeated .google.api.serviceusage.v1.Service services = 1;
-
getServicesOrBuilderList
List<? extends ServiceOrBuilder> getServicesOrBuilderList()
The requested Service states.
repeated .google.api.serviceusage.v1.Service services = 1;
-
getServicesOrBuilder
ServiceOrBuilder getServicesOrBuilder(int index)
The requested Service states.
repeated .google.api.serviceusage.v1.Service services = 1;
-
-