Uses of Class
com.google.cloud.lifesciences.v2beta.Mount
-
Packages that use Mount Package Description com.google.cloud.lifesciences.v2beta A client to Cloud Life Sciences API -
-
Uses of Mount in com.google.cloud.lifesciences.v2beta
Methods in com.google.cloud.lifesciences.v2beta that return Mount Modifier and Type Method Description MountMount.Builder. build()MountMount.Builder. buildPartial()static MountMount. getDefaultInstance()MountMount.Builder. getDefaultInstanceForType()MountMount. getDefaultInstanceForType()MountAction.Builder. getMounts(int index)A list of mounts to make available to the action.MountAction. getMounts(int index)A list of mounts to make available to the action.MountActionOrBuilder. getMounts(int index)A list of mounts to make available to the action.static MountMount. parseDelimitedFrom(InputStream input)static MountMount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MountMount. parseFrom(byte[] data)static MountMount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MountMount. parseFrom(com.google.protobuf.ByteString data)static MountMount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MountMount. parseFrom(com.google.protobuf.CodedInputStream input)static MountMount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MountMount. parseFrom(InputStream input)static MountMount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MountMount. parseFrom(ByteBuffer data)static MountMount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.lifesciences.v2beta that return types with arguments of type Mount Modifier and Type Method Description List<Mount>Action.Builder. getMountsList()A list of mounts to make available to the action.List<Mount>Action. getMountsList()A list of mounts to make available to the action.List<Mount>ActionOrBuilder. getMountsList()A list of mounts to make available to the action.com.google.protobuf.Parser<Mount>Mount. getParserForType()static com.google.protobuf.Parser<Mount>Mount. parser()Methods in com.google.cloud.lifesciences.v2beta with parameters of type Mount Modifier and Type Method Description Action.BuilderAction.Builder. addMounts(int index, Mount value)A list of mounts to make available to the action.Action.BuilderAction.Builder. addMounts(Mount value)A list of mounts to make available to the action.Mount.BuilderMount.Builder. mergeFrom(Mount other)static Mount.BuilderMount. newBuilder(Mount prototype)Action.BuilderAction.Builder. setMounts(int index, Mount value)A list of mounts to make available to the action.Method parameters in com.google.cloud.lifesciences.v2beta with type arguments of type Mount Modifier and Type Method Description Action.BuilderAction.Builder. addAllMounts(Iterable<? extends Mount> values)A list of mounts to make available to the action.
-