- 1.79.0 (latest)
 - 1.77.0
 - 1.76.0
 - 1.75.0
 - 1.74.0
 - 1.73.0
 - 1.71.0
 - 1.69.0
 - 1.68.0
 - 1.65.0
 - 1.64.0
 - 1.63.0
 - 1.61.0
 - 1.60.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.50.0
 - 1.49.0
 - 1.48.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.44.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.38.0
 - 1.37.0
 - 1.36.0
 - 1.35.0
 - 1.34.0
 - 1.33.0
 - 1.32.0
 - 1.31.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.25.0
 - 1.24.0
 - 1.23.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.0
 - 1.10.0
 - 1.9.0
 - 1.8.0
 - 1.7.0
 - 1.6.0
 - 1.5.0
 - 1.2.0
 
public static final class Instance.Builder extends GeneratedMessageV3.Builder<Instance.Builder> implements InstanceOrBuilderA Cloud Filestore instance.
 Protobuf type google.cloud.filestore.v1.Instance
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Instance.BuilderImplements
InstanceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
Descriptor | 
        
Methods
addAllFileShares(Iterable<? extends FileShareConfig> values)
public Instance.Builder addAllFileShares(Iterable<? extends FileShareConfig> values)File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Name | Description | 
values | 
        Iterable<? extends com.google.cloud.filestore.v1.FileShareConfig> | 
      
| Type | Description | 
Instance.Builder | 
        
addAllNetworks(Iterable<? extends NetworkConfig> values)
public Instance.Builder addAllNetworks(Iterable<? extends NetworkConfig> values)VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Name | Description | 
values | 
        Iterable<? extends com.google.cloud.filestore.v1.NetworkConfig> | 
      
| Type | Description | 
Instance.Builder | 
        
addFileShares(FileShareConfig value)
public Instance.Builder addFileShares(FileShareConfig value)File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Name | Description | 
value | 
        FileShareConfig | 
      
| Type | Description | 
Instance.Builder | 
        
addFileShares(FileShareConfig.Builder builderForValue)
public Instance.Builder addFileShares(FileShareConfig.Builder builderForValue)File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Name | Description | 
builderForValue | 
        FileShareConfig.Builder | 
      
| Type | Description | 
Instance.Builder | 
        
addFileShares(int index, FileShareConfig value)
public Instance.Builder addFileShares(int index, FileShareConfig value)File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Name | Description | 
index | 
        int | 
      
value | 
        FileShareConfig | 
      
| Type | Description | 
Instance.Builder | 
        
addFileShares(int index, FileShareConfig.Builder builderForValue)
public Instance.Builder addFileShares(int index, FileShareConfig.Builder builderForValue)File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        FileShareConfig.Builder | 
      
| Type | Description | 
Instance.Builder | 
        
addFileSharesBuilder()
public FileShareConfig.Builder addFileSharesBuilder()File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Type | Description | 
FileShareConfig.Builder | 
        
addFileSharesBuilder(int index)
public FileShareConfig.Builder addFileSharesBuilder(int index)File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Name | Description | 
index | 
        int | 
      
| Type | Description | 
FileShareConfig.Builder | 
        
addNetworks(NetworkConfig value)
public Instance.Builder addNetworks(NetworkConfig value)VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Name | Description | 
value | 
        NetworkConfig | 
      
| Type | Description | 
Instance.Builder | 
        
addNetworks(NetworkConfig.Builder builderForValue)
public Instance.Builder addNetworks(NetworkConfig.Builder builderForValue)VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Name | Description | 
builderForValue | 
        NetworkConfig.Builder | 
      
| Type | Description | 
Instance.Builder | 
        
addNetworks(int index, NetworkConfig value)
public Instance.Builder addNetworks(int index, NetworkConfig value)VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Name | Description | 
index | 
        int | 
      
value | 
        NetworkConfig | 
      
| Type | Description | 
Instance.Builder | 
        
addNetworks(int index, NetworkConfig.Builder builderForValue)
public Instance.Builder addNetworks(int index, NetworkConfig.Builder builderForValue)VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        NetworkConfig.Builder | 
      
| Type | Description | 
Instance.Builder | 
        
addNetworksBuilder()
public NetworkConfig.Builder addNetworksBuilder()VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Type | Description | 
NetworkConfig.Builder | 
        
addNetworksBuilder(int index)
public NetworkConfig.Builder addNetworksBuilder(int index)VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Name | Description | 
index | 
        int | 
      
| Type | Description | 
NetworkConfig.Builder | 
        
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Instance.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
Instance.Builder | 
        
build()
public Instance build()| Type | Description | 
Instance | 
        
buildPartial()
public Instance buildPartial()| Type | Description | 
Instance | 
        
clear()
public Instance.Builder clear()| Type | Description | 
Instance.Builder | 
        
clearCreateTime()
public Instance.Builder clearCreateTime()Output only. The time when the instance was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Instance.Builder | 
        
clearDescription()
public Instance.Builder clearDescription()The description of the instance (2048 characters or less).
 string description = 2;
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
clearEtag()
public Instance.Builder clearEtag()Server-specified ETag for the instance resource to prevent simultaneous updates from overwriting each other.
 string etag = 12;
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Instance.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
field | 
        FieldDescriptor | 
      
| Type | Description | 
Instance.Builder | 
        
clearFileShares()
public Instance.Builder clearFileShares()File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Type | Description | 
Instance.Builder | 
        
clearLabels()
public Instance.Builder clearLabels()| Type | Description | 
Instance.Builder | 
        
clearName()
public Instance.Builder clearName() Output only. The resource name of the instance, in the format
 projects/{project}/locations/{location}/instances/{instance}.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
clearNetworks()
public Instance.Builder clearNetworks()VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Type | Description | 
Instance.Builder | 
        
clearOneof(Descriptors.OneofDescriptor oneof)
public Instance.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Type | Description | 
Instance.Builder | 
        
clearSatisfiesPzs()
public Instance.Builder clearSatisfiesPzs()Output only. Reserved for future use.
 
 .google.protobuf.BoolValue satisfies_pzs = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Instance.Builder | 
        
clearState()
public Instance.Builder clearState()Output only. The instance state.
 
 .google.cloud.filestore.v1.Instance.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
clearStatusMessage()
public Instance.Builder clearStatusMessage()Output only. Additional information about the instance state, if available.
 string status_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
clearTier()
public Instance.Builder clearTier()The service tier of the instance.
 .google.cloud.filestore.v1.Instance.Tier tier = 8;
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
clone()
public Instance.Builder clone()| Type | Description | 
Instance.Builder | 
        
containsLabels(String key)
public boolean containsLabels(String key)Resource labels to represent user provided metadata.
 map<string, string> labels = 9;
| Name | Description | 
key | 
        String | 
      
| Type | Description | 
boolean | 
        
getCreateTime()
public Timestamp getCreateTime()Output only. The time when the instance was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The time when the instance was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Builder | 
        
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time when the instance was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
TimestampOrBuilder | 
        
getDefaultInstanceForType()
public Instance getDefaultInstanceForType()| Type | Description | 
Instance | 
        
getDescription()
public String getDescription()The description of the instance (2048 characters or less).
 string description = 2;
| Type | Description | 
String | 
        The description.  | 
      
getDescriptionBytes()
public ByteString getDescriptionBytes()The description of the instance (2048 characters or less).
 string description = 2;
| Type | Description | 
ByteString | 
        The bytes for description.  | 
      
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
Descriptor | 
        
getEtag()
public String getEtag()Server-specified ETag for the instance resource to prevent simultaneous updates from overwriting each other.
 string etag = 12;
| Type | Description | 
String | 
        The etag.  | 
      
getEtagBytes()
public ByteString getEtagBytes()Server-specified ETag for the instance resource to prevent simultaneous updates from overwriting each other.
 string etag = 12;
| Type | Description | 
ByteString | 
        The bytes for etag.  | 
      
getFileShares(int index)
public FileShareConfig getFileShares(int index)File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Name | Description | 
index | 
        int | 
      
| Type | Description | 
FileShareConfig | 
        
getFileSharesBuilder(int index)
public FileShareConfig.Builder getFileSharesBuilder(int index)File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Name | Description | 
index | 
        int | 
      
| Type | Description | 
FileShareConfig.Builder | 
        
getFileSharesBuilderList()
public List<FileShareConfig.Builder> getFileSharesBuilderList()File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Type | Description | 
List<Builder> | 
        
