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