Uses of Interface
com.google.monitoring.v3.ServiceOrBuilder
-
Packages that use ServiceOrBuilder Package Description com.google.monitoring.v3 -
-
Uses of ServiceOrBuilder in com.google.monitoring.v3
Classes in com.google.monitoring.v3 that implement ServiceOrBuilder Modifier and Type Class Description class
Service
A `Service` is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern ([Wikipedia](https://en.wikipedia.org/wiki/Service-orientation)).static class
Service.Builder
A `Service` is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern ([Wikipedia](https://en.wikipedia.org/wiki/Service-orientation)).Methods in com.google.monitoring.v3 that return ServiceOrBuilder Modifier and Type Method Description ServiceOrBuilder
CreateServiceRequest.Builder. getServiceOrBuilder()
Required.ServiceOrBuilder
CreateServiceRequest. getServiceOrBuilder()
Required.ServiceOrBuilder
CreateServiceRequestOrBuilder. getServiceOrBuilder()
Required.ServiceOrBuilder
UpdateServiceRequest.Builder. getServiceOrBuilder()
Required.ServiceOrBuilder
UpdateServiceRequest. getServiceOrBuilder()
Required.ServiceOrBuilder
UpdateServiceRequestOrBuilder. getServiceOrBuilder()
Required.ServiceOrBuilder
ListServicesResponse.Builder. getServicesOrBuilder(int index)
The `Service`s matching the specified filter.ServiceOrBuilder
ListServicesResponse. getServicesOrBuilder(int index)
The `Service`s matching the specified filter.ServiceOrBuilder
ListServicesResponseOrBuilder. getServicesOrBuilder(int index)
The `Service`s matching the specified filter.Methods in com.google.monitoring.v3 that return types with arguments of type ServiceOrBuilder Modifier and Type Method Description List<? extends ServiceOrBuilder>
ListServicesResponse.Builder. getServicesOrBuilderList()
The `Service`s matching the specified filter.List<? extends ServiceOrBuilder>
ListServicesResponse. getServicesOrBuilderList()
The `Service`s matching the specified filter.List<? extends ServiceOrBuilder>
ListServicesResponseOrBuilder. getServicesOrBuilderList()
The `Service`s matching the specified filter.
-