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