Uses of Class
com.google.devtools.artifactregistry.v1beta2.GetRepositoryRequest
-
Packages that use GetRepositoryRequest Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1beta2.stub -
-
Uses of GetRepositoryRequest in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return GetRepositoryRequest Modifier and Type Method Description GetRepositoryRequestGetRepositoryRequest.Builder. build()GetRepositoryRequestGetRepositoryRequest.Builder. buildPartial()static GetRepositoryRequestGetRepositoryRequest. getDefaultInstance()GetRepositoryRequestGetRepositoryRequest.Builder. getDefaultInstanceForType()GetRepositoryRequestGetRepositoryRequest. getDefaultInstanceForType()static GetRepositoryRequestGetRepositoryRequest. parseDelimitedFrom(InputStream input)static GetRepositoryRequestGetRepositoryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRepositoryRequestGetRepositoryRequest. parseFrom(byte[] data)static GetRepositoryRequestGetRepositoryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRepositoryRequestGetRepositoryRequest. parseFrom(com.google.protobuf.ByteString data)static GetRepositoryRequestGetRepositoryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRepositoryRequestGetRepositoryRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetRepositoryRequestGetRepositoryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRepositoryRequestGetRepositoryRequest. parseFrom(InputStream input)static GetRepositoryRequestGetRepositoryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRepositoryRequestGetRepositoryRequest. parseFrom(ByteBuffer data)static GetRepositoryRequestGetRepositoryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.artifactregistry.v1beta2 that return types with arguments of type GetRepositoryRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRepositoryRequest,Repository>ArtifactRegistryGrpc. getGetRepositoryMethod()com.google.protobuf.Parser<GetRepositoryRequest>GetRepositoryRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetRepositoryRequest,Repository>ArtifactRegistryClient. getRepositoryCallable()Gets a repository.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRepositoryRequest,Repository>ArtifactRegistrySettings.Builder. getRepositorySettings()Returns the builder for the settings used for calls to getRepository.com.google.api.gax.rpc.UnaryCallSettings<GetRepositoryRequest,Repository>ArtifactRegistrySettings. getRepositorySettings()Returns the object with the settings used for calls to getRepository.static com.google.protobuf.Parser<GetRepositoryRequest>GetRepositoryRequest. parser()Methods in com.google.devtools.artifactregistry.v1beta2 with parameters of type GetRepositoryRequest Modifier and Type Method Description RepositoryArtifactRegistryClient. getRepository(GetRepositoryRequest request)Gets a repository.RepositoryArtifactRegistryGrpc.ArtifactRegistryBlockingStub. getRepository(GetRepositoryRequest request)Gets a repository.com.google.common.util.concurrent.ListenableFuture<Repository>ArtifactRegistryGrpc.ArtifactRegistryFutureStub. getRepository(GetRepositoryRequest request)Gets a repository.voidArtifactRegistryGrpc.ArtifactRegistryStub. getRepository(GetRepositoryRequest request, io.grpc.stub.StreamObserver<Repository> responseObserver)Gets a repository.default voidArtifactRegistryGrpc.AsyncService. getRepository(GetRepositoryRequest request, io.grpc.stub.StreamObserver<Repository> responseObserver)Gets a repository.GetRepositoryRequest.BuilderGetRepositoryRequest.Builder. mergeFrom(GetRepositoryRequest other)static GetRepositoryRequest.BuilderGetRepositoryRequest. newBuilder(GetRepositoryRequest prototype) -
Uses of GetRepositoryRequest in com.google.devtools.artifactregistry.v1beta2.stub
Methods in com.google.devtools.artifactregistry.v1beta2.stub that return types with arguments of type GetRepositoryRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRepositoryRequest,Repository>ArtifactRegistryStub. getRepositoryCallable()com.google.api.gax.rpc.UnaryCallable<GetRepositoryRequest,Repository>GrpcArtifactRegistryStub. getRepositoryCallable()com.google.api.gax.rpc.UnaryCallable<GetRepositoryRequest,Repository>HttpJsonArtifactRegistryStub. getRepositoryCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRepositoryRequest,Repository>ArtifactRegistryStubSettings.Builder. getRepositorySettings()Returns the builder for the settings used for calls to getRepository.com.google.api.gax.rpc.UnaryCallSettings<GetRepositoryRequest,Repository>ArtifactRegistryStubSettings. getRepositorySettings()Returns the object with the settings used for calls to getRepository.
-