All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.CreateInstanceRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/spanner/admin/instance/v1/spanner_instance_admin.proto

package nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1;

public interface CreateInstanceRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.spanner.admin.instance.v1.CreateInstanceRequest)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The name of the project in which to create the instance. Values
   * are of the form `projects/<project>`.
   * 
* * string parent = 1; */ java.lang.String getParent(); /** *
   * Required. The name of the project in which to create the instance. Values
   * are of the form `projects/<project>`.
   * 
* * string parent = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getParentBytes(); /** *
   * Required. The ID of the instance to create.  Valid identifiers are of the
   * form `[a-z][-a-z0-9]*[a-z0-9]` and must be between 6 and 30 characters in
   * length.
   * 
* * string instance_id = 2; */ java.lang.String getInstanceId(); /** *
   * Required. The ID of the instance to create.  Valid identifiers are of the
   * form `[a-z][-a-z0-9]*[a-z0-9]` and must be between 6 and 30 characters in
   * length.
   * 
* * string instance_id = 2; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getInstanceIdBytes(); /** *
   * 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; */ 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; */ nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.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; */ nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy