Uses of Class
com.google.devtools.artifactregistry.v1.MavenArtifact
-
Packages that use MavenArtifact Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1.stub -
-
Uses of MavenArtifact in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return MavenArtifact Modifier and Type Method Description MavenArtifact
MavenArtifact.Builder. build()
MavenArtifact
MavenArtifact.Builder. buildPartial()
static MavenArtifact
MavenArtifact. getDefaultInstance()
MavenArtifact
MavenArtifact.Builder. getDefaultInstanceForType()
MavenArtifact
MavenArtifact. getDefaultInstanceForType()
MavenArtifact
ArtifactRegistryClient. getMavenArtifact(GetMavenArtifactRequest request)
Gets a maven artifact.MavenArtifact
ArtifactRegistryClient. getMavenArtifact(MavenArtifactName name)
Gets a maven artifact.MavenArtifact
ArtifactRegistryClient. getMavenArtifact(String name)
Gets a maven artifact.MavenArtifact
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub. getMavenArtifact(GetMavenArtifactRequest request)
Gets a maven artifact.MavenArtifact
ListMavenArtifactsResponse.Builder. getMavenArtifacts(int index)
The maven artifacts returned.MavenArtifact
ListMavenArtifactsResponse. getMavenArtifacts(int index)
The maven artifacts returned.MavenArtifact
ListMavenArtifactsResponseOrBuilder. getMavenArtifacts(int index)
The maven artifacts returned.static MavenArtifact
MavenArtifact. parseDelimitedFrom(InputStream input)
static MavenArtifact
MavenArtifact. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MavenArtifact
MavenArtifact. parseFrom(byte[] data)
static MavenArtifact
MavenArtifact. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MavenArtifact
MavenArtifact. parseFrom(com.google.protobuf.ByteString data)
static MavenArtifact
MavenArtifact. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MavenArtifact
MavenArtifact. parseFrom(com.google.protobuf.CodedInputStream input)
static MavenArtifact
MavenArtifact. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MavenArtifact
MavenArtifact. parseFrom(InputStream input)
static MavenArtifact
MavenArtifact. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MavenArtifact
MavenArtifact. parseFrom(ByteBuffer data)
static MavenArtifact
MavenArtifact. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type MavenArtifact Modifier and Type Method Description static io.grpc.MethodDescriptor<GetMavenArtifactRequest,MavenArtifact>
ArtifactRegistryGrpc. getGetMavenArtifactMethod()
com.google.common.util.concurrent.ListenableFuture<MavenArtifact>
ArtifactRegistryGrpc.ArtifactRegistryFutureStub. getMavenArtifact(GetMavenArtifactRequest request)
Gets a maven artifact.com.google.api.gax.rpc.UnaryCallable<GetMavenArtifactRequest,MavenArtifact>
ArtifactRegistryClient. getMavenArtifactCallable()
Gets a maven artifact.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMavenArtifactRequest,MavenArtifact>
ArtifactRegistrySettings.Builder. getMavenArtifactSettings()
Returns the builder for the settings used for calls to getMavenArtifact.com.google.api.gax.rpc.UnaryCallSettings<GetMavenArtifactRequest,MavenArtifact>
ArtifactRegistrySettings. getMavenArtifactSettings()
Returns the object with the settings used for calls to getMavenArtifact.List<MavenArtifact>
ListMavenArtifactsResponse.Builder. getMavenArtifactsList()
The maven artifacts returned.List<MavenArtifact>
ListMavenArtifactsResponse. getMavenArtifactsList()
The maven artifacts returned.List<MavenArtifact>
ListMavenArtifactsResponseOrBuilder. getMavenArtifactsList()
The maven artifacts returned.com.google.protobuf.Parser<MavenArtifact>
MavenArtifact. getParserForType()
static com.google.protobuf.Parser<MavenArtifact>
MavenArtifact. parser()
Methods in com.google.devtools.artifactregistry.v1 with parameters of type MavenArtifact Modifier and Type Method Description ListMavenArtifactsResponse.Builder
ListMavenArtifactsResponse.Builder. addMavenArtifacts(int index, MavenArtifact value)
The maven artifacts returned.ListMavenArtifactsResponse.Builder
ListMavenArtifactsResponse.Builder. addMavenArtifacts(MavenArtifact value)
The maven artifacts returned.MavenArtifact.Builder
MavenArtifact.Builder. mergeFrom(MavenArtifact other)
static MavenArtifact.Builder
MavenArtifact. newBuilder(MavenArtifact prototype)
ListMavenArtifactsResponse.Builder
ListMavenArtifactsResponse.Builder. setMavenArtifacts(int index, MavenArtifact value)
The maven artifacts returned.Method parameters in com.google.devtools.artifactregistry.v1 with type arguments of type MavenArtifact Modifier and Type Method Description ListMavenArtifactsResponse.Builder
ListMavenArtifactsResponse.Builder. addAllMavenArtifacts(Iterable<? extends MavenArtifact> values)
The maven artifacts returned.static com.google.api.core.ApiFuture<ArtifactRegistryClient.ListMavenArtifactsPagedResponse>
ArtifactRegistryClient.ListMavenArtifactsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMavenArtifactsRequest,ListMavenArtifactsResponse,MavenArtifact> context, com.google.api.core.ApiFuture<ListMavenArtifactsResponse> futureResponse)
protected ArtifactRegistryClient.ListMavenArtifactsPage
ArtifactRegistryClient.ListMavenArtifactsPage. createPage(com.google.api.gax.rpc.PageContext<ListMavenArtifactsRequest,ListMavenArtifactsResponse,MavenArtifact> context, ListMavenArtifactsResponse response)
com.google.api.core.ApiFuture<ArtifactRegistryClient.ListMavenArtifactsPage>
ArtifactRegistryClient.ListMavenArtifactsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMavenArtifactsRequest,ListMavenArtifactsResponse,MavenArtifact> context, com.google.api.core.ApiFuture<ListMavenArtifactsResponse> futureResponse)
void
ArtifactRegistryGrpc.ArtifactRegistryStub. getMavenArtifact(GetMavenArtifactRequest request, io.grpc.stub.StreamObserver<MavenArtifact> responseObserver)
Gets a maven artifact.default void
ArtifactRegistryGrpc.AsyncService. getMavenArtifact(GetMavenArtifactRequest request, io.grpc.stub.StreamObserver<MavenArtifact> responseObserver)
Gets a maven artifact. -
Uses of MavenArtifact in com.google.devtools.artifactregistry.v1.stub
Methods in com.google.devtools.artifactregistry.v1.stub that return types with arguments of type MavenArtifact Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetMavenArtifactRequest,MavenArtifact>
ArtifactRegistryStub. getMavenArtifactCallable()
com.google.api.gax.rpc.UnaryCallable<GetMavenArtifactRequest,MavenArtifact>
GrpcArtifactRegistryStub. getMavenArtifactCallable()
com.google.api.gax.rpc.UnaryCallable<GetMavenArtifactRequest,MavenArtifact>
HttpJsonArtifactRegistryStub. getMavenArtifactCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMavenArtifactRequest,MavenArtifact>
ArtifactRegistryStubSettings.Builder. getMavenArtifactSettings()
Returns the builder for the settings used for calls to getMavenArtifact.com.google.api.gax.rpc.UnaryCallSettings<GetMavenArtifactRequest,MavenArtifact>
ArtifactRegistryStubSettings. getMavenArtifactSettings()
Returns the object with the settings used for calls to getMavenArtifact.
-