getFileSharesCount()
public int getFileSharesCount()File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Type | Description | 
int | 
        
getFileSharesList()
public List<FileShareConfig> getFileSharesList()File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Type | Description | 
List<FileShareConfig> | 
        
getFileSharesOrBuilder(int index)
public FileShareConfigOrBuilder getFileSharesOrBuilder(int index)File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Name | Description | 
index | 
        int | 
      
| Type | Description | 
FileShareConfigOrBuilder | 
        
getFileSharesOrBuilderList()
public List<? extends FileShareConfigOrBuilder> getFileSharesOrBuilderList()File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Type | Description | 
List<? extends com.google.cloud.filestore.v1.FileShareConfigOrBuilder> | 
        
getLabels()
public Map<String,String> getLabels()Use #getLabelsMap() instead.
| Type | Description | 
Map<String,String> | 
        
getLabelsCount()
public int getLabelsCount()Resource labels to represent user provided metadata.
 map<string, string> labels = 9;
| Type | Description | 
int | 
        
getLabelsMap()
public Map<String,String> getLabelsMap()Resource labels to represent user provided metadata.
 map<string, string> labels = 9;
| Type | Description | 
Map<String,String> | 
        
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)Resource labels to represent user provided metadata.
 map<string, string> labels = 9;
| Name | Description | 
key | 
        String | 
      
defaultValue | 
        String | 
      
| Type | Description | 
String | 
        
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)Resource labels to represent user provided metadata.
 map<string, string> labels = 9;
| Name | Description | 
key | 
        String | 
      
| Type | Description | 
String | 
        
getMutableLabels()
public Map<String,String> getMutableLabels()Use alternate mutation accessors instead.
| Type | Description | 
Map<String,String> | 
        
getName()
public String getName() Output only. The resource name of the instance, in the format
 projects/{project}/locations/{location}/instances/{instance}.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public ByteString getNameBytes() Output only. The resource name of the instance, in the format
 projects/{project}/locations/{location}/instances/{instance}.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getNetworks(int index)
public NetworkConfig getNetworks(int index)VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Name | Description | 
index | 
        int | 
      
| Type | Description | 
NetworkConfig | 
        
getNetworksBuilder(int index)
public NetworkConfig.Builder getNetworksBuilder(int index)VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Name | Description | 
index | 
        int | 
      
| Type | Description | 
NetworkConfig.Builder | 
        
getNetworksBuilderList()
public List<NetworkConfig.Builder> getNetworksBuilderList()VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Type | Description | 
List<Builder> | 
        
getNetworksCount()
public int getNetworksCount()VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Type | Description | 
int | 
        
getNetworksList()
public List<NetworkConfig> getNetworksList()VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Type | Description | 
List<NetworkConfig> | 
        
getNetworksOrBuilder(int index)
public NetworkConfigOrBuilder getNetworksOrBuilder(int index)VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Name | Description | 
index | 
        int | 
      
| Type | Description | 
NetworkConfigOrBuilder | 
        
getNetworksOrBuilderList()
public List<? extends NetworkConfigOrBuilder> getNetworksOrBuilderList()VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Type | Description | 
List<? extends com.google.cloud.filestore.v1.NetworkConfigOrBuilder> | 
        
getSatisfiesPzs()
public BoolValue getSatisfiesPzs()Output only. Reserved for future use.
 
 .google.protobuf.BoolValue satisfies_pzs = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
BoolValue | 
        The satisfiesPzs.  | 
      
getSatisfiesPzsBuilder()
public BoolValue.Builder getSatisfiesPzsBuilder()Output only. Reserved for future use.
 
 .google.protobuf.BoolValue satisfies_pzs = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Builder | 
        
getSatisfiesPzsOrBuilder()
public BoolValueOrBuilder getSatisfiesPzsOrBuilder()Output only. Reserved for future use.
 
 .google.protobuf.BoolValue satisfies_pzs = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
BoolValueOrBuilder | 
        
getState()
public Instance.State getState()Output only. The instance state.
 
 .google.cloud.filestore.v1.Instance.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Instance.State | 
        The state.  | 
      
getStateValue()
public int getStateValue()Output only. The instance state.
 
 .google.cloud.filestore.v1.Instance.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
getStatusMessage()
public String getStatusMessage()Output only. Additional information about the instance state, if available.
 string status_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
