Uses of Interface
com.google.cloud.lifesciences.v2beta.MountOrBuilder
-
Packages that use MountOrBuilder Package Description com.google.cloud.lifesciences.v2beta A client to Cloud Life Sciences API -
-
Uses of MountOrBuilder in com.google.cloud.lifesciences.v2beta
Classes in com.google.cloud.lifesciences.v2beta that implement MountOrBuilder Modifier and Type Class Description class
Mount
Carries information about a particular disk mount inside a container.static class
Mount.Builder
Carries information about a particular disk mount inside a container.Methods in com.google.cloud.lifesciences.v2beta that return MountOrBuilder Modifier and Type Method Description MountOrBuilder
Action.Builder. getMountsOrBuilder(int index)
A list of mounts to make available to the action.MountOrBuilder
Action. getMountsOrBuilder(int index)
A list of mounts to make available to the action.MountOrBuilder
ActionOrBuilder. getMountsOrBuilder(int index)
A list of mounts to make available to the action.Methods in com.google.cloud.lifesciences.v2beta that return types with arguments of type MountOrBuilder Modifier and Type Method Description List<? extends MountOrBuilder>
Action.Builder. getMountsOrBuilderList()
A list of mounts to make available to the action.List<? extends MountOrBuilder>
Action. getMountsOrBuilderList()
A list of mounts to make available to the action.List<? extends MountOrBuilder>
ActionOrBuilder. getMountsOrBuilderList()
A list of mounts to make available to the action.
-