Uses of Class
com.google.appengine.v1.GetVersionRequest
-
Packages that use GetVersionRequest Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of GetVersionRequest in com.google.appengine.v1
Methods in com.google.appengine.v1 that return GetVersionRequest Modifier and Type Method Description GetVersionRequestGetVersionRequest.Builder. build()GetVersionRequestGetVersionRequest.Builder. buildPartial()static GetVersionRequestGetVersionRequest. getDefaultInstance()GetVersionRequestGetVersionRequest.Builder. getDefaultInstanceForType()GetVersionRequestGetVersionRequest. getDefaultInstanceForType()static GetVersionRequestGetVersionRequest. parseDelimitedFrom(InputStream input)static GetVersionRequestGetVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(byte[] data)static GetVersionRequestGetVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(com.google.protobuf.ByteString data)static GetVersionRequestGetVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetVersionRequestGetVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(InputStream input)static GetVersionRequestGetVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(ByteBuffer data)static GetVersionRequestGetVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.v1 that return types with arguments of type GetVersionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetVersionRequest,Version>VersionsGrpc. getGetVersionMethod()com.google.protobuf.Parser<GetVersionRequest>GetVersionRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>VersionsClient. getVersionCallable()Gets the specified Version resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVersionRequest,Version>VersionsSettings.Builder. getVersionSettings()Returns the builder for the settings used for calls to getVersion.com.google.api.gax.rpc.UnaryCallSettings<GetVersionRequest,Version>VersionsSettings. getVersionSettings()Returns the object with the settings used for calls to getVersion.static com.google.protobuf.Parser<GetVersionRequest>GetVersionRequest. parser()Methods in com.google.appengine.v1 with parameters of type GetVersionRequest Modifier and Type Method Description VersionVersionsClient. getVersion(GetVersionRequest request)Gets the specified Version resource.default voidVersionsGrpc.AsyncService. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)Gets the specified Version resource.VersionVersionsGrpc.VersionsBlockingStub. getVersion(GetVersionRequest request)Gets the specified Version resource.com.google.common.util.concurrent.ListenableFuture<Version>VersionsGrpc.VersionsFutureStub. getVersion(GetVersionRequest request)Gets the specified Version resource.voidVersionsGrpc.VersionsStub. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)Gets the specified Version resource.GetVersionRequest.BuilderGetVersionRequest.Builder. mergeFrom(GetVersionRequest other)static GetVersionRequest.BuilderGetVersionRequest. newBuilder(GetVersionRequest prototype) -
Uses of GetVersionRequest in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type GetVersionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>GrpcVersionsStub. getVersionCallable()com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>HttpJsonVersionsStub. getVersionCallable()com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>VersionsStub. getVersionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVersionRequest,Version>VersionsStubSettings.Builder. getVersionSettings()Returns the builder for the settings used for calls to getVersion.com.google.api.gax.rpc.UnaryCallSettings<GetVersionRequest,Version>VersionsStubSettings. getVersionSettings()Returns the object with the settings used for calls to getVersion.
-