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