Uses of Class
com.google.api.serviceusage.v1beta1.Service
-
Packages that use Service Package Description com.google.api.serviceusage.v1beta1 A client to Service Usage APIcom.google.api.serviceusage.v1beta1.stub -
-
Uses of Service in com.google.api.serviceusage.v1beta1
Methods in com.google.api.serviceusage.v1beta1 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
ServiceUsageClient. getService(GetServiceRequest request)
Deprecated.This method is deprecated and will be removed in the next major version update.Service
ServiceUsageGrpc.ServiceUsageBlockingStub. getService(GetServiceRequest request)
Deprecated.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.v1beta1 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)
Deprecated.com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>
ServiceUsageClient. getServiceCallable()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>
ServiceUsageSettings.Builder. getServiceSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>
ServiceUsageSettings. getServiceSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.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.v1beta1 with parameters of type Service Modifier and Type Method Description 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)
static Service.Builder
Service. newBuilder(Service prototype)
ListServicesResponse.Builder
ListServicesResponse.Builder. setServices(int index, Service value)
The available services for the requested project.Method parameters in com.google.api.serviceusage.v1beta1 with type arguments of type Service Modifier and Type Method Description 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)
Deprecated.void
ServiceUsageGrpc.ServiceUsageStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Deprecated. -
Uses of Service in com.google.api.serviceusage.v1beta1.stub
Methods in com.google.api.serviceusage.v1beta1.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()
Deprecated.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>
ServiceUsageStubSettings.Builder. getServiceSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>
ServiceUsageStubSettings. getServiceSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.
-