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 Mount
Mount.Builder. build()
Mount
Mount.Builder. buildPartial()
static Mount
Mount. getDefaultInstance()
Mount
Mount.Builder. getDefaultInstanceForType()
Mount
Mount. getDefaultInstanceForType()
Mount
Action.Builder. getMounts(int index)
A list of mounts to make available to the action.Mount
Action. getMounts(int index)
A list of mounts to make available to the action.Mount
ActionOrBuilder. getMounts(int index)
A list of mounts to make available to the action.static Mount
Mount. parseDelimitedFrom(InputStream input)
static Mount
Mount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mount
Mount. parseFrom(byte[] data)
static Mount
Mount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mount
Mount. parseFrom(com.google.protobuf.ByteString data)
static Mount
Mount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mount
Mount. parseFrom(com.google.protobuf.CodedInputStream input)
static Mount
Mount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mount
Mount. parseFrom(InputStream input)
static Mount
Mount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mount
Mount. parseFrom(ByteBuffer data)
static Mount
Mount. 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.Builder
Action.Builder. addMounts(int index, Mount value)
A list of mounts to make available to the action.Action.Builder
Action.Builder. addMounts(Mount value)
A list of mounts to make available to the action.Mount.Builder
Mount.Builder. mergeFrom(Mount other)
static Mount.Builder
Mount. newBuilder(Mount prototype)
Action.Builder
Action.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.Builder
Action.Builder. addAllMounts(Iterable<? extends Mount> values)
A list of mounts to make available to the action.
-