Uses of Class
com.google.cloud.apigeeregistry.v1.Artifact
-
Packages that use Artifact Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry APIcom.google.cloud.apigeeregistry.v1.stub -
-
Uses of Artifact in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return Artifact Modifier and Type Method Description Artifact
Artifact.Builder. build()
Artifact
Artifact.Builder. buildPartial()
Artifact
RegistryClient. createArtifact(ApiDeploymentName parent, Artifact artifact, String artifactId)
Creates a specified artifact.Artifact
RegistryClient. createArtifact(ApiName parent, Artifact artifact, String artifactId)
Creates a specified artifact.Artifact
RegistryClient. createArtifact(ApiSpecName parent, Artifact artifact, String artifactId)
Creates a specified artifact.Artifact
RegistryClient. createArtifact(ApiVersionName parent, Artifact artifact, String artifactId)
Creates a specified artifact.Artifact
RegistryClient. createArtifact(CreateArtifactRequest request)
Creates a specified artifact.Artifact
RegistryClient. createArtifact(LocationName parent, Artifact artifact, String artifactId)
Creates a specified artifact.Artifact
RegistryClient. createArtifact(String parent, Artifact artifact, String artifactId)
Creates a specified artifact.Artifact
RegistryGrpc.RegistryBlockingStub. createArtifact(CreateArtifactRequest request)
Creates a specified artifact.Artifact
CreateArtifactRequest.Builder. getArtifact()
Required.Artifact
CreateArtifactRequest. getArtifact()
Required.Artifact
CreateArtifactRequestOrBuilder. getArtifact()
Required.Artifact
RegistryClient. getArtifact(ArtifactName name)
Returns a specified artifact.Artifact
RegistryClient. getArtifact(GetArtifactRequest request)
Returns a specified artifact.Artifact
RegistryClient. getArtifact(String name)
Returns a specified artifact.Artifact
RegistryGrpc.RegistryBlockingStub. getArtifact(GetArtifactRequest request)
Returns a specified artifact.Artifact
ReplaceArtifactRequest.Builder. getArtifact()
Required.Artifact
ReplaceArtifactRequest. getArtifact()
Required.Artifact
ReplaceArtifactRequestOrBuilder. getArtifact()
Required.Artifact
ListArtifactsResponse.Builder. getArtifacts(int index)
The artifacts from the specified publisher.Artifact
ListArtifactsResponse. getArtifacts(int index)
The artifacts from the specified publisher.Artifact
ListArtifactsResponseOrBuilder. getArtifacts(int index)
The artifacts from the specified publisher.static Artifact
Artifact. getDefaultInstance()
Artifact
Artifact.Builder. getDefaultInstanceForType()
Artifact
Artifact. getDefaultInstanceForType()
static Artifact
Artifact. parseDelimitedFrom(InputStream input)
static Artifact
Artifact. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Artifact
Artifact. parseFrom(byte[] data)
static Artifact
Artifact. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Artifact
Artifact. parseFrom(com.google.protobuf.ByteString data)
static Artifact
Artifact. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Artifact
Artifact. parseFrom(com.google.protobuf.CodedInputStream input)
static Artifact
Artifact. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Artifact
Artifact. parseFrom(InputStream input)
static Artifact
Artifact. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Artifact
Artifact. parseFrom(ByteBuffer data)
static Artifact
Artifact. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Artifact
RegistryClient. replaceArtifact(Artifact artifact)
Used to replace a specified artifact.Artifact
RegistryClient. replaceArtifact(ReplaceArtifactRequest request)
Used to replace a specified artifact.Artifact
RegistryGrpc.RegistryBlockingStub. replaceArtifact(ReplaceArtifactRequest request)
Used to replace a specified artifact.Methods in com.google.cloud.apigeeregistry.v1 that return types with arguments of type Artifact Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Artifact>
RegistryGrpc.RegistryFutureStub. createArtifact(CreateArtifactRequest request)
Creates a specified artifact.com.google.api.gax.rpc.UnaryCallable<CreateArtifactRequest,Artifact>
RegistryClient. createArtifactCallable()
Creates a specified artifact.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateArtifactRequest,Artifact>
RegistrySettings.Builder. createArtifactSettings()
Returns the builder for the settings used for calls to createArtifact.com.google.api.gax.rpc.UnaryCallSettings<CreateArtifactRequest,Artifact>
RegistrySettings. createArtifactSettings()
Returns the object with the settings used for calls to createArtifact.com.google.common.util.concurrent.ListenableFuture<Artifact>
RegistryGrpc.RegistryFutureStub. getArtifact(GetArtifactRequest request)
Returns a specified artifact.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.List<Artifact>
ListArtifactsResponse.Builder. getArtifactsList()
The artifacts from the specified publisher.List<Artifact>
ListArtifactsResponse. getArtifactsList()
The artifacts from the specified publisher.List<Artifact>
ListArtifactsResponseOrBuilder. getArtifactsList()
The artifacts from the specified publisher.static io.grpc.MethodDescriptor<CreateArtifactRequest,Artifact>
RegistryGrpc. getCreateArtifactMethod()
static io.grpc.MethodDescriptor<GetArtifactRequest,Artifact>
RegistryGrpc. getGetArtifactMethod()
com.google.protobuf.Parser<Artifact>
Artifact. getParserForType()
static io.grpc.MethodDescriptor<ReplaceArtifactRequest,Artifact>
RegistryGrpc. getReplaceArtifactMethod()
static com.google.protobuf.Parser<Artifact>
Artifact. parser()
com.google.common.util.concurrent.ListenableFuture<Artifact>
RegistryGrpc.RegistryFutureStub. replaceArtifact(ReplaceArtifactRequest request)
Used to replace a specified artifact.com.google.api.gax.rpc.UnaryCallable<ReplaceArtifactRequest,Artifact>
RegistryClient. replaceArtifactCallable()
Used to replace a specified artifact.com.google.api.gax.rpc.UnaryCallSettings.Builder<ReplaceArtifactRequest,Artifact>
RegistrySettings.Builder. replaceArtifactSettings()
Returns the builder for the settings used for calls to replaceArtifact.com.google.api.gax.rpc.UnaryCallSettings<ReplaceArtifactRequest,Artifact>
RegistrySettings. replaceArtifactSettings()
Returns the object with the settings used for calls to replaceArtifact.Methods in com.google.cloud.apigeeregistry.v1 with parameters of type Artifact Modifier and Type Method Description ListArtifactsResponse.Builder
ListArtifactsResponse.Builder. addArtifacts(int index, Artifact value)
The artifacts from the specified publisher.ListArtifactsResponse.Builder
ListArtifactsResponse.Builder. addArtifacts(Artifact value)
The artifacts from the specified publisher.Artifact
RegistryClient. createArtifact(ApiDeploymentName parent, Artifact artifact, String artifactId)
Creates a specified artifact.Artifact
RegistryClient. createArtifact(ApiName parent, Artifact artifact, String artifactId)
Creates a specified artifact.Artifact
RegistryClient. createArtifact(ApiSpecName parent, Artifact artifact, String artifactId)
Creates a specified artifact.Artifact
RegistryClient. createArtifact(ApiVersionName parent, Artifact artifact, String artifactId)
Creates a specified artifact.Artifact
RegistryClient. createArtifact(LocationName parent, Artifact artifact, String artifactId)
Creates a specified artifact.Artifact
RegistryClient. createArtifact(String parent, Artifact artifact, String artifactId)
Creates a specified artifact.CreateArtifactRequest.Builder
CreateArtifactRequest.Builder. mergeArtifact(Artifact value)
Required.ReplaceArtifactRequest.Builder
ReplaceArtifactRequest.Builder. mergeArtifact(Artifact value)
Required.Artifact.Builder
Artifact.Builder. mergeFrom(Artifact other)
static Artifact.Builder
Artifact. newBuilder(Artifact prototype)
Artifact
RegistryClient. replaceArtifact(Artifact artifact)
Used to replace a specified artifact.CreateArtifactRequest.Builder
CreateArtifactRequest.Builder. setArtifact(Artifact value)
Required.ReplaceArtifactRequest.Builder
ReplaceArtifactRequest.Builder. setArtifact(Artifact value)
Required.ListArtifactsResponse.Builder
ListArtifactsResponse.Builder. setArtifacts(int index, Artifact value)
The artifacts from the specified publisher.Method parameters in com.google.cloud.apigeeregistry.v1 with type arguments of type Artifact Modifier and Type Method Description ListArtifactsResponse.Builder
ListArtifactsResponse.Builder. addAllArtifacts(Iterable<? extends Artifact> values)
The artifacts from the specified publisher.default void
RegistryGrpc.AsyncService. createArtifact(CreateArtifactRequest request, io.grpc.stub.StreamObserver<Artifact> responseObserver)
Creates a specified artifact.void
RegistryGrpc.RegistryStub. createArtifact(CreateArtifactRequest request, io.grpc.stub.StreamObserver<Artifact> responseObserver)
Creates a specified artifact.static com.google.api.core.ApiFuture<RegistryClient.ListArtifactsPagedResponse>
RegistryClient.ListArtifactsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListArtifactsRequest,ListArtifactsResponse,Artifact> context, com.google.api.core.ApiFuture<ListArtifactsResponse> futureResponse)
protected RegistryClient.ListArtifactsPage
RegistryClient.ListArtifactsPage. createPage(com.google.api.gax.rpc.PageContext<ListArtifactsRequest,ListArtifactsResponse,Artifact> context, ListArtifactsResponse response)
com.google.api.core.ApiFuture<RegistryClient.ListArtifactsPage>
RegistryClient.ListArtifactsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListArtifactsRequest,ListArtifactsResponse,Artifact> context, com.google.api.core.ApiFuture<ListArtifactsResponse> futureResponse)
default void
RegistryGrpc.AsyncService. getArtifact(GetArtifactRequest request, io.grpc.stub.StreamObserver<Artifact> responseObserver)
Returns a specified artifact.void
RegistryGrpc.RegistryStub. getArtifact(GetArtifactRequest request, io.grpc.stub.StreamObserver<Artifact> responseObserver)
Returns a specified artifact.default void
RegistryGrpc.AsyncService. replaceArtifact(ReplaceArtifactRequest request, io.grpc.stub.StreamObserver<Artifact> responseObserver)
Used to replace a specified artifact.void
RegistryGrpc.RegistryStub. replaceArtifact(ReplaceArtifactRequest request, io.grpc.stub.StreamObserver<Artifact> responseObserver)
Used to replace a specified artifact. -
Uses of Artifact in com.google.cloud.apigeeregistry.v1.stub
Methods in com.google.cloud.apigeeregistry.v1.stub that return types with arguments of type Artifact Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateArtifactRequest,Artifact>
GrpcRegistryStub. createArtifactCallable()
com.google.api.gax.rpc.UnaryCallable<CreateArtifactRequest,Artifact>
HttpJsonRegistryStub. createArtifactCallable()
com.google.api.gax.rpc.UnaryCallable<CreateArtifactRequest,Artifact>
RegistryStub. createArtifactCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateArtifactRequest,Artifact>
RegistryStubSettings.Builder. createArtifactSettings()
Returns the builder for the settings used for calls to createArtifact.com.google.api.gax.rpc.UnaryCallSettings<CreateArtifactRequest,Artifact>
RegistryStubSettings. createArtifactSettings()
Returns the object with the settings used for calls to createArtifact.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.com.google.api.gax.rpc.UnaryCallable<ReplaceArtifactRequest,Artifact>
GrpcRegistryStub. replaceArtifactCallable()
com.google.api.gax.rpc.UnaryCallable<ReplaceArtifactRequest,Artifact>
HttpJsonRegistryStub. replaceArtifactCallable()
com.google.api.gax.rpc.UnaryCallable<ReplaceArtifactRequest,Artifact>
RegistryStub. replaceArtifactCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ReplaceArtifactRequest,Artifact>
RegistryStubSettings.Builder. replaceArtifactSettings()
Returns the builder for the settings used for calls to replaceArtifact.com.google.api.gax.rpc.UnaryCallSettings<ReplaceArtifactRequest,Artifact>
RegistryStubSettings. replaceArtifactSettings()
Returns the object with the settings used for calls to replaceArtifact.
-