public interface BatchGetServicesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Service> getServicesList()
The requested Service states.
repeated .google.api.serviceusage.v1.Service services = 1;Service getServices(int index)
The requested Service states.
repeated .google.api.serviceusage.v1.Service services = 1;int getServicesCount()
The requested Service states.
repeated .google.api.serviceusage.v1.Service services = 1;List<? extends ServiceOrBuilder> getServicesOrBuilderList()
The requested Service states.
repeated .google.api.serviceusage.v1.Service services = 1;ServiceOrBuilder getServicesOrBuilder(int index)
The requested Service states.
repeated .google.api.serviceusage.v1.Service services = 1;Copyright © 2024 Google LLC. All rights reserved.