Uses of Class
com.google.appengine.v1.CreateApplicationRequest
-
Packages that use CreateApplicationRequest Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of CreateApplicationRequest in com.google.appengine.v1
Methods in com.google.appengine.v1 that return CreateApplicationRequest Modifier and Type Method Description CreateApplicationRequestCreateApplicationRequest.Builder. build()CreateApplicationRequestCreateApplicationRequest.Builder. buildPartial()static CreateApplicationRequestCreateApplicationRequest. getDefaultInstance()CreateApplicationRequestCreateApplicationRequest.Builder. getDefaultInstanceForType()CreateApplicationRequestCreateApplicationRequest. getDefaultInstanceForType()static CreateApplicationRequestCreateApplicationRequest. parseDelimitedFrom(InputStream input)static CreateApplicationRequestCreateApplicationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateApplicationRequestCreateApplicationRequest. parseFrom(byte[] data)static CreateApplicationRequestCreateApplicationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateApplicationRequestCreateApplicationRequest. parseFrom(com.google.protobuf.ByteString data)static CreateApplicationRequestCreateApplicationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateApplicationRequestCreateApplicationRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateApplicationRequestCreateApplicationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateApplicationRequestCreateApplicationRequest. parseFrom(InputStream input)static CreateApplicationRequestCreateApplicationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateApplicationRequestCreateApplicationRequest. parseFrom(ByteBuffer data)static CreateApplicationRequestCreateApplicationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.v1 that return types with arguments of type CreateApplicationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateApplicationRequest,com.google.longrunning.Operation>ApplicationsClient. createApplicationCallable()Creates an App Engine application for a Google Cloud Platform project.com.google.api.gax.rpc.OperationCallable<CreateApplicationRequest,Application,OperationMetadataV1>ApplicationsClient. createApplicationOperationCallable()Creates an App Engine application for a Google Cloud Platform project.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateApplicationRequest,Application,OperationMetadataV1>ApplicationsSettings.Builder. createApplicationOperationSettings()Returns the builder for the settings used for calls to createApplication.com.google.api.gax.rpc.OperationCallSettings<CreateApplicationRequest,Application,OperationMetadataV1>ApplicationsSettings. createApplicationOperationSettings()Returns the object with the settings used for calls to createApplication.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateApplicationRequest,com.google.longrunning.Operation>ApplicationsSettings.Builder. createApplicationSettings()Returns the builder for the settings used for calls to createApplication.com.google.api.gax.rpc.UnaryCallSettings<CreateApplicationRequest,com.google.longrunning.Operation>ApplicationsSettings. createApplicationSettings()Returns the object with the settings used for calls to createApplication.static io.grpc.MethodDescriptor<CreateApplicationRequest,com.google.longrunning.Operation>ApplicationsGrpc. getCreateApplicationMethod()com.google.protobuf.Parser<CreateApplicationRequest>CreateApplicationRequest. getParserForType()static com.google.protobuf.Parser<CreateApplicationRequest>CreateApplicationRequest. parser()Methods in com.google.appengine.v1 with parameters of type CreateApplicationRequest Modifier and Type Method Description com.google.longrunning.OperationApplicationsGrpc.ApplicationsBlockingStub. createApplication(CreateApplicationRequest request)Creates an App Engine application for a Google Cloud Platform project.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ApplicationsGrpc.ApplicationsFutureStub. createApplication(CreateApplicationRequest request)Creates an App Engine application for a Google Cloud Platform project.voidApplicationsGrpc.ApplicationsStub. createApplication(CreateApplicationRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates an App Engine application for a Google Cloud Platform project.default voidApplicationsGrpc.AsyncService. createApplication(CreateApplicationRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates an App Engine application for a Google Cloud Platform project.com.google.api.gax.longrunning.OperationFuture<Application,OperationMetadataV1>ApplicationsClient. createApplicationAsync(CreateApplicationRequest request)Creates an App Engine application for a Google Cloud Platform project.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. mergeFrom(CreateApplicationRequest other)static CreateApplicationRequest.BuilderCreateApplicationRequest. newBuilder(CreateApplicationRequest prototype) -
Uses of CreateApplicationRequest in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type CreateApplicationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateApplicationRequest,com.google.longrunning.Operation>ApplicationsStub. createApplicationCallable()com.google.api.gax.rpc.UnaryCallable<CreateApplicationRequest,com.google.longrunning.Operation>GrpcApplicationsStub. createApplicationCallable()com.google.api.gax.rpc.UnaryCallable<CreateApplicationRequest,com.google.longrunning.Operation>HttpJsonApplicationsStub. createApplicationCallable()com.google.api.gax.rpc.OperationCallable<CreateApplicationRequest,Application,OperationMetadataV1>ApplicationsStub. createApplicationOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateApplicationRequest,Application,OperationMetadataV1>GrpcApplicationsStub. createApplicationOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateApplicationRequest,Application,OperationMetadataV1>HttpJsonApplicationsStub. createApplicationOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateApplicationRequest,Application,OperationMetadataV1>ApplicationsStubSettings.Builder. createApplicationOperationSettings()Returns the builder for the settings used for calls to createApplication.com.google.api.gax.rpc.OperationCallSettings<CreateApplicationRequest,Application,OperationMetadataV1>ApplicationsStubSettings. createApplicationOperationSettings()Returns the object with the settings used for calls to createApplication.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateApplicationRequest,com.google.longrunning.Operation>ApplicationsStubSettings.Builder. createApplicationSettings()Returns the builder for the settings used for calls to createApplication.com.google.api.gax.rpc.UnaryCallSettings<CreateApplicationRequest,com.google.longrunning.Operation>ApplicationsStubSettings. createApplicationSettings()Returns the object with the settings used for calls to createApplication.
-