Uses of Class
com.google.cloud.apigeeregistry.v1.CreateApiDeploymentRequest
-
Packages that use CreateApiDeploymentRequest Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry APIcom.google.cloud.apigeeregistry.v1.stub -
-
Uses of CreateApiDeploymentRequest in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return CreateApiDeploymentRequest Modifier and Type Method Description CreateApiDeploymentRequest
CreateApiDeploymentRequest.Builder. build()
CreateApiDeploymentRequest
CreateApiDeploymentRequest.Builder. buildPartial()
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. getDefaultInstance()
CreateApiDeploymentRequest
CreateApiDeploymentRequest.Builder. getDefaultInstanceForType()
CreateApiDeploymentRequest
CreateApiDeploymentRequest. getDefaultInstanceForType()
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. parseDelimitedFrom(InputStream input)
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. parseFrom(byte[] data)
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. parseFrom(InputStream input)
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. parseFrom(ByteBuffer data)
static CreateApiDeploymentRequest
CreateApiDeploymentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.apigeeregistry.v1 that return types with arguments of type CreateApiDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateApiDeploymentRequest,ApiDeployment>
RegistryClient. createApiDeploymentCallable()
Creates a specified deployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateApiDeploymentRequest,ApiDeployment>
RegistrySettings.Builder. createApiDeploymentSettings()
Returns the builder for the settings used for calls to createApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<CreateApiDeploymentRequest,ApiDeployment>
RegistrySettings. createApiDeploymentSettings()
Returns the object with the settings used for calls to createApiDeployment.static io.grpc.MethodDescriptor<CreateApiDeploymentRequest,ApiDeployment>
RegistryGrpc. getCreateApiDeploymentMethod()
com.google.protobuf.Parser<CreateApiDeploymentRequest>
CreateApiDeploymentRequest. getParserForType()
static com.google.protobuf.Parser<CreateApiDeploymentRequest>
CreateApiDeploymentRequest. parser()
Methods in com.google.cloud.apigeeregistry.v1 with parameters of type CreateApiDeploymentRequest Modifier and Type Method Description ApiDeployment
RegistryClient. createApiDeployment(CreateApiDeploymentRequest request)
Creates a specified deployment.default void
RegistryGrpc.AsyncService. createApiDeployment(CreateApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Creates a specified deployment.ApiDeployment
RegistryGrpc.RegistryBlockingStub. createApiDeployment(CreateApiDeploymentRequest request)
Creates a specified deployment.com.google.common.util.concurrent.ListenableFuture<ApiDeployment>
RegistryGrpc.RegistryFutureStub. createApiDeployment(CreateApiDeploymentRequest request)
Creates a specified deployment.void
RegistryGrpc.RegistryStub. createApiDeployment(CreateApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Creates a specified deployment.CreateApiDeploymentRequest.Builder
CreateApiDeploymentRequest.Builder. mergeFrom(CreateApiDeploymentRequest other)
static CreateApiDeploymentRequest.Builder
CreateApiDeploymentRequest. newBuilder(CreateApiDeploymentRequest prototype)
-
Uses of CreateApiDeploymentRequest in com.google.cloud.apigeeregistry.v1.stub
Methods in com.google.cloud.apigeeregistry.v1.stub that return types with arguments of type CreateApiDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateApiDeploymentRequest,ApiDeployment>
GrpcRegistryStub. createApiDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<CreateApiDeploymentRequest,ApiDeployment>
HttpJsonRegistryStub. createApiDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<CreateApiDeploymentRequest,ApiDeployment>
RegistryStub. createApiDeploymentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateApiDeploymentRequest,ApiDeployment>
RegistryStubSettings.Builder. createApiDeploymentSettings()
Returns the builder for the settings used for calls to createApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<CreateApiDeploymentRequest,ApiDeployment>
RegistryStubSettings. createApiDeploymentSettings()
Returns the object with the settings used for calls to createApiDeployment.
-