public static final class CreateInstanceRequest.Builder extends GeneratedMessageV3.Builder<CreateInstanceRequest.Builder> implements CreateInstanceRequestOrBuilder
   
   The request for
 CreateInstance.
 Protobuf type google.spanner.admin.instance.v1.CreateInstanceRequest
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public CreateInstanceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public CreateInstanceRequest build()
   
  
  
  buildPartial()
  
    public CreateInstanceRequest buildPartial()
   
  
  
  clear()
  
    public CreateInstanceRequest.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public CreateInstanceRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearInstance()
  
    public CreateInstanceRequest.Builder clearInstance()
   
   Required. The instance to create.  The name may be omitted, but if
 specified must be <parent>/instances/<instance_id>.
 
 .google.spanner.admin.instance.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
 
clearInstanceId()
  
    public CreateInstanceRequest.Builder clearInstanceId()
   
   Required. The ID of the instance to create.  Valid identifiers are of the
 form a-z*[a-z0-9] and must be between 2 and 64 characters in
 length.
 string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public CreateInstanceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearParent()
  
    public CreateInstanceRequest.Builder clearParent()
   
   Required. The name of the project in which to create the instance. Values
 are of the form projects/<project>.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
clone()
  
    public CreateInstanceRequest.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public CreateInstanceRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getInstance()
  
    public Instance getInstance()
   
   Required. The instance to create.  The name may be omitted, but if
 specified must be <parent>/instances/<instance_id>.
 
 .google.spanner.admin.instance.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Instance | The instance. | 
    
  
  
  getInstanceBuilder()
  
    public Instance.Builder getInstanceBuilder()
   
   Required. The instance to create.  The name may be omitted, but if
 specified must be <parent>/instances/<instance_id>.
 
 .google.spanner.admin.instance.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
 
getInstanceId()
  
    public String getInstanceId()
   
   Required. The ID of the instance to create.  Valid identifiers are of the
 form a-z*[a-z0-9] and must be between 2 and 64 characters in
 length.
 string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The instanceId. | 
    
  
  
  getInstanceIdBytes()
  
    public ByteString getInstanceIdBytes()
   
   Required. The ID of the instance to create.  Valid identifiers are of the
 form a-z*[a-z0-9] and must be between 2 and 64 characters in
 length.
 string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for instanceId. | 
    
  
  
  getInstanceOrBuilder()
  
    public InstanceOrBuilder getInstanceOrBuilder()
   
   Required. The instance to create.  The name may be omitted, but if
 specified must be <parent>/instances/<instance_id>.
 
 .google.spanner.admin.instance.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
 
getParent()
  
    public String getParent()
   
   Required. The name of the project in which to create the instance. Values
 are of the form projects/<project>.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The parent. | 
    
  
  
  getParentBytes()
  
    public ByteString getParentBytes()
   
   Required. The name of the project in which to create the instance. Values
 are of the form projects/<project>.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for parent. | 
    
  
  
  hasInstance()
  
    public boolean hasInstance()
   
   Required. The instance to create.  The name may be omitted, but if
 specified must be <parent>/instances/<instance_id>.
 
 .google.spanner.admin.instance.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the instance field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public CreateInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public CreateInstanceRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeFrom(CreateInstanceRequest other)
  
    public CreateInstanceRequest.Builder mergeFrom(CreateInstanceRequest other)
   
  
  
  
  mergeInstance(Instance value)
  
    public CreateInstanceRequest.Builder mergeInstance(Instance value)
   
   Required. The instance to create.  The name may be omitted, but if
 specified must be <parent>/instances/<instance_id>.
 
 .google.spanner.admin.instance.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Instance
 | 
    
  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final CreateInstanceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public CreateInstanceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setInstance(Instance value)
  
    public CreateInstanceRequest.Builder setInstance(Instance value)
   
   Required. The instance to create.  The name may be omitted, but if
 specified must be <parent>/instances/<instance_id>.
 
 .google.spanner.admin.instance.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Instance
 | 
    
  
  
  
  setInstance(Instance.Builder builderForValue)
  
    public CreateInstanceRequest.Builder setInstance(Instance.Builder builderForValue)
   
   Required. The instance to create.  The name may be omitted, but if
 specified must be <parent>/instances/<instance_id>.
 
 .google.spanner.admin.instance.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
 
setInstanceId(String value)
  
    public CreateInstanceRequest.Builder setInstanceId(String value)
   
   Required. The ID of the instance to create.  Valid identifiers are of the
 form a-z*[a-z0-9] and must be between 2 and 64 characters in
 length.
 string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The instanceId to set. | 
    
  
  
  
  setInstanceIdBytes(ByteString value)
  
    public CreateInstanceRequest.Builder setInstanceIdBytes(ByteString value)
   
   Required. The ID of the instance to create.  Valid identifiers are of the
 form a-z*[a-z0-9] and must be between 2 and 64 characters in
 length.
 string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for instanceId to set. | 
    
  
  
  
  setParent(String value)
  
    public CreateInstanceRequest.Builder setParent(String value)
   
   Required. The name of the project in which to create the instance. Values
 are of the form projects/<project>.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The parent to set. | 
    
  
  
  
  setParentBytes(ByteString value)
  
    public CreateInstanceRequest.Builder setParentBytes(ByteString value)
   
   Required. The name of the project in which to create the instance. Values
 are of the form projects/<project>.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for parent to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public CreateInstanceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final CreateInstanceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides