Class LustrePath.Builder (0.2.0)

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

LustrePath represents a path in 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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public LustrePath.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LustrePath.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public LustrePath.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
LustrePath.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public LustrePath.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
LustrePath.Builder
Overrides

clearPath()

public LustrePath.Builder clearPath()

Optional. Root directory path to the Managed Lustre file system, starting with /. Defaults to / if unset.

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

Returns
Type Description
LustrePath.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public LustrePath getDefaultInstanceForType()
Returns
Type Description
LustrePath

getDescriptorForType()

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

getPath()

public String getPath()

Optional. Root directory path to the Managed Lustre file system, starting with /. Defaults to / if unset.

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

Returns
Type Description
String

The path.

getPathBytes()

public ByteString getPathBytes()

Optional. Root directory path to the Managed Lustre file system, starting with /. Defaults to / if unset.

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

Returns
Type Description
ByteString

The bytes for path.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final LustrePath.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LustrePath.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public LustrePath.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LustrePath.Builder
Overrides

setPath(String value)

public LustrePath.Builder setPath(String value)

Optional. Root directory path to the Managed Lustre file system, starting with /. Defaults to / if unset.

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. Root directory path to the Managed Lustre file system, starting with /. Defaults to / if unset.

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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public LustrePath.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
LustrePath.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final LustrePath.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LustrePath.Builder
Overrides