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 CreateApplicationRequest
CreateApplicationRequest.Builder. build()
CreateApplicationRequest
CreateApplicationRequest.Builder. buildPartial()
static CreateApplicationRequest
CreateApplicationRequest. getDefaultInstance()
CreateApplicationRequest
CreateApplicationRequest.Builder. getDefaultInstanceForType()
CreateApplicationRequest
CreateApplicationRequest. getDefaultInstanceForType()
static CreateApplicationRequest
CreateApplicationRequest. parseDelimitedFrom(InputStream input)
static CreateApplicationRequest
CreateApplicationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApplicationRequest
CreateApplicationRequest. parseFrom(byte[] data)
static CreateApplicationRequest
CreateApplicationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApplicationRequest
CreateApplicationRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateApplicationRequest
CreateApplicationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApplicationRequest
CreateApplicationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateApplicationRequest
CreateApplicationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApplicationRequest
CreateApplicationRequest. parseFrom(InputStream input)
static CreateApplicationRequest
CreateApplicationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApplicationRequest
CreateApplicationRequest. parseFrom(ByteBuffer data)
static CreateApplicationRequest
CreateApplicationRequest. 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.Operation
ApplicationsGrpc.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.void
ApplicationsGrpc.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 void
ApplicationsGrpc.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.Builder
CreateApplicationRequest.Builder. mergeFrom(CreateApplicationRequest other)
static CreateApplicationRequest.Builder
CreateApplicationRequest. 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.
-