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