nl.topicus.jdbc.shaded.com.google.rpc.BadRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/rpc/error_details.proto
package nl.topicus.jdbc.shaded.com.google.rpc;
public interface BadRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.rpc.BadRequest)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* Describes all violations in a client request.
*
*
* repeated .google.rpc.BadRequest.FieldViolation field_violations = 1;
*/
java.util.List
getFieldViolationsList();
/**
*
* Describes all violations in a client request.
*
*
* repeated .google.rpc.BadRequest.FieldViolation field_violations = 1;
*/
nl.topicus.jdbc.shaded.com.google.rpc.BadRequest.FieldViolation getFieldViolations(int index);
/**
*
* Describes all violations in a client request.
*
*
* repeated .google.rpc.BadRequest.FieldViolation field_violations = 1;
*/
int getFieldViolationsCount();
/**
*
* Describes all violations in a client request.
*
*
* repeated .google.rpc.BadRequest.FieldViolation field_violations = 1;
*/
java.util.List extends nl.topicus.jdbc.shaded.com.google.rpc.BadRequest.FieldViolationOrBuilder>
getFieldViolationsOrBuilderList();
/**
*
* Describes all violations in a client request.
*
*
* repeated .google.rpc.BadRequest.FieldViolation field_violations = 1;
*/
nl.topicus.jdbc.shaded.com.google.rpc.BadRequest.FieldViolationOrBuilder getFieldViolationsOrBuilder(
int index);
}