Uses of Class
com.google.cloud.apigeeregistry.v1.ApiDeployment
-
Packages that use ApiDeployment Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry APIcom.google.cloud.apigeeregistry.v1.stub -
-
Uses of ApiDeployment in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return ApiDeployment Modifier and Type Method Description ApiDeployment
ApiDeployment.Builder. build()
ApiDeployment
ApiDeployment.Builder. buildPartial()
ApiDeployment
RegistryClient. createApiDeployment(ApiName parent, ApiDeployment apiDeployment, String apiDeploymentId)
Creates a specified deployment.ApiDeployment
RegistryClient. createApiDeployment(CreateApiDeploymentRequest request)
Creates a specified deployment.ApiDeployment
RegistryClient. createApiDeployment(String parent, ApiDeployment apiDeployment, String apiDeploymentId)
Creates a specified deployment.ApiDeployment
RegistryGrpc.RegistryBlockingStub. createApiDeployment(CreateApiDeploymentRequest request)
Creates a specified deployment.ApiDeployment
RegistryClient. deleteApiDeploymentRevision(ApiDeploymentName name)
Deletes a revision of a deployment.ApiDeployment
RegistryClient. deleteApiDeploymentRevision(DeleteApiDeploymentRevisionRequest request)
Deletes a revision of a deployment.ApiDeployment
RegistryClient. deleteApiDeploymentRevision(String name)
Deletes a revision of a deployment.ApiDeployment
RegistryGrpc.RegistryBlockingStub. deleteApiDeploymentRevision(DeleteApiDeploymentRevisionRequest request)
Deletes a revision of a deployment.ApiDeployment
CreateApiDeploymentRequest.Builder. getApiDeployment()
Required.ApiDeployment
CreateApiDeploymentRequest. getApiDeployment()
Required.ApiDeployment
CreateApiDeploymentRequestOrBuilder. getApiDeployment()
Required.ApiDeployment
RegistryClient. getApiDeployment(ApiDeploymentName name)
Returns a specified deployment.ApiDeployment
RegistryClient. getApiDeployment(GetApiDeploymentRequest request)
Returns a specified deployment.ApiDeployment
RegistryClient. getApiDeployment(String name)
Returns a specified deployment.ApiDeployment
RegistryGrpc.RegistryBlockingStub. getApiDeployment(GetApiDeploymentRequest request)
Returns a specified deployment.ApiDeployment
UpdateApiDeploymentRequest.Builder. getApiDeployment()
Required.ApiDeployment
UpdateApiDeploymentRequest. getApiDeployment()
Required.ApiDeployment
UpdateApiDeploymentRequestOrBuilder. getApiDeployment()
Required.ApiDeployment
ListApiDeploymentRevisionsResponse.Builder. getApiDeployments(int index)
The revisions of the deployment.ApiDeployment
ListApiDeploymentRevisionsResponse. getApiDeployments(int index)
The revisions of the deployment.ApiDeployment
ListApiDeploymentRevisionsResponseOrBuilder. getApiDeployments(int index)
The revisions of the deployment.ApiDeployment
ListApiDeploymentsResponse.Builder. getApiDeployments(int index)
The deployments from the specified publisher.ApiDeployment
ListApiDeploymentsResponse. getApiDeployments(int index)
The deployments from the specified publisher.ApiDeployment
ListApiDeploymentsResponseOrBuilder. getApiDeployments(int index)
The deployments from the specified publisher.static ApiDeployment
ApiDeployment. getDefaultInstance()
ApiDeployment
ApiDeployment.Builder. getDefaultInstanceForType()
ApiDeployment
ApiDeployment. getDefaultInstanceForType()
static ApiDeployment
ApiDeployment. parseDelimitedFrom(InputStream input)
static ApiDeployment
ApiDeployment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ApiDeployment
ApiDeployment. parseFrom(byte[] data)
static ApiDeployment
ApiDeployment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ApiDeployment
ApiDeployment. parseFrom(com.google.protobuf.ByteString data)
static ApiDeployment
ApiDeployment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ApiDeployment
ApiDeployment. parseFrom(com.google.protobuf.CodedInputStream input)
static ApiDeployment
ApiDeployment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ApiDeployment
ApiDeployment. parseFrom(InputStream input)
static ApiDeployment
ApiDeployment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ApiDeployment
ApiDeployment. parseFrom(ByteBuffer data)
static ApiDeployment
ApiDeployment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDeployment
RegistryClient. rollbackApiDeployment(RollbackApiDeploymentRequest request)
Sets the current revision to a specified prior revision.ApiDeployment
RegistryGrpc.RegistryBlockingStub. rollbackApiDeployment(RollbackApiDeploymentRequest request)
Sets the current revision to a specified prior revision.ApiDeployment
RegistryClient. tagApiDeploymentRevision(TagApiDeploymentRevisionRequest request)
Adds a tag to a specified revision of a deployment.ApiDeployment
RegistryGrpc.RegistryBlockingStub. tagApiDeploymentRevision(TagApiDeploymentRevisionRequest request)
Adds a tag to a specified revision of a deployment.ApiDeployment
RegistryClient. updateApiDeployment(ApiDeployment apiDeployment, com.google.protobuf.FieldMask updateMask)
Used to modify a specified deployment.ApiDeployment
RegistryClient. updateApiDeployment(UpdateApiDeploymentRequest request)
Used to modify a specified deployment.ApiDeployment
RegistryGrpc.RegistryBlockingStub. updateApiDeployment(UpdateApiDeploymentRequest request)
Used to modify a specified deployment.Methods in com.google.cloud.apigeeregistry.v1 that return types with arguments of type ApiDeployment Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ApiDeployment>
RegistryGrpc.RegistryFutureStub. createApiDeployment(CreateApiDeploymentRequest request)
Creates a specified deployment.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.com.google.common.util.concurrent.ListenableFuture<ApiDeployment>
RegistryGrpc.RegistryFutureStub. deleteApiDeploymentRevision(DeleteApiDeploymentRevisionRequest request)
Deletes a revision of a deployment.com.google.api.gax.rpc.UnaryCallable<DeleteApiDeploymentRevisionRequest,ApiDeployment>
RegistryClient. deleteApiDeploymentRevisionCallable()
Deletes a revision of a deployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteApiDeploymentRevisionRequest,ApiDeployment>
RegistrySettings.Builder. deleteApiDeploymentRevisionSettings()
Returns the builder for the settings used for calls to deleteApiDeploymentRevision.com.google.api.gax.rpc.UnaryCallSettings<DeleteApiDeploymentRevisionRequest,ApiDeployment>
RegistrySettings. deleteApiDeploymentRevisionSettings()
Returns the object with the settings used for calls to deleteApiDeploymentRevision.com.google.common.util.concurrent.ListenableFuture<ApiDeployment>
RegistryGrpc.RegistryFutureStub. getApiDeployment(GetApiDeploymentRequest request)
Returns a specified deployment.com.google.api.gax.rpc.UnaryCallable<GetApiDeploymentRequest,ApiDeployment>
RegistryClient. getApiDeploymentCallable()
Returns a specified deployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetApiDeploymentRequest,ApiDeployment>
RegistrySettings.Builder. getApiDeploymentSettings()
Returns the builder for the settings used for calls to getApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<GetApiDeploymentRequest,ApiDeployment>
RegistrySettings. getApiDeploymentSettings()
Returns the object with the settings used for calls to getApiDeployment.List<ApiDeployment>
ListApiDeploymentRevisionsResponse.Builder. getApiDeploymentsList()
The revisions of the deployment.List<ApiDeployment>
ListApiDeploymentRevisionsResponse. getApiDeploymentsList()
The revisions of the deployment.List<ApiDeployment>
ListApiDeploymentRevisionsResponseOrBuilder. getApiDeploymentsList()
The revisions of the deployment.List<ApiDeployment>
ListApiDeploymentsResponse.Builder. getApiDeploymentsList()
The deployments from the specified publisher.List<ApiDeployment>
ListApiDeploymentsResponse. getApiDeploymentsList()
The deployments from the specified publisher.List<ApiDeployment>
ListApiDeploymentsResponseOrBuilder. getApiDeploymentsList()
The deployments from the specified publisher.static io.grpc.MethodDescriptor<CreateApiDeploymentRequest,ApiDeployment>
RegistryGrpc. getCreateApiDeploymentMethod()
static io.grpc.MethodDescriptor<DeleteApiDeploymentRevisionRequest,ApiDeployment>
RegistryGrpc. getDeleteApiDeploymentRevisionMethod()
static io.grpc.MethodDescriptor<GetApiDeploymentRequest,ApiDeployment>
RegistryGrpc. getGetApiDeploymentMethod()
com.google.protobuf.Parser<ApiDeployment>
ApiDeployment. getParserForType()
static io.grpc.MethodDescriptor<RollbackApiDeploymentRequest,ApiDeployment>
RegistryGrpc. getRollbackApiDeploymentMethod()
static io.grpc.MethodDescriptor<TagApiDeploymentRevisionRequest,ApiDeployment>
RegistryGrpc. getTagApiDeploymentRevisionMethod()
static io.grpc.MethodDescriptor<UpdateApiDeploymentRequest,ApiDeployment>
RegistryGrpc. getUpdateApiDeploymentMethod()
static com.google.protobuf.Parser<ApiDeployment>
ApiDeployment. parser()
com.google.common.util.concurrent.ListenableFuture<ApiDeployment>
RegistryGrpc.RegistryFutureStub. rollbackApiDeployment(RollbackApiDeploymentRequest request)
Sets the current revision to a specified prior revision.com.google.api.gax.rpc.UnaryCallable<RollbackApiDeploymentRequest,ApiDeployment>
RegistryClient. rollbackApiDeploymentCallable()
Sets the current revision to a specified prior revision.com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackApiDeploymentRequest,ApiDeployment>
RegistrySettings.Builder. rollbackApiDeploymentSettings()
Returns the builder for the settings used for calls to rollbackApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<RollbackApiDeploymentRequest,ApiDeployment>
RegistrySettings. rollbackApiDeploymentSettings()
Returns the object with the settings used for calls to rollbackApiDeployment.com.google.common.util.concurrent.ListenableFuture<ApiDeployment>
RegistryGrpc.RegistryFutureStub. tagApiDeploymentRevision(TagApiDeploymentRevisionRequest request)
Adds a tag to a specified revision of a deployment.com.google.api.gax.rpc.UnaryCallable<TagApiDeploymentRevisionRequest,ApiDeployment>
RegistryClient. tagApiDeploymentRevisionCallable()
Adds a tag to a specified revision of a deployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<TagApiDeploymentRevisionRequest,ApiDeployment>
RegistrySettings.Builder. tagApiDeploymentRevisionSettings()
Returns the builder for the settings used for calls to tagApiDeploymentRevision.com.google.api.gax.rpc.UnaryCallSettings<TagApiDeploymentRevisionRequest,ApiDeployment>
RegistrySettings. tagApiDeploymentRevisionSettings()
Returns the object with the settings used for calls to tagApiDeploymentRevision.com.google.common.util.concurrent.ListenableFuture<ApiDeployment>
RegistryGrpc.RegistryFutureStub. updateApiDeployment(UpdateApiDeploymentRequest request)
Used to modify a specified deployment.com.google.api.gax.rpc.UnaryCallable<UpdateApiDeploymentRequest,ApiDeployment>
RegistryClient. updateApiDeploymentCallable()
Used to modify a specified deployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateApiDeploymentRequest,ApiDeployment>
RegistrySettings.Builder. updateApiDeploymentSettings()
Returns the builder for the settings used for calls to updateApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<UpdateApiDeploymentRequest,ApiDeployment>
RegistrySettings. updateApiDeploymentSettings()
Returns the object with the settings used for calls to updateApiDeployment.Methods in com.google.cloud.apigeeregistry.v1 with parameters of type ApiDeployment Modifier and Type Method Description ListApiDeploymentRevisionsResponse.Builder
ListApiDeploymentRevisionsResponse.Builder. addApiDeployments(int index, ApiDeployment value)
The revisions of the deployment.ListApiDeploymentRevisionsResponse.Builder
ListApiDeploymentRevisionsResponse.Builder. addApiDeployments(ApiDeployment value)
The revisions of the deployment.ListApiDeploymentsResponse.Builder
ListApiDeploymentsResponse.Builder. addApiDeployments(int index, ApiDeployment value)
The deployments from the specified publisher.ListApiDeploymentsResponse.Builder
ListApiDeploymentsResponse.Builder. addApiDeployments(ApiDeployment value)
The deployments from the specified publisher.ApiDeployment
RegistryClient. createApiDeployment(ApiName parent, ApiDeployment apiDeployment, String apiDeploymentId)
Creates a specified deployment.ApiDeployment
RegistryClient. createApiDeployment(String parent, ApiDeployment apiDeployment, String apiDeploymentId)
Creates a specified deployment.CreateApiDeploymentRequest.Builder
CreateApiDeploymentRequest.Builder. mergeApiDeployment(ApiDeployment value)
Required.UpdateApiDeploymentRequest.Builder
UpdateApiDeploymentRequest.Builder. mergeApiDeployment(ApiDeployment value)
Required.ApiDeployment.Builder
ApiDeployment.Builder. mergeFrom(ApiDeployment other)
static ApiDeployment.Builder
ApiDeployment. newBuilder(ApiDeployment prototype)
CreateApiDeploymentRequest.Builder
CreateApiDeploymentRequest.Builder. setApiDeployment(ApiDeployment value)
Required.UpdateApiDeploymentRequest.Builder
UpdateApiDeploymentRequest.Builder. setApiDeployment(ApiDeployment value)
Required.ListApiDeploymentRevisionsResponse.Builder
ListApiDeploymentRevisionsResponse.Builder. setApiDeployments(int index, ApiDeployment value)
The revisions of the deployment.ListApiDeploymentsResponse.Builder
ListApiDeploymentsResponse.Builder. setApiDeployments(int index, ApiDeployment value)
The deployments from the specified publisher.ApiDeployment
RegistryClient. updateApiDeployment(ApiDeployment apiDeployment, com.google.protobuf.FieldMask updateMask)
Used to modify a specified deployment.Method parameters in com.google.cloud.apigeeregistry.v1 with type arguments of type ApiDeployment Modifier and Type Method Description ListApiDeploymentRevisionsResponse.Builder
ListApiDeploymentRevisionsResponse.Builder. addAllApiDeployments(Iterable<? extends ApiDeployment> values)
The revisions of the deployment.ListApiDeploymentsResponse.Builder
ListApiDeploymentsResponse.Builder. addAllApiDeployments(Iterable<? extends ApiDeployment> values)
The deployments from the specified publisher.default void
RegistryGrpc.AsyncService. createApiDeployment(CreateApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Creates a specified deployment.void
RegistryGrpc.RegistryStub. createApiDeployment(CreateApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Creates a specified deployment.static com.google.api.core.ApiFuture<RegistryClient.ListApiDeploymentRevisionsPagedResponse>
RegistryClient.ListApiDeploymentRevisionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListApiDeploymentRevisionsRequest,ListApiDeploymentRevisionsResponse,ApiDeployment> context, com.google.api.core.ApiFuture<ListApiDeploymentRevisionsResponse> futureResponse)
static com.google.api.core.ApiFuture<RegistryClient.ListApiDeploymentsPagedResponse>
RegistryClient.ListApiDeploymentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListApiDeploymentsRequest,ListApiDeploymentsResponse,ApiDeployment> context, com.google.api.core.ApiFuture<ListApiDeploymentsResponse> futureResponse)
protected RegistryClient.ListApiDeploymentRevisionsPage
RegistryClient.ListApiDeploymentRevisionsPage. createPage(com.google.api.gax.rpc.PageContext<ListApiDeploymentRevisionsRequest,ListApiDeploymentRevisionsResponse,ApiDeployment> context, ListApiDeploymentRevisionsResponse response)
protected RegistryClient.ListApiDeploymentsPage
RegistryClient.ListApiDeploymentsPage. createPage(com.google.api.gax.rpc.PageContext<ListApiDeploymentsRequest,ListApiDeploymentsResponse,ApiDeployment> context, ListApiDeploymentsResponse response)
com.google.api.core.ApiFuture<RegistryClient.ListApiDeploymentRevisionsPage>
RegistryClient.ListApiDeploymentRevisionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListApiDeploymentRevisionsRequest,ListApiDeploymentRevisionsResponse,ApiDeployment> context, com.google.api.core.ApiFuture<ListApiDeploymentRevisionsResponse> futureResponse)
com.google.api.core.ApiFuture<RegistryClient.ListApiDeploymentsPage>
RegistryClient.ListApiDeploymentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListApiDeploymentsRequest,ListApiDeploymentsResponse,ApiDeployment> context, com.google.api.core.ApiFuture<ListApiDeploymentsResponse> futureResponse)
default void
RegistryGrpc.AsyncService. deleteApiDeploymentRevision(DeleteApiDeploymentRevisionRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Deletes a revision of a deployment.void
RegistryGrpc.RegistryStub. deleteApiDeploymentRevision(DeleteApiDeploymentRevisionRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Deletes a revision of a deployment.default void
RegistryGrpc.AsyncService. getApiDeployment(GetApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Returns a specified deployment.void
RegistryGrpc.RegistryStub. getApiDeployment(GetApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Returns a specified deployment.default void
RegistryGrpc.AsyncService. rollbackApiDeployment(RollbackApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Sets the current revision to a specified prior revision.void
RegistryGrpc.RegistryStub. rollbackApiDeployment(RollbackApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Sets the current revision to a specified prior revision.default void
RegistryGrpc.AsyncService. tagApiDeploymentRevision(TagApiDeploymentRevisionRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Adds a tag to a specified revision of a deployment.void
RegistryGrpc.RegistryStub. tagApiDeploymentRevision(TagApiDeploymentRevisionRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Adds a tag to a specified revision of a deployment.default void
RegistryGrpc.AsyncService. updateApiDeployment(UpdateApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Used to modify a specified deployment.void
RegistryGrpc.RegistryStub. updateApiDeployment(UpdateApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Used to modify a specified deployment. -
Uses of ApiDeployment in com.google.cloud.apigeeregistry.v1.stub
Methods in com.google.cloud.apigeeregistry.v1.stub that return types with arguments of type ApiDeployment 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.com.google.api.gax.rpc.UnaryCallable<DeleteApiDeploymentRevisionRequest,ApiDeployment>
GrpcRegistryStub. deleteApiDeploymentRevisionCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteApiDeploymentRevisionRequest,ApiDeployment>
HttpJsonRegistryStub. deleteApiDeploymentRevisionCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteApiDeploymentRevisionRequest,ApiDeployment>
RegistryStub. deleteApiDeploymentRevisionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteApiDeploymentRevisionRequest,ApiDeployment>
RegistryStubSettings.Builder. deleteApiDeploymentRevisionSettings()
Returns the builder for the settings used for calls to deleteApiDeploymentRevision.com.google.api.gax.rpc.UnaryCallSettings<DeleteApiDeploymentRevisionRequest,ApiDeployment>
RegistryStubSettings. deleteApiDeploymentRevisionSettings()
Returns the object with the settings used for calls to deleteApiDeploymentRevision.com.google.api.gax.rpc.UnaryCallable<GetApiDeploymentRequest,ApiDeployment>
GrpcRegistryStub. getApiDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<GetApiDeploymentRequest,ApiDeployment>
HttpJsonRegistryStub. getApiDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<GetApiDeploymentRequest,ApiDeployment>
RegistryStub. getApiDeploymentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetApiDeploymentRequest,ApiDeployment>
RegistryStubSettings.Builder. getApiDeploymentSettings()
Returns the builder for the settings used for calls to getApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<GetApiDeploymentRequest,ApiDeployment>
RegistryStubSettings. getApiDeploymentSettings()
Returns the object with the settings used for calls to getApiDeployment.com.google.api.gax.rpc.UnaryCallable<RollbackApiDeploymentRequest,ApiDeployment>
GrpcRegistryStub. rollbackApiDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<RollbackApiDeploymentRequest,ApiDeployment>
HttpJsonRegistryStub. rollbackApiDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<RollbackApiDeploymentRequest,ApiDeployment>
RegistryStub. rollbackApiDeploymentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackApiDeploymentRequest,ApiDeployment>
RegistryStubSettings.Builder. rollbackApiDeploymentSettings()
Returns the builder for the settings used for calls to rollbackApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<RollbackApiDeploymentRequest,ApiDeployment>
RegistryStubSettings. rollbackApiDeploymentSettings()
Returns the object with the settings used for calls to rollbackApiDeployment.com.google.api.gax.rpc.UnaryCallable<TagApiDeploymentRevisionRequest,ApiDeployment>
GrpcRegistryStub. tagApiDeploymentRevisionCallable()
com.google.api.gax.rpc.UnaryCallable<TagApiDeploymentRevisionRequest,ApiDeployment>
HttpJsonRegistryStub. tagApiDeploymentRevisionCallable()
com.google.api.gax.rpc.UnaryCallable<TagApiDeploymentRevisionRequest,ApiDeployment>
RegistryStub. tagApiDeploymentRevisionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<TagApiDeploymentRevisionRequest,ApiDeployment>
RegistryStubSettings.Builder. tagApiDeploymentRevisionSettings()
Returns the builder for the settings used for calls to tagApiDeploymentRevision.com.google.api.gax.rpc.UnaryCallSettings<TagApiDeploymentRevisionRequest,ApiDeployment>
RegistryStubSettings. tagApiDeploymentRevisionSettings()
Returns the object with the settings used for calls to tagApiDeploymentRevision.com.google.api.gax.rpc.UnaryCallable<UpdateApiDeploymentRequest,ApiDeployment>
GrpcRegistryStub. updateApiDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateApiDeploymentRequest,ApiDeployment>
HttpJsonRegistryStub. updateApiDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateApiDeploymentRequest,ApiDeployment>
RegistryStub. updateApiDeploymentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateApiDeploymentRequest,ApiDeployment>
RegistryStubSettings.Builder. updateApiDeploymentSettings()
Returns the builder for the settings used for calls to updateApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<UpdateApiDeploymentRequest,ApiDeployment>
RegistryStubSettings. updateApiDeploymentSettings()
Returns the object with the settings used for calls to updateApiDeployment.
-