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