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

nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.DeleteInstanceRequestOrBuilder 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 DeleteInstanceRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.spanner.admin.instance.v1.DeleteInstanceRequest)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The name of the instance to be deleted. Values are of the form
   * `projects/<project>/instances/<instance>`
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Required. The name of the instance to be deleted. Values are of the form
   * `projects/<project>/instances/<instance>`
   * 
* * string name = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy