Uses of Class
com.google.cloud.apigeeregistry.v1.RollbackApiDeploymentRequest
-
Packages that use RollbackApiDeploymentRequest Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry APIcom.google.cloud.apigeeregistry.v1.stub -
-
Uses of RollbackApiDeploymentRequest in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return RollbackApiDeploymentRequest Modifier and Type Method Description RollbackApiDeploymentRequest
RollbackApiDeploymentRequest.Builder. build()
RollbackApiDeploymentRequest
RollbackApiDeploymentRequest.Builder. buildPartial()
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. getDefaultInstance()
RollbackApiDeploymentRequest
RollbackApiDeploymentRequest.Builder. getDefaultInstanceForType()
RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. getDefaultInstanceForType()
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. parseDelimitedFrom(InputStream input)
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. parseFrom(byte[] data)
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. parseFrom(InputStream input)
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. parseFrom(ByteBuffer data)
static RollbackApiDeploymentRequest
RollbackApiDeploymentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.apigeeregistry.v1 that return types with arguments of type RollbackApiDeploymentRequest Modifier and Type Method Description com.google.protobuf.Parser<RollbackApiDeploymentRequest>
RollbackApiDeploymentRequest. getParserForType()
static io.grpc.MethodDescriptor<RollbackApiDeploymentRequest,ApiDeployment>
RegistryGrpc. getRollbackApiDeploymentMethod()
static com.google.protobuf.Parser<RollbackApiDeploymentRequest>
RollbackApiDeploymentRequest. parser()
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.Methods in com.google.cloud.apigeeregistry.v1 with parameters of type RollbackApiDeploymentRequest Modifier and Type Method Description RollbackApiDeploymentRequest.Builder
RollbackApiDeploymentRequest.Builder. mergeFrom(RollbackApiDeploymentRequest other)
static RollbackApiDeploymentRequest.Builder
RollbackApiDeploymentRequest. newBuilder(RollbackApiDeploymentRequest prototype)
ApiDeployment
RegistryClient. rollbackApiDeployment(RollbackApiDeploymentRequest request)
Sets the current revision to a specified prior revision.default void
RegistryGrpc.AsyncService. rollbackApiDeployment(RollbackApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Sets the current revision to a specified prior revision.ApiDeployment
RegistryGrpc.RegistryBlockingStub. rollbackApiDeployment(RollbackApiDeploymentRequest request)
Sets the current revision to a specified prior revision.com.google.common.util.concurrent.ListenableFuture<ApiDeployment>
RegistryGrpc.RegistryFutureStub. rollbackApiDeployment(RollbackApiDeploymentRequest request)
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. -
Uses of RollbackApiDeploymentRequest in com.google.cloud.apigeeregistry.v1.stub
Methods in com.google.cloud.apigeeregistry.v1.stub that return types with arguments of type RollbackApiDeploymentRequest Modifier and Type Method Description 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.
-