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 classMountCarries information about a particular disk mount inside a container.static classMount.BuilderCarries information about a particular disk mount inside a container.Methods in com.google.cloud.lifesciences.v2beta that return MountOrBuilder Modifier and Type Method Description MountOrBuilderAction.Builder. getMountsOrBuilder(int index)A list of mounts to make available to the action.MountOrBuilderAction. getMountsOrBuilder(int index)A list of mounts to make available to the action.MountOrBuilderActionOrBuilder. 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.
-