Uses of Class
com.google.devtools.artifactregistry.v1beta2.VersionView
-
Packages that use VersionView Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry API -
-
Uses of VersionView in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return VersionView Modifier and Type Method Description static VersionView
VersionView. forNumber(int value)
VersionView
GetVersionRequest.Builder. getView()
The view that should be returned in the response.VersionView
GetVersionRequest. getView()
The view that should be returned in the response.VersionView
GetVersionRequestOrBuilder. getView()
The view that should be returned in the response.VersionView
ListVersionsRequest.Builder. getView()
The view that should be returned in the response.VersionView
ListVersionsRequest. getView()
The view that should be returned in the response.VersionView
ListVersionsRequestOrBuilder. getView()
The view that should be returned in the response.static VersionView
VersionView. valueOf(int value)
Deprecated.static VersionView
VersionView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static VersionView
VersionView. valueOf(String name)
Returns the enum constant of this type with the specified name.static VersionView[]
VersionView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.artifactregistry.v1beta2 that return types with arguments of type VersionView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<VersionView>
VersionView. internalGetValueMap()
Methods in com.google.devtools.artifactregistry.v1beta2 with parameters of type VersionView Modifier and Type Method Description GetVersionRequest.Builder
GetVersionRequest.Builder. setView(VersionView value)
The view that should be returned in the response.ListVersionsRequest.Builder
ListVersionsRequest.Builder. setView(VersionView value)
The view that should be returned in the response.
-