String | 
        The statusMessage.  | 
      
getStatusMessageBytes()
public ByteString getStatusMessageBytes()Output only. Additional information about the instance state, if available.
 string status_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
ByteString | 
        The bytes for statusMessage.  | 
      
getTier()
public Instance.Tier getTier()The service tier of the instance.
 .google.cloud.filestore.v1.Instance.Tier tier = 8;
| Type | Description | 
Instance.Tier | 
        The tier.  | 
      
getTierValue()
public int getTierValue()The service tier of the instance.
 .google.cloud.filestore.v1.Instance.Tier tier = 8;
| Type | Description | 
int | 
        The enum numeric value on the wire for tier.  | 
      
hasCreateTime()
public boolean hasCreateTime()Output only. The time when the instance was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
hasSatisfiesPzs()
public boolean hasSatisfiesPzs()Output only. Reserved for future use.
 
 .google.protobuf.BoolValue satisfies_pzs = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
boolean | 
        Whether the satisfiesPzs field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
FieldAccessorTable | 
        
internalGetMapField(int number)
protected MapField internalGetMapField(int number)| Name | Description | 
number | 
        int | 
      
| Type | Description | 
MapField | 
        
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)| Name | Description | 
number | 
        int | 
      
| Type | Description | 
MapField | 
        
isInitialized()
public final boolean isInitialized()| Type | Description | 
boolean | 
        
mergeCreateTime(Timestamp value)
public Instance.Builder mergeCreateTime(Timestamp value)Output only. The time when the instance was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
Instance.Builder | 
        
mergeFrom(Instance other)
public Instance.Builder mergeFrom(Instance other)| Name | Description | 
other | 
        Instance | 
      
| Type | Description | 
Instance.Builder | 
        
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Instance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Type | Description | 
Instance.Builder | 
        
| Type | Description | 
IOException | 
        
mergeFrom(Message other)
public Instance.Builder mergeFrom(Message other)| Name | Description | 
other | 
        Message | 
      
| Type | Description | 
Instance.Builder | 
        
mergeSatisfiesPzs(BoolValue value)
public Instance.Builder mergeSatisfiesPzs(BoolValue value)Output only. Reserved for future use.
 
 .google.protobuf.BoolValue satisfies_pzs = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        BoolValue | 
      
| Type | Description | 
Instance.Builder | 
        
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Instance.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
Instance.Builder | 
        
putAllLabels(Map<String,String> values)
public Instance.Builder putAllLabels(Map<String,String> values)Resource labels to represent user provided metadata.
 map<string, string> labels = 9;
| Name | Description | 
values | 
        Map<String,String> | 
      
| Type | Description | 
Instance.Builder | 
        
putLabels(String key, String value)
public Instance.Builder putLabels(String key, String value)Resource labels to represent user provided metadata.
 map<string, string> labels = 9;
| Name | Description | 
key | 
        String | 
      
value | 
        String | 
      
| Type | Description | 
Instance.Builder | 
        
removeFileShares(int index)
public Instance.Builder removeFileShares(int index)File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Name | Description | 
index | 
        int | 
      
| Type | Description | 
Instance.Builder | 
        
removeLabels(String key)
public Instance.Builder removeLabels(String key)Resource labels to represent user provided metadata.
 map<string, string> labels = 9;
| Name | Description | 
key | 
        String | 
      
| Type | Description | 
Instance.Builder | 
        
removeNetworks(int index)
public Instance.Builder removeNetworks(int index)VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Name | Description | 
index | 
        int | 
      
| Type | Description | 
Instance.Builder | 
        
setCreateTime(Timestamp value)
public Instance.Builder setCreateTime(Timestamp value)Output only. The time when the instance was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
Instance.Builder | 
        
setCreateTime(Timestamp.Builder builderForValue)
public Instance.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The time when the instance was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
builderForValue | 
        Builder | 
      
| Type | Description | 
Instance.Builder | 
        
setDescription(String value)
public Instance.Builder setDescription(String value)The description of the instance (2048 characters or less).
 string description = 2;
| Name | Description | 
value | 
        StringThe description to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setDescriptionBytes(ByteString value)
public Instance.Builder setDescriptionBytes(ByteString value)The description of the instance (2048 characters or less).
 string description = 2;
