Uses of Class
com.google.appengine.v1.GetServiceRequest
-
Packages that use GetServiceRequest Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of GetServiceRequest in com.google.appengine.v1
Methods in com.google.appengine.v1 that return GetServiceRequest Modifier and Type Method Description GetServiceRequestGetServiceRequest.Builder. build()GetServiceRequestGetServiceRequest.Builder. buildPartial()static GetServiceRequestGetServiceRequest. getDefaultInstance()GetServiceRequestGetServiceRequest.Builder. getDefaultInstanceForType()GetServiceRequestGetServiceRequest. getDefaultInstanceForType()static GetServiceRequestGetServiceRequest. parseDelimitedFrom(InputStream input)static GetServiceRequestGetServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(byte[] data)static GetServiceRequestGetServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.ByteString data)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(InputStream input)static GetServiceRequestGetServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(ByteBuffer data)static GetServiceRequestGetServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.v1 that return types with arguments of type GetServiceRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServiceRequest,Service>ServicesGrpc. getGetServiceMethod()com.google.protobuf.Parser<GetServiceRequest>GetServiceRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>ServicesClient. getServiceCallable()Gets the current configuration of the specified service.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>ServicesSettings.Builder. getServiceSettings()Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>ServicesSettings. getServiceSettings()Returns the object with the settings used for calls to getService.static com.google.protobuf.Parser<GetServiceRequest>GetServiceRequest. parser()Methods in com.google.appengine.v1 with parameters of type GetServiceRequest Modifier and Type Method Description ServiceServicesClient. getService(GetServiceRequest request)Gets the current configuration of the specified service.default voidServicesGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Gets the current configuration of the specified service.ServiceServicesGrpc.ServicesBlockingStub. getService(GetServiceRequest request)Gets the current configuration of the specified service.com.google.common.util.concurrent.ListenableFuture<Service>ServicesGrpc.ServicesFutureStub. getService(GetServiceRequest request)Gets the current configuration of the specified service.voidServicesGrpc.ServicesStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Gets the current configuration of the specified service.GetServiceRequest.BuilderGetServiceRequest.Builder. mergeFrom(GetServiceRequest other)static GetServiceRequest.BuilderGetServiceRequest. newBuilder(GetServiceRequest prototype) -
Uses of GetServiceRequest in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type GetServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>GrpcServicesStub. getServiceCallable()com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>HttpJsonServicesStub. getServiceCallable()com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>ServicesStub. getServiceCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>ServicesStubSettings.Builder. getServiceSettings()Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>ServicesStubSettings. getServiceSettings()Returns the object with the settings used for calls to getService.
-