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 CreateApiSpecRequest
CreateApiSpecRequest.Builder. build()
CreateApiSpecRequest
CreateApiSpecRequest.Builder. buildPartial()
static CreateApiSpecRequest
CreateApiSpecRequest. getDefaultInstance()
CreateApiSpecRequest
CreateApiSpecRequest.Builder. getDefaultInstanceForType()
CreateApiSpecRequest
CreateApiSpecRequest. getDefaultInstanceForType()
static CreateApiSpecRequest
CreateApiSpecRequest. parseDelimitedFrom(InputStream input)
static CreateApiSpecRequest
CreateApiSpecRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApiSpecRequest
CreateApiSpecRequest. parseFrom(byte[] data)
static CreateApiSpecRequest
CreateApiSpecRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApiSpecRequest
CreateApiSpecRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateApiSpecRequest
CreateApiSpecRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApiSpecRequest
CreateApiSpecRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateApiSpecRequest
CreateApiSpecRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApiSpecRequest
CreateApiSpecRequest. parseFrom(InputStream input)
static CreateApiSpecRequest
CreateApiSpecRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateApiSpecRequest
CreateApiSpecRequest. parseFrom(ByteBuffer data)
static CreateApiSpecRequest
CreateApiSpecRequest. 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 ApiSpec
RegistryClient. createApiSpec(CreateApiSpecRequest request)
Creates a specified spec.default void
RegistryGrpc.AsyncService. createApiSpec(CreateApiSpecRequest request, io.grpc.stub.StreamObserver<ApiSpec> responseObserver)
Creates a specified spec.ApiSpec
RegistryGrpc.RegistryBlockingStub. createApiSpec(CreateApiSpecRequest request)
Creates a specified spec.com.google.common.util.concurrent.ListenableFuture<ApiSpec>
RegistryGrpc.RegistryFutureStub. createApiSpec(CreateApiSpecRequest request)
Creates a specified spec.void
RegistryGrpc.RegistryStub. createApiSpec(CreateApiSpecRequest request, io.grpc.stub.StreamObserver<ApiSpec> responseObserver)
Creates a specified spec.CreateApiSpecRequest.Builder
CreateApiSpecRequest.Builder. mergeFrom(CreateApiSpecRequest other)
static CreateApiSpecRequest.Builder
CreateApiSpecRequest. 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.
-