| Name | Description | 
value | 
        ByteStringThe bytes for description to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setEtag(String value)
public Instance.Builder setEtag(String value)Server-specified ETag for the instance resource to prevent simultaneous updates from overwriting each other.
 string etag = 12;
| Name | Description | 
value | 
        StringThe etag to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setEtagBytes(ByteString value)
public Instance.Builder setEtagBytes(ByteString value)Server-specified ETag for the instance resource to prevent simultaneous updates from overwriting each other.
 string etag = 12;
| Name | Description | 
value | 
        ByteStringThe bytes for etag to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public Instance.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
Instance.Builder | 
        
setFileShares(int index, FileShareConfig value)
public Instance.Builder setFileShares(int index, FileShareConfig value)File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Name | Description | 
index | 
        int | 
      
value | 
        FileShareConfig | 
      
| Type | Description | 
Instance.Builder | 
        
setFileShares(int index, FileShareConfig.Builder builderForValue)
public Instance.Builder setFileShares(int index, FileShareConfig.Builder builderForValue)File system shares on the instance. For this version, only a single file share is supported.
 repeated .google.cloud.filestore.v1.FileShareConfig file_shares = 10;
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        FileShareConfig.Builder | 
      
| Type | Description | 
Instance.Builder | 
        
setName(String value)
public Instance.Builder setName(String value) Output only. The resource name of the instance, in the format
 projects/{project}/locations/{location}/instances/{instance}.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setNameBytes(ByteString value)
public Instance.Builder setNameBytes(ByteString value) Output only. The resource name of the instance, in the format
 projects/{project}/locations/{location}/instances/{instance}.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setNetworks(int index, NetworkConfig value)
public Instance.Builder setNetworks(int index, NetworkConfig value)VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Name | Description | 
index | 
        int | 
      
value | 
        NetworkConfig | 
      
| Type | Description | 
Instance.Builder | 
        
setNetworks(int index, NetworkConfig.Builder builderForValue)
public Instance.Builder setNetworks(int index, NetworkConfig.Builder builderForValue)VPC networks to which the instance is connected. For this version, only a single network is supported.
 repeated .google.cloud.filestore.v1.NetworkConfig networks = 11;
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        NetworkConfig.Builder | 
      
| Type | Description | 
Instance.Builder | 
        
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Instance.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Type | Description | 
Instance.Builder | 
        
setSatisfiesPzs(BoolValue value)
public Instance.Builder setSatisfiesPzs(BoolValue value)Output only. Reserved for future use.
 
 .google.protobuf.BoolValue satisfies_pzs = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        BoolValue | 
      
| Type | Description | 
Instance.Builder | 
        
setSatisfiesPzs(BoolValue.Builder builderForValue)
public Instance.Builder setSatisfiesPzs(BoolValue.Builder builderForValue)Output only. Reserved for future use.
 
 .google.protobuf.BoolValue satisfies_pzs = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
builderForValue | 
        Builder | 
      
| Type | Description | 
Instance.Builder | 
        
setState(Instance.State value)
public Instance.Builder setState(Instance.State value)Output only. The instance state.
 
 .google.cloud.filestore.v1.Instance.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        Instance.StateThe state to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setStateValue(int value)
public Instance.Builder setStateValue(int value)Output only. The instance state.
 
 .google.cloud.filestore.v1.Instance.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        intThe enum numeric value on the wire for state to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setStatusMessage(String value)
public Instance.Builder setStatusMessage(String value)Output only. Additional information about the instance state, if available.
 string status_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
value | 
        StringThe statusMessage to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setStatusMessageBytes(ByteString value)
public Instance.Builder setStatusMessageBytes(ByteString value)Output only. Additional information about the instance state, if available.
 string status_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
value | 
        ByteStringThe bytes for statusMessage to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setTier(Instance.Tier value)
public Instance.Builder setTier(Instance.Tier value)The service tier of the instance.
 .google.cloud.filestore.v1.Instance.Tier tier = 8;
| Name | Description | 
value | 
        Instance.TierThe tier to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setTierValue(int value)
public Instance.Builder setTierValue(int value)The service tier of the instance.
 .google.cloud.filestore.v1.Instance.Tier tier = 8;
| Name | Description | 
value | 
        intThe enum numeric value on the wire for tier to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Instance.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
Instance.Builder |