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