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 GetServiceRequest
GetServiceRequest.Builder. build()
GetServiceRequest
GetServiceRequest.Builder. buildPartial()
static GetServiceRequest
GetServiceRequest. getDefaultInstance()
GetServiceRequest
GetServiceRequest.Builder. getDefaultInstanceForType()
GetServiceRequest
GetServiceRequest. getDefaultInstanceForType()
static GetServiceRequest
GetServiceRequest. parseDelimitedFrom(InputStream input)
static GetServiceRequest
GetServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceRequest
GetServiceRequest. parseFrom(byte[] data)
static GetServiceRequest
GetServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceRequest
GetServiceRequest. parseFrom(com.google.protobuf.ByteString data)
static GetServiceRequest
GetServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceRequest
GetServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetServiceRequest
GetServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceRequest
GetServiceRequest. parseFrom(InputStream input)
static GetServiceRequest
GetServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceRequest
GetServiceRequest. parseFrom(ByteBuffer data)
static GetServiceRequest
GetServiceRequest. 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 Service
ServicesClient. getService(GetServiceRequest request)
Gets the current configuration of the specified service.default void
ServicesGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Gets the current configuration of the specified service.Service
ServicesGrpc.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.void
ServicesGrpc.ServicesStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Gets the current configuration of the specified service.GetServiceRequest.Builder
GetServiceRequest.Builder. mergeFrom(GetServiceRequest other)
static GetServiceRequest.Builder
GetServiceRequest. 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.
-