Uses of Class
com.google.cloud.apigateway.v1.CreateApiRequest
-
Packages that use CreateApiRequest Package Description com.google.cloud.apigateway.v1 A client to API Gateway APIcom.google.cloud.apigateway.v1.stub -
-
Uses of CreateApiRequest in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 that return CreateApiRequest Modifier and Type Method Description CreateApiRequestCreateApiRequest.Builder. build()CreateApiRequestCreateApiRequest.Builder. buildPartial()static CreateApiRequestCreateApiRequest. getDefaultInstance()CreateApiRequestCreateApiRequest.Builder. getDefaultInstanceForType()CreateApiRequestCreateApiRequest. getDefaultInstanceForType()static CreateApiRequestCreateApiRequest. parseDelimitedFrom(InputStream input)static CreateApiRequestCreateApiRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateApiRequestCreateApiRequest. parseFrom(byte[] data)static CreateApiRequestCreateApiRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateApiRequestCreateApiRequest. parseFrom(com.google.protobuf.ByteString data)static CreateApiRequestCreateApiRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateApiRequestCreateApiRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateApiRequestCreateApiRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateApiRequestCreateApiRequest. parseFrom(InputStream input)static CreateApiRequestCreateApiRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateApiRequestCreateApiRequest. parseFrom(ByteBuffer data)static CreateApiRequestCreateApiRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.apigateway.v1 that return types with arguments of type CreateApiRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateApiRequest,com.google.longrunning.Operation>ApiGatewayServiceClient. createApiCallable()Creates a new Api in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateApiRequest,Api,OperationMetadata>ApiGatewayServiceClient. createApiOperationCallable()Creates a new Api in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateApiRequest,Api,OperationMetadata>ApiGatewayServiceSettings.Builder. createApiOperationSettings()Returns the builder for the settings used for calls to createApi.com.google.api.gax.rpc.OperationCallSettings<CreateApiRequest,Api,OperationMetadata>ApiGatewayServiceSettings. createApiOperationSettings()Returns the object with the settings used for calls to createApi.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateApiRequest,com.google.longrunning.Operation>ApiGatewayServiceSettings.Builder. createApiSettings()Returns the builder for the settings used for calls to createApi.com.google.api.gax.rpc.UnaryCallSettings<CreateApiRequest,com.google.longrunning.Operation>ApiGatewayServiceSettings. createApiSettings()Returns the object with the settings used for calls to createApi.static io.grpc.MethodDescriptor<CreateApiRequest,com.google.longrunning.Operation>ApiGatewayServiceGrpc. getCreateApiMethod()com.google.protobuf.Parser<CreateApiRequest>CreateApiRequest. getParserForType()static com.google.protobuf.Parser<CreateApiRequest>CreateApiRequest. parser()Methods in com.google.cloud.apigateway.v1 with parameters of type CreateApiRequest Modifier and Type Method Description com.google.longrunning.OperationApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub. createApi(CreateApiRequest request)Creates a new Api in a given project and location.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub. createApi(CreateApiRequest request)Creates a new Api in a given project and location.voidApiGatewayServiceGrpc.ApiGatewayServiceStub. createApi(CreateApiRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new Api in a given project and location.default voidApiGatewayServiceGrpc.AsyncService. createApi(CreateApiRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new Api in a given project and location.com.google.api.gax.longrunning.OperationFuture<Api,OperationMetadata>ApiGatewayServiceClient. createApiAsync(CreateApiRequest request)Creates a new Api in a given project and location.CreateApiRequest.BuilderCreateApiRequest.Builder. mergeFrom(CreateApiRequest other)static CreateApiRequest.BuilderCreateApiRequest. newBuilder(CreateApiRequest prototype) -
Uses of CreateApiRequest in com.google.cloud.apigateway.v1.stub
Methods in com.google.cloud.apigateway.v1.stub that return types with arguments of type CreateApiRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateApiRequest,com.google.longrunning.Operation>ApiGatewayServiceStub. createApiCallable()com.google.api.gax.rpc.UnaryCallable<CreateApiRequest,com.google.longrunning.Operation>GrpcApiGatewayServiceStub. createApiCallable()com.google.api.gax.rpc.UnaryCallable<CreateApiRequest,com.google.longrunning.Operation>HttpJsonApiGatewayServiceStub. createApiCallable()com.google.api.gax.rpc.OperationCallable<CreateApiRequest,Api,OperationMetadata>ApiGatewayServiceStub. createApiOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateApiRequest,Api,OperationMetadata>GrpcApiGatewayServiceStub. createApiOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateApiRequest,Api,OperationMetadata>HttpJsonApiGatewayServiceStub. createApiOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateApiRequest,Api,OperationMetadata>ApiGatewayServiceStubSettings.Builder. createApiOperationSettings()Returns the builder for the settings used for calls to createApi.com.google.api.gax.rpc.OperationCallSettings<CreateApiRequest,Api,OperationMetadata>ApiGatewayServiceStubSettings. createApiOperationSettings()Returns the object with the settings used for calls to createApi.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateApiRequest,com.google.longrunning.Operation>ApiGatewayServiceStubSettings.Builder. createApiSettings()Returns the builder for the settings used for calls to createApi.com.google.api.gax.rpc.UnaryCallSettings<CreateApiRequest,com.google.longrunning.Operation>ApiGatewayServiceStubSettings. createApiSettings()Returns the object with the settings used for calls to createApi.
-