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 UpdateApiSpecRequest
UpdateApiSpecRequest.Builder. build()
UpdateApiSpecRequest
UpdateApiSpecRequest.Builder. buildPartial()
static UpdateApiSpecRequest
UpdateApiSpecRequest. getDefaultInstance()
UpdateApiSpecRequest
UpdateApiSpecRequest.Builder. getDefaultInstanceForType()
UpdateApiSpecRequest
UpdateApiSpecRequest. getDefaultInstanceForType()
static UpdateApiSpecRequest
UpdateApiSpecRequest. parseDelimitedFrom(InputStream input)
static UpdateApiSpecRequest
UpdateApiSpecRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApiSpecRequest
UpdateApiSpecRequest. parseFrom(byte[] data)
static UpdateApiSpecRequest
UpdateApiSpecRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApiSpecRequest
UpdateApiSpecRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateApiSpecRequest
UpdateApiSpecRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApiSpecRequest
UpdateApiSpecRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateApiSpecRequest
UpdateApiSpecRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApiSpecRequest
UpdateApiSpecRequest. parseFrom(InputStream input)
static UpdateApiSpecRequest
UpdateApiSpecRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApiSpecRequest
UpdateApiSpecRequest. parseFrom(ByteBuffer data)
static UpdateApiSpecRequest
UpdateApiSpecRequest. 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.Builder
UpdateApiSpecRequest.Builder. mergeFrom(UpdateApiSpecRequest other)
static UpdateApiSpecRequest.Builder
UpdateApiSpecRequest. newBuilder(UpdateApiSpecRequest prototype)
ApiSpec
RegistryClient. updateApiSpec(UpdateApiSpecRequest request)
Used to modify a specified spec.default void
RegistryGrpc.AsyncService. updateApiSpec(UpdateApiSpecRequest request, io.grpc.stub.StreamObserver<ApiSpec> responseObserver)
Used to modify a specified spec.ApiSpec
RegistryGrpc.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.void
RegistryGrpc.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.
-