Uses of Class
com.google.devtools.artifactregistry.v1beta2.ImportYumArtifactsRequest
-
Packages that use ImportYumArtifactsRequest Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1beta2.stub -
-
Uses of ImportYumArtifactsRequest in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return ImportYumArtifactsRequest Modifier and Type Method Description ImportYumArtifactsRequest
ImportYumArtifactsRequest.Builder. build()
ImportYumArtifactsRequest
ImportYumArtifactsRequest.Builder. buildPartial()
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. getDefaultInstance()
ImportYumArtifactsRequest
ImportYumArtifactsRequest.Builder. getDefaultInstanceForType()
ImportYumArtifactsRequest
ImportYumArtifactsRequest. getDefaultInstanceForType()
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. parseDelimitedFrom(InputStream input)
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. parseFrom(byte[] data)
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. parseFrom(com.google.protobuf.ByteString data)
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. parseFrom(InputStream input)
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. parseFrom(ByteBuffer data)
static ImportYumArtifactsRequest
ImportYumArtifactsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.artifactregistry.v1beta2 that return types with arguments of type ImportYumArtifactsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ImportYumArtifactsRequest,com.google.longrunning.Operation>
ArtifactRegistryGrpc. getImportYumArtifactsMethod()
com.google.protobuf.Parser<ImportYumArtifactsRequest>
ImportYumArtifactsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ImportYumArtifactsRequest,com.google.longrunning.Operation>
ArtifactRegistryClient. importYumArtifactsCallable()
Imports Yum (RPM) artifacts.com.google.api.gax.rpc.OperationCallable<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata>
ArtifactRegistryClient. importYumArtifactsOperationCallable()
Imports Yum (RPM) artifacts.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata>
ArtifactRegistrySettings.Builder. importYumArtifactsOperationSettings()
Returns the builder for the settings used for calls to importYumArtifacts.com.google.api.gax.rpc.OperationCallSettings<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata>
ArtifactRegistrySettings. importYumArtifactsOperationSettings()
Returns the object with the settings used for calls to importYumArtifacts.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportYumArtifactsRequest,com.google.longrunning.Operation>
ArtifactRegistrySettings.Builder. importYumArtifactsSettings()
Returns the builder for the settings used for calls to importYumArtifacts.com.google.api.gax.rpc.UnaryCallSettings<ImportYumArtifactsRequest,com.google.longrunning.Operation>
ArtifactRegistrySettings. importYumArtifactsSettings()
Returns the object with the settings used for calls to importYumArtifacts.static com.google.protobuf.Parser<ImportYumArtifactsRequest>
ImportYumArtifactsRequest. parser()
Methods in com.google.devtools.artifactregistry.v1beta2 with parameters of type ImportYumArtifactsRequest Modifier and Type Method Description com.google.longrunning.Operation
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub. importYumArtifacts(ImportYumArtifactsRequest request)
Imports Yum (RPM) artifacts.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
ArtifactRegistryGrpc.ArtifactRegistryFutureStub. importYumArtifacts(ImportYumArtifactsRequest request)
Imports Yum (RPM) artifacts.void
ArtifactRegistryGrpc.ArtifactRegistryStub. importYumArtifacts(ImportYumArtifactsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Imports Yum (RPM) artifacts.default void
ArtifactRegistryGrpc.AsyncService. importYumArtifacts(ImportYumArtifactsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Imports Yum (RPM) artifacts.com.google.api.gax.longrunning.OperationFuture<ImportYumArtifactsResponse,ImportYumArtifactsMetadata>
ArtifactRegistryClient. importYumArtifactsAsync(ImportYumArtifactsRequest request)
Imports Yum (RPM) artifacts.ImportYumArtifactsRequest.Builder
ImportYumArtifactsRequest.Builder. mergeFrom(ImportYumArtifactsRequest other)
static ImportYumArtifactsRequest.Builder
ImportYumArtifactsRequest. newBuilder(ImportYumArtifactsRequest prototype)
-
Uses of ImportYumArtifactsRequest in com.google.devtools.artifactregistry.v1beta2.stub
Methods in com.google.devtools.artifactregistry.v1beta2.stub that return types with arguments of type ImportYumArtifactsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ImportYumArtifactsRequest,com.google.longrunning.Operation>
ArtifactRegistryStub. importYumArtifactsCallable()
com.google.api.gax.rpc.UnaryCallable<ImportYumArtifactsRequest,com.google.longrunning.Operation>
GrpcArtifactRegistryStub. importYumArtifactsCallable()
com.google.api.gax.rpc.UnaryCallable<ImportYumArtifactsRequest,com.google.longrunning.Operation>
HttpJsonArtifactRegistryStub. importYumArtifactsCallable()
com.google.api.gax.rpc.OperationCallable<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata>
ArtifactRegistryStub. importYumArtifactsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata>
GrpcArtifactRegistryStub. importYumArtifactsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata>
HttpJsonArtifactRegistryStub. importYumArtifactsOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata>
ArtifactRegistryStubSettings.Builder. importYumArtifactsOperationSettings()
Returns the builder for the settings used for calls to importYumArtifacts.com.google.api.gax.rpc.OperationCallSettings<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata>
ArtifactRegistryStubSettings. importYumArtifactsOperationSettings()
Returns the object with the settings used for calls to importYumArtifacts.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportYumArtifactsRequest,com.google.longrunning.Operation>
ArtifactRegistryStubSettings.Builder. importYumArtifactsSettings()
Returns the builder for the settings used for calls to importYumArtifacts.com.google.api.gax.rpc.UnaryCallSettings<ImportYumArtifactsRequest,com.google.longrunning.Operation>
ArtifactRegistryStubSettings. importYumArtifactsSettings()
Returns the object with the settings used for calls to importYumArtifacts.
-