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