Uses of Class
com.google.api.serviceusage.v1.Service
-
Packages that use Service Package Description com.google.api.serviceusage.v1 A client to Service Usage APIcom.google.api.serviceusage.v1.stub -
-
Uses of Service in com.google.api.serviceusage.v1
Methods in com.google.api.serviceusage.v1 that return Service Modifier and Type Method Description Service
Service.Builder. build()
Service
Service.Builder. buildPartial()
static Service
Service. getDefaultInstance()
Service
Service.Builder. getDefaultInstanceForType()
Service
Service. getDefaultInstanceForType()
Service
DisableServiceResponse.Builder. getService()
The new state of the service after disabling.Service
DisableServiceResponse. getService()
The new state of the service after disabling.Service
DisableServiceResponseOrBuilder. getService()
The new state of the service after disabling.Service
EnableServiceResponse.Builder. getService()
The new state of the service after enabling.Service
EnableServiceResponse. getService()
The new state of the service after enabling.Service
EnableServiceResponseOrBuilder. getService()
The new state of the service after enabling.Service
ServiceUsageClient. getService(GetServiceRequest request)
Returns the service configuration and enabled state for a given service.Service
ServiceUsageGrpc.ServiceUsageBlockingStub. getService(GetServiceRequest request)
Returns the service configuration and enabled state for a given service.Service
BatchEnableServicesResponse.Builder. getServices(int index)
The new state of the services after enabling.Service
BatchEnableServicesResponse. getServices(int index)
The new state of the services after enabling.Service
BatchEnableServicesResponseOrBuilder. getServices(int index)
The new state of the services after enabling.Service
BatchGetServicesResponse.Builder. getServices(int index)
The requested Service states.Service
BatchGetServicesResponse. getServices(int index)
The requested Service states.Service
BatchGetServicesResponseOrBuilder. getServices(int index)
The requested Service states.Service
ListServicesResponse.Builder. getServices(int index)
The available services for the requested project.Service
ListServicesResponse. getServices(int index)
The available services for the requested project.Service
ListServicesResponseOrBuilder. getServices(int index)
The available services for the requested project.static Service
Service. parseDelimitedFrom(InputStream input)
static Service
Service. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(byte[] data)
static Service
Service. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(com.google.protobuf.ByteString data)
static Service
Service. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(com.google.protobuf.CodedInputStream input)
static Service
Service. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(InputStream input)
static Service
Service. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(ByteBuffer data)
static Service
Service. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.serviceusage.v1 that return types with arguments of type Service Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServiceRequest,Service>
ServiceUsageGrpc. getGetServiceMethod()
com.google.protobuf.Parser<Service>
Service. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Service>
ServiceUsageGrpc.ServiceUsageFutureStub. getService(GetServiceRequest request)
Returns the service configuration and enabled state for a given service.com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>
ServiceUsageClient. getServiceCallable()
Returns the service configuration and enabled state for a given service.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>
ServiceUsageSettings.Builder. getServiceSettings()
Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>
ServiceUsageSettings. getServiceSettings()
Returns the object with the settings used for calls to getService.List<Service>
BatchEnableServicesResponse.Builder. getServicesList()
The new state of the services after enabling.List<Service>
BatchEnableServicesResponse. getServicesList()
The new state of the services after enabling.List<Service>
BatchEnableServicesResponseOrBuilder. getServicesList()
The new state of the services after enabling.List<Service>
BatchGetServicesResponse.Builder. getServicesList()
The requested Service states.List<Service>
BatchGetServicesResponse. getServicesList()
The requested Service states.List<Service>
BatchGetServicesResponseOrBuilder. getServicesList()
The requested Service states.List<Service>
ListServicesResponse.Builder. getServicesList()
The available services for the requested project.List<Service>
ListServicesResponse. getServicesList()
The available services for the requested project.List<Service>
ListServicesResponseOrBuilder. getServicesList()
The available services for the requested project.static com.google.protobuf.Parser<Service>
Service. parser()
Methods in com.google.api.serviceusage.v1 with parameters of type Service Modifier and Type Method Description BatchEnableServicesResponse.Builder
BatchEnableServicesResponse.Builder. addServices(int index, Service value)
The new state of the services after enabling.BatchEnableServicesResponse.Builder
BatchEnableServicesResponse.Builder. addServices(Service value)
The new state of the services after enabling.BatchGetServicesResponse.Builder
BatchGetServicesResponse.Builder. addServices(int index, Service value)
The requested Service states.BatchGetServicesResponse.Builder
BatchGetServicesResponse.Builder. addServices(Service value)
The requested Service states.ListServicesResponse.Builder
ListServicesResponse.Builder. addServices(int index, Service value)
The available services for the requested project.ListServicesResponse.Builder
ListServicesResponse.Builder. addServices(Service value)
The available services for the requested project.Service.Builder
Service.Builder. mergeFrom(Service other)
DisableServiceResponse.Builder
DisableServiceResponse.Builder. mergeService(Service value)
The new state of the service after disabling.EnableServiceResponse.Builder
EnableServiceResponse.Builder. mergeService(Service value)
The new state of the service after enabling.static Service.Builder
Service. newBuilder(Service prototype)
DisableServiceResponse.Builder
DisableServiceResponse.Builder. setService(Service value)
The new state of the service after disabling.EnableServiceResponse.Builder
EnableServiceResponse.Builder. setService(Service value)
The new state of the service after enabling.BatchEnableServicesResponse.Builder
BatchEnableServicesResponse.Builder. setServices(int index, Service value)
The new state of the services after enabling.BatchGetServicesResponse.Builder
BatchGetServicesResponse.Builder. setServices(int index, Service value)
The requested Service states.ListServicesResponse.Builder
ListServicesResponse.Builder. setServices(int index, Service value)
The available services for the requested project.Method parameters in com.google.api.serviceusage.v1 with type arguments of type Service Modifier and Type Method Description BatchEnableServicesResponse.Builder
BatchEnableServicesResponse.Builder. addAllServices(Iterable<? extends Service> values)
The new state of the services after enabling.BatchGetServicesResponse.Builder
BatchGetServicesResponse.Builder. addAllServices(Iterable<? extends Service> values)
The requested Service states.ListServicesResponse.Builder
ListServicesResponse.Builder. addAllServices(Iterable<? extends Service> values)
The available services for the requested project.static com.google.api.core.ApiFuture<ServiceUsageClient.ListServicesPagedResponse>
ServiceUsageClient.ListServicesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
protected ServiceUsageClient.ListServicesPage
ServiceUsageClient.ListServicesPage. createPage(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, ListServicesResponse response)
com.google.api.core.ApiFuture<ServiceUsageClient.ListServicesPage>
ServiceUsageClient.ListServicesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
default void
ServiceUsageGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Returns the service configuration and enabled state for a given service.void
ServiceUsageGrpc.ServiceUsageStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Returns the service configuration and enabled state for a given service. -
Uses of Service in com.google.api.serviceusage.v1.stub
Methods in com.google.api.serviceusage.v1.stub that return types with arguments of type Service Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>
GrpcServiceUsageStub. getServiceCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>
HttpJsonServiceUsageStub. getServiceCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>
ServiceUsageStub. getServiceCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>
ServiceUsageStubSettings.Builder. getServiceSettings()
Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>
ServiceUsageStubSettings. getServiceSettings()
Returns the object with the settings used for calls to getService.
-