Class LustrePath.Builder (0.23.0)

public static final class LustrePath.Builder extends GeneratedMessage.Builder<LustrePath.Builder> implements LustrePathOrBuilder

The root directory path to the Lustre file system.

Protobuf type google.cloud.lustre.v1.LustrePath

Implements

LustrePathOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public LustrePath build()
Returns
Type Description
LustrePath

buildPartial()

public LustrePath buildPartial()
Returns
Type Description
LustrePath

clear()

public LustrePath.Builder clear()
Returns
Type Description
LustrePath.Builder
Overrides

clearPath()

public LustrePath.Builder clearPath()

Optional. The root directory path to the Managed Lustre file system. Must start with /. Default is /. If you're importing data into Managed Lustre, any path other than the default must already exist on the file system.

string path = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
LustrePath.Builder

This builder for chaining.

getDefaultInstanceForType()

public LustrePath getDefaultInstanceForType()
Returns
Type Description
LustrePath

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPath()

public String getPath()

Optional. The root directory path to the Managed Lustre file system. Must start with /. Default is /. If you're importing data into Managed Lustre, any path other than the default must already exist on the file system.

string path = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The path.

getPathBytes()

public ByteString getPathBytes()

Optional. The root directory path to the Managed Lustre file system. Must start with /. Default is /. If you're importing data into Managed Lustre, any path other than the default must already exist on the file system.

string path = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for path.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(LustrePath other)

public LustrePath.Builder mergeFrom(LustrePath other)
Parameter
Name Description
other LustrePath
Returns
Type Description
LustrePath.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public LustrePath.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LustrePath.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public LustrePath.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
LustrePath.Builder
Overrides

setPath(String value)

public LustrePath.Builder setPath(String value)

Optional. The root directory path to the Managed Lustre file system. Must start with /. Default is /. If you're importing data into Managed Lustre, any path other than the default must already exist on the file system.

string path = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The path to set.

Returns
Type Description
LustrePath.Builder

This builder for chaining.

setPathBytes(ByteString value)

public LustrePath.Builder setPathBytes(ByteString value)

Optional. The root directory path to the Managed Lustre file system. Must start with /. Default is /. If you're importing data into Managed Lustre, any path other than the default must already exist on the file system.

string path = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for path to set.

Returns
Type Description
LustrePath.Builder

This builder for chaining.