nl.topicus.jdbc.shaded.com.google.api.Service 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/api/service.proto
package nl.topicus.jdbc.shaded.com.google.api;
/**
*
* `Service` is the root object of Google service configuration schema. It
* describes basic information about a service, such as the name and the
* title, and delegates other aspects to sub-sections. Each sub-section is
* either a proto message or a repeated proto message that configures a
* specific aspect, such as auth. See each proto message definition for details.
* Example:
* type: google.api.Service
* config_version: 3
* name: calendar.googleapis.com
* title: Google Calendar API
* apis:
* - name: google.calendar.v3.Calendar
* authentication:
* providers:
* - id: google_calendar_auth
* jwks_uri: https://www.googleapis.com/oauth2/v1/certs
* issuer: https://securetoken.google.com
* rules:
* - selector: "*"
* requirements:
* provider_id: google_calendar_auth
*
*
* Protobuf type {@code google.api.Service}
*/
public final class Service extends
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.api.Service)
ServiceOrBuilder {
private static final long serialVersionUID = 0L;
// Use Service.newBuilder() to construct.
private Service(nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Service() {
name_ = "";
id_ = "";
title_ = "";
producerProjectId_ = "";
apis_ = java.util.Collections.emptyList();
types_ = java.util.Collections.emptyList();
enums_ = java.util.Collections.emptyList();
endpoints_ = java.util.Collections.emptyList();
logs_ = java.util.Collections.emptyList();
metrics_ = java.util.Collections.emptyList();
monitoredResources_ = java.util.Collections.emptyList();
}
@java.lang.Override
public final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Service(
nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input,
nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
name_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
title_ = s;
break;
}
case 26: {
if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
apis_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000020;
}
apis_.add(
input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.Api.parser(), extensionRegistry));
break;
}
case 34: {
if (!((mutable_bitField0_ & 0x00000040) == 0x00000040)) {
types_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000040;
}
types_.add(
input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.Type.parser(), extensionRegistry));
break;
}
case 42: {
if (!((mutable_bitField0_ & 0x00000080) == 0x00000080)) {
enums_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000080;
}
enums_.add(
input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.Enum.parser(), extensionRegistry));
break;
}
case 50: {
nl.topicus.jdbc.shaded.com.google.api.Documentation.Builder subBuilder = null;
if (documentation_ != null) {
subBuilder = documentation_.toBuilder();
}
documentation_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Documentation.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(documentation_);
documentation_ = subBuilder.buildPartial();
}
break;
}
case 66: {
nl.topicus.jdbc.shaded.com.google.api.Backend.Builder subBuilder = null;
if (backend_ != null) {
subBuilder = backend_.toBuilder();
}
backend_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Backend.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(backend_);
backend_ = subBuilder.buildPartial();
}
break;
}
case 74: {
nl.topicus.jdbc.shaded.com.google.api.Http.Builder subBuilder = null;
if (http_ != null) {
subBuilder = http_.toBuilder();
}
http_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Http.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(http_);
http_ = subBuilder.buildPartial();
}
break;
}
case 82: {
nl.topicus.jdbc.shaded.com.google.api.Quota.Builder subBuilder = null;
if (quota_ != null) {
subBuilder = quota_.toBuilder();
}
quota_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Quota.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(quota_);
quota_ = subBuilder.buildPartial();
}
break;
}
case 90: {
nl.topicus.jdbc.shaded.com.google.api.Authentication.Builder subBuilder = null;
if (authentication_ != null) {
subBuilder = authentication_.toBuilder();
}
authentication_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Authentication.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(authentication_);
authentication_ = subBuilder.buildPartial();
}
break;
}
case 98: {
nl.topicus.jdbc.shaded.com.google.api.Context.Builder subBuilder = null;
if (context_ != null) {
subBuilder = context_.toBuilder();
}
context_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Context.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(context_);
context_ = subBuilder.buildPartial();
}
break;
}
case 122: {
nl.topicus.jdbc.shaded.com.google.api.Usage.Builder subBuilder = null;
if (usage_ != null) {
subBuilder = usage_.toBuilder();
}
usage_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Usage.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(usage_);
usage_ = subBuilder.buildPartial();
}
break;
}
case 146: {
if (!((mutable_bitField0_ & 0x00008000) == 0x00008000)) {
endpoints_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00008000;
}
endpoints_.add(
input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Endpoint.parser(), extensionRegistry));
break;
}
case 162: {
nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value.Builder subBuilder = null;
if (configVersion_ != null) {
subBuilder = configVersion_.toBuilder();
}
configVersion_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(configVersion_);
configVersion_ = subBuilder.buildPartial();
}
break;
}
case 170: {
nl.topicus.jdbc.shaded.com.google.api.Control.Builder subBuilder = null;
if (control_ != null) {
subBuilder = control_.toBuilder();
}
control_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Control.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(control_);
control_ = subBuilder.buildPartial();
}
break;
}
case 178: {
java.lang.String s = input.readStringRequireUtf8();
producerProjectId_ = s;
break;
}
case 186: {
if (!((mutable_bitField0_ & 0x00020000) == 0x00020000)) {
logs_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00020000;
}
logs_.add(
input.readMessage(nl.topicus.jdbc.shaded.com.google.api.LogDescriptor.parser(), extensionRegistry));
break;
}
case 194: {
if (!((mutable_bitField0_ & 0x00040000) == 0x00040000)) {
metrics_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00040000;
}
metrics_.add(
input.readMessage(nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor.parser(), extensionRegistry));
break;
}
case 202: {
if (!((mutable_bitField0_ & 0x00080000) == 0x00080000)) {
monitoredResources_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00080000;
}
monitoredResources_.add(
input.readMessage(nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor.parser(), extensionRegistry));
break;
}
case 210: {
nl.topicus.jdbc.shaded.com.google.api.Billing.Builder subBuilder = null;
if (billing_ != null) {
subBuilder = billing_.toBuilder();
}
billing_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Billing.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(billing_);
billing_ = subBuilder.buildPartial();
}
break;
}
case 218: {
nl.topicus.jdbc.shaded.com.google.api.Logging.Builder subBuilder = null;
if (logging_ != null) {
subBuilder = logging_.toBuilder();
}
logging_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Logging.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(logging_);
logging_ = subBuilder.buildPartial();
}
break;
}
case 226: {
nl.topicus.jdbc.shaded.com.google.api.Monitoring.Builder subBuilder = null;
if (monitoring_ != null) {
subBuilder = monitoring_.toBuilder();
}
monitoring_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Monitoring.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(monitoring_);
monitoring_ = subBuilder.buildPartial();
}
break;
}
case 234: {
nl.topicus.jdbc.shaded.com.google.api.SystemParameters.Builder subBuilder = null;
if (systemParameters_ != null) {
subBuilder = systemParameters_.toBuilder();
}
systemParameters_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.SystemParameters.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(systemParameters_);
systemParameters_ = subBuilder.buildPartial();
}
break;
}
case 266: {
java.lang.String s = input.readStringRequireUtf8();
id_ = s;
break;
}
case 298: {
nl.topicus.jdbc.shaded.com.google.api.SourceInfo.Builder subBuilder = null;
if (sourceInfo_ != null) {
subBuilder = sourceInfo_.toBuilder();
}
sourceInfo_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.SourceInfo.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(sourceInfo_);
sourceInfo_ = subBuilder.buildPartial();
}
break;
}
case 810: {
nl.topicus.jdbc.shaded.com.google.api.Experimental.Builder subBuilder = null;
if (experimental_ != null) {
subBuilder = experimental_.toBuilder();
}
experimental_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.api.Experimental.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(experimental_);
experimental_ = subBuilder.buildPartial();
}
break;
}
}
}
} catch (nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
apis_ = java.util.Collections.unmodifiableList(apis_);
}
if (((mutable_bitField0_ & 0x00000040) == 0x00000040)) {
types_ = java.util.Collections.unmodifiableList(types_);
}
if (((mutable_bitField0_ & 0x00000080) == 0x00000080)) {
enums_ = java.util.Collections.unmodifiableList(enums_);
}
if (((mutable_bitField0_ & 0x00008000) == 0x00008000)) {
endpoints_ = java.util.Collections.unmodifiableList(endpoints_);
}
if (((mutable_bitField0_ & 0x00020000) == 0x00020000)) {
logs_ = java.util.Collections.unmodifiableList(logs_);
}
if (((mutable_bitField0_ & 0x00040000) == 0x00040000)) {
metrics_ = java.util.Collections.unmodifiableList(metrics_);
}
if (((mutable_bitField0_ & 0x00080000) == 0x00080000)) {
monitoredResources_ = java.util.Collections.unmodifiableList(monitoredResources_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return nl.topicus.jdbc.shaded.com.google.api.ServiceProto.internal_static_google_api_Service_descriptor;
}
protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return nl.topicus.jdbc.shaded.com.google.api.ServiceProto.internal_static_google_api_Service_fieldAccessorTable
.ensureFieldAccessorsInitialized(
nl.topicus.jdbc.shaded.com.google.api.Service.class, nl.topicus.jdbc.shaded.com.google.api.Service.Builder.class);
}
private int bitField0_;
public static final int CONFIG_VERSION_FIELD_NUMBER = 20;
private nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value configVersion_;
/**
*
* The semantic version of the service configuration. The config version
* affects the interpretation of the service configuration. For example,
* certain features are enabled by default for certain config versions.
* The latest config version is `3`.
*
*
* .google.protobuf.UInt32Value config_version = 20;
*/
public boolean hasConfigVersion() {
return configVersion_ != null;
}
/**
*
* The semantic version of the service configuration. The config version
* affects the interpretation of the service configuration. For example,
* certain features are enabled by default for certain config versions.
* The latest config version is `3`.
*
*
* .google.protobuf.UInt32Value config_version = 20;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value getConfigVersion() {
return configVersion_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value.getDefaultInstance() : configVersion_;
}
/**
*
* The semantic version of the service configuration. The config version
* affects the interpretation of the service configuration. For example,
* certain features are enabled by default for certain config versions.
* The latest config version is `3`.
*
*
* .google.protobuf.UInt32Value config_version = 20;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.UInt32ValueOrBuilder getConfigVersionOrBuilder() {
return getConfigVersion();
}
public static final int NAME_FIELD_NUMBER = 1;
private volatile java.lang.Object name_;
/**
*
* The DNS address at which this service is available,
* e.g. `calendar.googleapis.com`.
*
*
* string name = 1;
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs =
(nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
}
}
/**
*
* The DNS address at which this service is available,
* e.g. `calendar.googleapis.com`.
*
*
* string name = 1;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b =
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int ID_FIELD_NUMBER = 33;
private volatile java.lang.Object id_;
/**
*
* A unique ID for a specific instance of this message, typically assigned
* by the client for tracking purpose. If empty, the server may choose to
* generate one instead.
*
*
* string id = 33;
*/
public java.lang.String getId() {
java.lang.Object ref = id_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs =
(nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
id_ = s;
return s;
}
}
/**
*
* A unique ID for a specific instance of this message, typically assigned
* by the client for tracking purpose. If empty, the server may choose to
* generate one instead.
*
*
* string id = 33;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof java.lang.String) {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b =
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int TITLE_FIELD_NUMBER = 2;
private volatile java.lang.Object title_;
/**
*
* The product title for this service.
*
*
* string title = 2;
*/
public java.lang.String getTitle() {
java.lang.Object ref = title_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs =
(nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
title_ = s;
return s;
}
}
/**
*
* The product title for this service.
*
*
* string title = 2;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getTitleBytes() {
java.lang.Object ref = title_;
if (ref instanceof java.lang.String) {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b =
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
title_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int PRODUCER_PROJECT_ID_FIELD_NUMBER = 22;
private volatile java.lang.Object producerProjectId_;
/**
*
* The Google project that owns this service.
*
*
* string producer_project_id = 22;
*/
public java.lang.String getProducerProjectId() {
java.lang.Object ref = producerProjectId_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs =
(nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
producerProjectId_ = s;
return s;
}
}
/**
*
* The Google project that owns this service.
*
*
* string producer_project_id = 22;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getProducerProjectIdBytes() {
java.lang.Object ref = producerProjectId_;
if (ref instanceof java.lang.String) {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b =
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
producerProjectId_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int APIS_FIELD_NUMBER = 3;
private java.util.List apis_;
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public java.util.List getApisList() {
return apis_;
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.protobuf.ApiOrBuilder>
getApisOrBuilderList() {
return apis_;
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public int getApisCount() {
return apis_.size();
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Api getApis(int index) {
return apis_.get(index);
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ApiOrBuilder getApisOrBuilder(
int index) {
return apis_.get(index);
}
public static final int TYPES_FIELD_NUMBER = 4;
private java.util.List types_;
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public java.util.List getTypesList() {
return types_;
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.protobuf.TypeOrBuilder>
getTypesOrBuilderList() {
return types_;
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public int getTypesCount() {
return types_.size();
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Type getTypes(int index) {
return types_.get(index);
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.TypeOrBuilder getTypesOrBuilder(
int index) {
return types_.get(index);
}
public static final int ENUMS_FIELD_NUMBER = 5;
private java.util.List enums_;
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public java.util.List getEnumsList() {
return enums_;
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.protobuf.EnumOrBuilder>
getEnumsOrBuilderList() {
return enums_;
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public int getEnumsCount() {
return enums_.size();
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Enum getEnums(int index) {
return enums_.get(index);
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.EnumOrBuilder getEnumsOrBuilder(
int index) {
return enums_.get(index);
}
public static final int DOCUMENTATION_FIELD_NUMBER = 6;
private nl.topicus.jdbc.shaded.com.google.api.Documentation documentation_;
/**
*
* Additional API documentation.
*
*
* .google.api.Documentation documentation = 6;
*/
public boolean hasDocumentation() {
return documentation_ != null;
}
/**
*
* Additional API documentation.
*
*
* .google.api.Documentation documentation = 6;
*/
public nl.topicus.jdbc.shaded.com.google.api.Documentation getDocumentation() {
return documentation_ == null ? nl.topicus.jdbc.shaded.com.google.api.Documentation.getDefaultInstance() : documentation_;
}
/**
*
* Additional API documentation.
*
*
* .google.api.Documentation documentation = 6;
*/
public nl.topicus.jdbc.shaded.com.google.api.DocumentationOrBuilder getDocumentationOrBuilder() {
return getDocumentation();
}
public static final int BACKEND_FIELD_NUMBER = 8;
private nl.topicus.jdbc.shaded.com.google.api.Backend backend_;
/**
*
* API backend configuration.
*
*
* .google.api.Backend backend = 8;
*/
public boolean hasBackend() {
return backend_ != null;
}
/**
*
* API backend configuration.
*
*
* .google.api.Backend backend = 8;
*/
public nl.topicus.jdbc.shaded.com.google.api.Backend getBackend() {
return backend_ == null ? nl.topicus.jdbc.shaded.com.google.api.Backend.getDefaultInstance() : backend_;
}
/**
*
* API backend configuration.
*
*
* .google.api.Backend backend = 8;
*/
public nl.topicus.jdbc.shaded.com.google.api.BackendOrBuilder getBackendOrBuilder() {
return getBackend();
}
public static final int HTTP_FIELD_NUMBER = 9;
private nl.topicus.jdbc.shaded.com.google.api.Http http_;
/**
*
* HTTP configuration.
*
*
* .google.api.Http http = 9;
*/
public boolean hasHttp() {
return http_ != null;
}
/**
*
* HTTP configuration.
*
*
* .google.api.Http http = 9;
*/
public nl.topicus.jdbc.shaded.com.google.api.Http getHttp() {
return http_ == null ? nl.topicus.jdbc.shaded.com.google.api.Http.getDefaultInstance() : http_;
}
/**
*
* HTTP configuration.
*
*
* .google.api.Http http = 9;
*/
public nl.topicus.jdbc.shaded.com.google.api.HttpOrBuilder getHttpOrBuilder() {
return getHttp();
}
public static final int QUOTA_FIELD_NUMBER = 10;
private nl.topicus.jdbc.shaded.com.google.api.Quota quota_;
/**
*
* Quota configuration.
*
*
* .google.api.Quota quota = 10;
*/
public boolean hasQuota() {
return quota_ != null;
}
/**
*
* Quota configuration.
*
*
* .google.api.Quota quota = 10;
*/
public nl.topicus.jdbc.shaded.com.google.api.Quota getQuota() {
return quota_ == null ? nl.topicus.jdbc.shaded.com.google.api.Quota.getDefaultInstance() : quota_;
}
/**
*
* Quota configuration.
*
*
* .google.api.Quota quota = 10;
*/
public nl.topicus.jdbc.shaded.com.google.api.QuotaOrBuilder getQuotaOrBuilder() {
return getQuota();
}
public static final int AUTHENTICATION_FIELD_NUMBER = 11;
private nl.topicus.jdbc.shaded.com.google.api.Authentication authentication_;
/**
*
* Auth configuration.
*
*
* .google.api.Authentication authentication = 11;
*/
public boolean hasAuthentication() {
return authentication_ != null;
}
/**
*
* Auth configuration.
*
*
* .google.api.Authentication authentication = 11;
*/
public nl.topicus.jdbc.shaded.com.google.api.Authentication getAuthentication() {
return authentication_ == null ? nl.topicus.jdbc.shaded.com.google.api.Authentication.getDefaultInstance() : authentication_;
}
/**
*
* Auth configuration.
*
*
* .google.api.Authentication authentication = 11;
*/
public nl.topicus.jdbc.shaded.com.google.api.AuthenticationOrBuilder getAuthenticationOrBuilder() {
return getAuthentication();
}
public static final int CONTEXT_FIELD_NUMBER = 12;
private nl.topicus.jdbc.shaded.com.google.api.Context context_;
/**
*
* Context configuration.
*
*
* .google.api.Context context = 12;
*/
public boolean hasContext() {
return context_ != null;
}
/**
*
* Context configuration.
*
*
* .google.api.Context context = 12;
*/
public nl.topicus.jdbc.shaded.com.google.api.Context getContext() {
return context_ == null ? nl.topicus.jdbc.shaded.com.google.api.Context.getDefaultInstance() : context_;
}
/**
*
* Context configuration.
*
*
* .google.api.Context context = 12;
*/
public nl.topicus.jdbc.shaded.com.google.api.ContextOrBuilder getContextOrBuilder() {
return getContext();
}
public static final int USAGE_FIELD_NUMBER = 15;
private nl.topicus.jdbc.shaded.com.google.api.Usage usage_;
/**
*
* Configuration controlling usage of this service.
*
*
* .google.api.Usage usage = 15;
*/
public boolean hasUsage() {
return usage_ != null;
}
/**
*
* Configuration controlling usage of this service.
*
*
* .google.api.Usage usage = 15;
*/
public nl.topicus.jdbc.shaded.com.google.api.Usage getUsage() {
return usage_ == null ? nl.topicus.jdbc.shaded.com.google.api.Usage.getDefaultInstance() : usage_;
}
/**
*
* Configuration controlling usage of this service.
*
*
* .google.api.Usage usage = 15;
*/
public nl.topicus.jdbc.shaded.com.google.api.UsageOrBuilder getUsageOrBuilder() {
return getUsage();
}
public static final int ENDPOINTS_FIELD_NUMBER = 18;
private java.util.List endpoints_;
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public java.util.List getEndpointsList() {
return endpoints_;
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.api.EndpointOrBuilder>
getEndpointsOrBuilderList() {
return endpoints_;
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public int getEndpointsCount() {
return endpoints_.size();
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public nl.topicus.jdbc.shaded.com.google.api.Endpoint getEndpoints(int index) {
return endpoints_.get(index);
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public nl.topicus.jdbc.shaded.com.google.api.EndpointOrBuilder getEndpointsOrBuilder(
int index) {
return endpoints_.get(index);
}
public static final int CONTROL_FIELD_NUMBER = 21;
private nl.topicus.jdbc.shaded.com.google.api.Control control_;
/**
*
* Configuration for the service control plane.
*
*
* .google.api.Control control = 21;
*/
public boolean hasControl() {
return control_ != null;
}
/**
*
* Configuration for the service control plane.
*
*
* .google.api.Control control = 21;
*/
public nl.topicus.jdbc.shaded.com.google.api.Control getControl() {
return control_ == null ? nl.topicus.jdbc.shaded.com.google.api.Control.getDefaultInstance() : control_;
}
/**
*
* Configuration for the service control plane.
*
*
* .google.api.Control control = 21;
*/
public nl.topicus.jdbc.shaded.com.google.api.ControlOrBuilder getControlOrBuilder() {
return getControl();
}
public static final int LOGS_FIELD_NUMBER = 23;
private java.util.List logs_;
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public java.util.List getLogsList() {
return logs_;
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.api.LogDescriptorOrBuilder>
getLogsOrBuilderList() {
return logs_;
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public int getLogsCount() {
return logs_.size();
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public nl.topicus.jdbc.shaded.com.google.api.LogDescriptor getLogs(int index) {
return logs_.get(index);
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public nl.topicus.jdbc.shaded.com.google.api.LogDescriptorOrBuilder getLogsOrBuilder(
int index) {
return logs_.get(index);
}
public static final int METRICS_FIELD_NUMBER = 24;
private java.util.List metrics_;
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public java.util.List getMetricsList() {
return metrics_;
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.api.MetricDescriptorOrBuilder>
getMetricsOrBuilderList() {
return metrics_;
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public int getMetricsCount() {
return metrics_.size();
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor getMetrics(int index) {
return metrics_.get(index);
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public nl.topicus.jdbc.shaded.com.google.api.MetricDescriptorOrBuilder getMetricsOrBuilder(
int index) {
return metrics_.get(index);
}
public static final int MONITORED_RESOURCES_FIELD_NUMBER = 25;
private java.util.List monitoredResources_;
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public java.util.List getMonitoredResourcesList() {
return monitoredResources_;
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptorOrBuilder>
getMonitoredResourcesOrBuilderList() {
return monitoredResources_;
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public int getMonitoredResourcesCount() {
return monitoredResources_.size();
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor getMonitoredResources(int index) {
return monitoredResources_.get(index);
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptorOrBuilder getMonitoredResourcesOrBuilder(
int index) {
return monitoredResources_.get(index);
}
public static final int BILLING_FIELD_NUMBER = 26;
private nl.topicus.jdbc.shaded.com.google.api.Billing billing_;
/**
*
* Billing configuration.
*
*
* .google.api.Billing billing = 26;
*/
public boolean hasBilling() {
return billing_ != null;
}
/**
*
* Billing configuration.
*
*
* .google.api.Billing billing = 26;
*/
public nl.topicus.jdbc.shaded.com.google.api.Billing getBilling() {
return billing_ == null ? nl.topicus.jdbc.shaded.com.google.api.Billing.getDefaultInstance() : billing_;
}
/**
*
* Billing configuration.
*
*
* .google.api.Billing billing = 26;
*/
public nl.topicus.jdbc.shaded.com.google.api.BillingOrBuilder getBillingOrBuilder() {
return getBilling();
}
public static final int LOGGING_FIELD_NUMBER = 27;
private nl.topicus.jdbc.shaded.com.google.api.Logging logging_;
/**
*
* Logging configuration.
*
*
* .google.api.Logging logging = 27;
*/
public boolean hasLogging() {
return logging_ != null;
}
/**
*
* Logging configuration.
*
*
* .google.api.Logging logging = 27;
*/
public nl.topicus.jdbc.shaded.com.google.api.Logging getLogging() {
return logging_ == null ? nl.topicus.jdbc.shaded.com.google.api.Logging.getDefaultInstance() : logging_;
}
/**
*
* Logging configuration.
*
*
* .google.api.Logging logging = 27;
*/
public nl.topicus.jdbc.shaded.com.google.api.LoggingOrBuilder getLoggingOrBuilder() {
return getLogging();
}
public static final int MONITORING_FIELD_NUMBER = 28;
private nl.topicus.jdbc.shaded.com.google.api.Monitoring monitoring_;
/**
*
* Monitoring configuration.
*
*
* .google.api.Monitoring monitoring = 28;
*/
public boolean hasMonitoring() {
return monitoring_ != null;
}
/**
*
* Monitoring configuration.
*
*
* .google.api.Monitoring monitoring = 28;
*/
public nl.topicus.jdbc.shaded.com.google.api.Monitoring getMonitoring() {
return monitoring_ == null ? nl.topicus.jdbc.shaded.com.google.api.Monitoring.getDefaultInstance() : monitoring_;
}
/**
*
* Monitoring configuration.
*
*
* .google.api.Monitoring monitoring = 28;
*/
public nl.topicus.jdbc.shaded.com.google.api.MonitoringOrBuilder getMonitoringOrBuilder() {
return getMonitoring();
}
public static final int SYSTEM_PARAMETERS_FIELD_NUMBER = 29;
private nl.topicus.jdbc.shaded.com.google.api.SystemParameters systemParameters_;
/**
*
* System parameter configuration.
*
*
* .google.api.SystemParameters system_parameters = 29;
*/
public boolean hasSystemParameters() {
return systemParameters_ != null;
}
/**
*
* System parameter configuration.
*
*
* .google.api.SystemParameters system_parameters = 29;
*/
public nl.topicus.jdbc.shaded.com.google.api.SystemParameters getSystemParameters() {
return systemParameters_ == null ? nl.topicus.jdbc.shaded.com.google.api.SystemParameters.getDefaultInstance() : systemParameters_;
}
/**
*
* System parameter configuration.
*
*
* .google.api.SystemParameters system_parameters = 29;
*/
public nl.topicus.jdbc.shaded.com.google.api.SystemParametersOrBuilder getSystemParametersOrBuilder() {
return getSystemParameters();
}
public static final int SOURCE_INFO_FIELD_NUMBER = 37;
private nl.topicus.jdbc.shaded.com.google.api.SourceInfo sourceInfo_;
/**
*
* Output only. The source information for this configuration if available.
*
*
* .google.api.SourceInfo source_info = 37;
*/
public boolean hasSourceInfo() {
return sourceInfo_ != null;
}
/**
*
* Output only. The source information for this configuration if available.
*
*
* .google.api.SourceInfo source_info = 37;
*/
public nl.topicus.jdbc.shaded.com.google.api.SourceInfo getSourceInfo() {
return sourceInfo_ == null ? nl.topicus.jdbc.shaded.com.google.api.SourceInfo.getDefaultInstance() : sourceInfo_;
}
/**
*
* Output only. The source information for this configuration if available.
*
*
* .google.api.SourceInfo source_info = 37;
*/
public nl.topicus.jdbc.shaded.com.google.api.SourceInfoOrBuilder getSourceInfoOrBuilder() {
return getSourceInfo();
}
public static final int EXPERIMENTAL_FIELD_NUMBER = 101;
private nl.topicus.jdbc.shaded.com.google.api.Experimental experimental_;
/**
*
* Experimental configuration.
*
*
* .google.api.Experimental experimental = 101;
*/
public boolean hasExperimental() {
return experimental_ != null;
}
/**
*
* Experimental configuration.
*
*
* .google.api.Experimental experimental = 101;
*/
public nl.topicus.jdbc.shaded.com.google.api.Experimental getExperimental() {
return experimental_ == null ? nl.topicus.jdbc.shaded.com.google.api.Experimental.getDefaultInstance() : experimental_;
}
/**
*
* Experimental configuration.
*
*
* .google.api.Experimental experimental = 101;
*/
public nl.topicus.jdbc.shaded.com.google.api.ExperimentalOrBuilder getExperimentalOrBuilder() {
return getExperimental();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getNameBytes().isEmpty()) {
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (!getTitleBytes().isEmpty()) {
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, title_);
}
for (int i = 0; i < apis_.size(); i++) {
output.writeMessage(3, apis_.get(i));
}
for (int i = 0; i < types_.size(); i++) {
output.writeMessage(4, types_.get(i));
}
for (int i = 0; i < enums_.size(); i++) {
output.writeMessage(5, enums_.get(i));
}
if (documentation_ != null) {
output.writeMessage(6, getDocumentation());
}
if (backend_ != null) {
output.writeMessage(8, getBackend());
}
if (http_ != null) {
output.writeMessage(9, getHttp());
}
if (quota_ != null) {
output.writeMessage(10, getQuota());
}
if (authentication_ != null) {
output.writeMessage(11, getAuthentication());
}
if (context_ != null) {
output.writeMessage(12, getContext());
}
if (usage_ != null) {
output.writeMessage(15, getUsage());
}
for (int i = 0; i < endpoints_.size(); i++) {
output.writeMessage(18, endpoints_.get(i));
}
if (configVersion_ != null) {
output.writeMessage(20, getConfigVersion());
}
if (control_ != null) {
output.writeMessage(21, getControl());
}
if (!getProducerProjectIdBytes().isEmpty()) {
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 22, producerProjectId_);
}
for (int i = 0; i < logs_.size(); i++) {
output.writeMessage(23, logs_.get(i));
}
for (int i = 0; i < metrics_.size(); i++) {
output.writeMessage(24, metrics_.get(i));
}
for (int i = 0; i < monitoredResources_.size(); i++) {
output.writeMessage(25, monitoredResources_.get(i));
}
if (billing_ != null) {
output.writeMessage(26, getBilling());
}
if (logging_ != null) {
output.writeMessage(27, getLogging());
}
if (monitoring_ != null) {
output.writeMessage(28, getMonitoring());
}
if (systemParameters_ != null) {
output.writeMessage(29, getSystemParameters());
}
if (!getIdBytes().isEmpty()) {
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 33, id_);
}
if (sourceInfo_ != null) {
output.writeMessage(37, getSourceInfo());
}
if (experimental_ != null) {
output.writeMessage(101, getExperimental());
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getNameBytes().isEmpty()) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (!getTitleBytes().isEmpty()) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, title_);
}
for (int i = 0; i < apis_.size(); i++) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(3, apis_.get(i));
}
for (int i = 0; i < types_.size(); i++) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(4, types_.get(i));
}
for (int i = 0; i < enums_.size(); i++) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(5, enums_.get(i));
}
if (documentation_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(6, getDocumentation());
}
if (backend_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(8, getBackend());
}
if (http_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(9, getHttp());
}
if (quota_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(10, getQuota());
}
if (authentication_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(11, getAuthentication());
}
if (context_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(12, getContext());
}
if (usage_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(15, getUsage());
}
for (int i = 0; i < endpoints_.size(); i++) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(18, endpoints_.get(i));
}
if (configVersion_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(20, getConfigVersion());
}
if (control_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(21, getControl());
}
if (!getProducerProjectIdBytes().isEmpty()) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(22, producerProjectId_);
}
for (int i = 0; i < logs_.size(); i++) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(23, logs_.get(i));
}
for (int i = 0; i < metrics_.size(); i++) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(24, metrics_.get(i));
}
for (int i = 0; i < monitoredResources_.size(); i++) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(25, monitoredResources_.get(i));
}
if (billing_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(26, getBilling());
}
if (logging_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(27, getLogging());
}
if (monitoring_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(28, getMonitoring());
}
if (systemParameters_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(29, getSystemParameters());
}
if (!getIdBytes().isEmpty()) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(33, id_);
}
if (sourceInfo_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(37, getSourceInfo());
}
if (experimental_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(101, getExperimental());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof nl.topicus.jdbc.shaded.com.google.api.Service)) {
return super.equals(obj);
}
nl.topicus.jdbc.shaded.com.google.api.Service other = (nl.topicus.jdbc.shaded.com.google.api.Service) obj;
boolean result = true;
result = result && (hasConfigVersion() == other.hasConfigVersion());
if (hasConfigVersion()) {
result = result && getConfigVersion()
.equals(other.getConfigVersion());
}
result = result && getName()
.equals(other.getName());
result = result && getId()
.equals(other.getId());
result = result && getTitle()
.equals(other.getTitle());
result = result && getProducerProjectId()
.equals(other.getProducerProjectId());
result = result && getApisList()
.equals(other.getApisList());
result = result && getTypesList()
.equals(other.getTypesList());
result = result && getEnumsList()
.equals(other.getEnumsList());
result = result && (hasDocumentation() == other.hasDocumentation());
if (hasDocumentation()) {
result = result && getDocumentation()
.equals(other.getDocumentation());
}
result = result && (hasBackend() == other.hasBackend());
if (hasBackend()) {
result = result && getBackend()
.equals(other.getBackend());
}
result = result && (hasHttp() == other.hasHttp());
if (hasHttp()) {
result = result && getHttp()
.equals(other.getHttp());
}
result = result && (hasQuota() == other.hasQuota());
if (hasQuota()) {
result = result && getQuota()
.equals(other.getQuota());
}
result = result && (hasAuthentication() == other.hasAuthentication());
if (hasAuthentication()) {
result = result && getAuthentication()
.equals(other.getAuthentication());
}
result = result && (hasContext() == other.hasContext());
if (hasContext()) {
result = result && getContext()
.equals(other.getContext());
}
result = result && (hasUsage() == other.hasUsage());
if (hasUsage()) {
result = result && getUsage()
.equals(other.getUsage());
}
result = result && getEndpointsList()
.equals(other.getEndpointsList());
result = result && (hasControl() == other.hasControl());
if (hasControl()) {
result = result && getControl()
.equals(other.getControl());
}
result = result && getLogsList()
.equals(other.getLogsList());
result = result && getMetricsList()
.equals(other.getMetricsList());
result = result && getMonitoredResourcesList()
.equals(other.getMonitoredResourcesList());
result = result && (hasBilling() == other.hasBilling());
if (hasBilling()) {
result = result && getBilling()
.equals(other.getBilling());
}
result = result && (hasLogging() == other.hasLogging());
if (hasLogging()) {
result = result && getLogging()
.equals(other.getLogging());
}
result = result && (hasMonitoring() == other.hasMonitoring());
if (hasMonitoring()) {
result = result && getMonitoring()
.equals(other.getMonitoring());
}
result = result && (hasSystemParameters() == other.hasSystemParameters());
if (hasSystemParameters()) {
result = result && getSystemParameters()
.equals(other.getSystemParameters());
}
result = result && (hasSourceInfo() == other.hasSourceInfo());
if (hasSourceInfo()) {
result = result && getSourceInfo()
.equals(other.getSourceInfo());
}
result = result && (hasExperimental() == other.hasExperimental());
if (hasExperimental()) {
result = result && getExperimental()
.equals(other.getExperimental());
}
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasConfigVersion()) {
hash = (37 * hash) + CONFIG_VERSION_FIELD_NUMBER;
hash = (53 * hash) + getConfigVersion().hashCode();
}
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
hash = (37 * hash) + ID_FIELD_NUMBER;
hash = (53 * hash) + getId().hashCode();
hash = (37 * hash) + TITLE_FIELD_NUMBER;
hash = (53 * hash) + getTitle().hashCode();
hash = (37 * hash) + PRODUCER_PROJECT_ID_FIELD_NUMBER;
hash = (53 * hash) + getProducerProjectId().hashCode();
if (getApisCount() > 0) {
hash = (37 * hash) + APIS_FIELD_NUMBER;
hash = (53 * hash) + getApisList().hashCode();
}
if (getTypesCount() > 0) {
hash = (37 * hash) + TYPES_FIELD_NUMBER;
hash = (53 * hash) + getTypesList().hashCode();
}
if (getEnumsCount() > 0) {
hash = (37 * hash) + ENUMS_FIELD_NUMBER;
hash = (53 * hash) + getEnumsList().hashCode();
}
if (hasDocumentation()) {
hash = (37 * hash) + DOCUMENTATION_FIELD_NUMBER;
hash = (53 * hash) + getDocumentation().hashCode();
}
if (hasBackend()) {
hash = (37 * hash) + BACKEND_FIELD_NUMBER;
hash = (53 * hash) + getBackend().hashCode();
}
if (hasHttp()) {
hash = (37 * hash) + HTTP_FIELD_NUMBER;
hash = (53 * hash) + getHttp().hashCode();
}
if (hasQuota()) {
hash = (37 * hash) + QUOTA_FIELD_NUMBER;
hash = (53 * hash) + getQuota().hashCode();
}
if (hasAuthentication()) {
hash = (37 * hash) + AUTHENTICATION_FIELD_NUMBER;
hash = (53 * hash) + getAuthentication().hashCode();
}
if (hasContext()) {
hash = (37 * hash) + CONTEXT_FIELD_NUMBER;
hash = (53 * hash) + getContext().hashCode();
}
if (hasUsage()) {
hash = (37 * hash) + USAGE_FIELD_NUMBER;
hash = (53 * hash) + getUsage().hashCode();
}
if (getEndpointsCount() > 0) {
hash = (37 * hash) + ENDPOINTS_FIELD_NUMBER;
hash = (53 * hash) + getEndpointsList().hashCode();
}
if (hasControl()) {
hash = (37 * hash) + CONTROL_FIELD_NUMBER;
hash = (53 * hash) + getControl().hashCode();
}
if (getLogsCount() > 0) {
hash = (37 * hash) + LOGS_FIELD_NUMBER;
hash = (53 * hash) + getLogsList().hashCode();
}
if (getMetricsCount() > 0) {
hash = (37 * hash) + METRICS_FIELD_NUMBER;
hash = (53 * hash) + getMetricsList().hashCode();
}
if (getMonitoredResourcesCount() > 0) {
hash = (37 * hash) + MONITORED_RESOURCES_FIELD_NUMBER;
hash = (53 * hash) + getMonitoredResourcesList().hashCode();
}
if (hasBilling()) {
hash = (37 * hash) + BILLING_FIELD_NUMBER;
hash = (53 * hash) + getBilling().hashCode();
}
if (hasLogging()) {
hash = (37 * hash) + LOGGING_FIELD_NUMBER;
hash = (53 * hash) + getLogging().hashCode();
}
if (hasMonitoring()) {
hash = (37 * hash) + MONITORING_FIELD_NUMBER;
hash = (53 * hash) + getMonitoring().hashCode();
}
if (hasSystemParameters()) {
hash = (37 * hash) + SYSTEM_PARAMETERS_FIELD_NUMBER;
hash = (53 * hash) + getSystemParameters().hashCode();
}
if (hasSourceInfo()) {
hash = (37 * hash) + SOURCE_INFO_FIELD_NUMBER;
hash = (53 * hash) + getSourceInfo().hashCode();
}
if (hasExperimental()) {
hash = (37 * hash) + EXPERIMENTAL_FIELD_NUMBER;
hash = (53 * hash) + getExperimental().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static nl.topicus.jdbc.shaded.com.google.api.Service parseFrom(
java.nio.ByteBuffer data)
throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static nl.topicus.jdbc.shaded.com.google.api.Service parseFrom(
java.nio.ByteBuffer data,
nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static nl.topicus.jdbc.shaded.com.google.api.Service parseFrom(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString data)
throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static nl.topicus.jdbc.shaded.com.google.api.Service parseFrom(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString data,
nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static nl.topicus.jdbc.shaded.com.google.api.Service parseFrom(byte[] data)
throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static nl.topicus.jdbc.shaded.com.google.api.Service parseFrom(
byte[] data,
nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static nl.topicus.jdbc.shaded.com.google.api.Service parseFrom(java.io.InputStream input)
throws java.io.IOException {
return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static nl.topicus.jdbc.shaded.com.google.api.Service parseFrom(
java.io.InputStream input,
nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static nl.topicus.jdbc.shaded.com.google.api.Service parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static nl.topicus.jdbc.shaded.com.google.api.Service parseDelimitedFrom(
java.io.InputStream input,
nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static nl.topicus.jdbc.shaded.com.google.api.Service parseFrom(
nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static nl.topicus.jdbc.shaded.com.google.api.Service parseFrom(
nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input,
nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(nl.topicus.jdbc.shaded.com.google.api.Service prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* `Service` is the root object of Google service configuration schema. It
* describes basic information about a service, such as the name and the
* title, and delegates other aspects to sub-sections. Each sub-section is
* either a proto message or a repeated proto message that configures a
* specific aspect, such as auth. See each proto message definition for details.
* Example:
* type: google.api.Service
* config_version: 3
* name: calendar.googleapis.com
* title: Google Calendar API
* apis:
* - name: google.calendar.v3.Calendar
* authentication:
* providers:
* - id: google_calendar_auth
* jwks_uri: https://www.googleapis.com/oauth2/v1/certs
* issuer: https://securetoken.google.com
* rules:
* - selector: "*"
* requirements:
* provider_id: google_calendar_auth
*
*
* Protobuf type {@code google.api.Service}
*/
public static final class Builder extends
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.api.Service)
nl.topicus.jdbc.shaded.com.google.api.ServiceOrBuilder {
public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return nl.topicus.jdbc.shaded.com.google.api.ServiceProto.internal_static_google_api_Service_descriptor;
}
protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return nl.topicus.jdbc.shaded.com.google.api.ServiceProto.internal_static_google_api_Service_fieldAccessorTable
.ensureFieldAccessorsInitialized(
nl.topicus.jdbc.shaded.com.google.api.Service.class, nl.topicus.jdbc.shaded.com.google.api.Service.Builder.class);
}
// Construct using nl.topicus.jdbc.shaded.com.google.api.Service.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getApisFieldBuilder();
getTypesFieldBuilder();
getEnumsFieldBuilder();
getEndpointsFieldBuilder();
getLogsFieldBuilder();
getMetricsFieldBuilder();
getMonitoredResourcesFieldBuilder();
}
}
public Builder clear() {
super.clear();
if (configVersionBuilder_ == null) {
configVersion_ = null;
} else {
configVersion_ = null;
configVersionBuilder_ = null;
}
name_ = "";
id_ = "";
title_ = "";
producerProjectId_ = "";
if (apisBuilder_ == null) {
apis_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000020);
} else {
apisBuilder_.clear();
}
if (typesBuilder_ == null) {
types_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000040);
} else {
typesBuilder_.clear();
}
if (enumsBuilder_ == null) {
enums_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000080);
} else {
enumsBuilder_.clear();
}
if (documentationBuilder_ == null) {
documentation_ = null;
} else {
documentation_ = null;
documentationBuilder_ = null;
}
if (backendBuilder_ == null) {
backend_ = null;
} else {
backend_ = null;
backendBuilder_ = null;
}
if (httpBuilder_ == null) {
http_ = null;
} else {
http_ = null;
httpBuilder_ = null;
}
if (quotaBuilder_ == null) {
quota_ = null;
} else {
quota_ = null;
quotaBuilder_ = null;
}
if (authenticationBuilder_ == null) {
authentication_ = null;
} else {
authentication_ = null;
authenticationBuilder_ = null;
}
if (contextBuilder_ == null) {
context_ = null;
} else {
context_ = null;
contextBuilder_ = null;
}
if (usageBuilder_ == null) {
usage_ = null;
} else {
usage_ = null;
usageBuilder_ = null;
}
if (endpointsBuilder_ == null) {
endpoints_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00008000);
} else {
endpointsBuilder_.clear();
}
if (controlBuilder_ == null) {
control_ = null;
} else {
control_ = null;
controlBuilder_ = null;
}
if (logsBuilder_ == null) {
logs_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00020000);
} else {
logsBuilder_.clear();
}
if (metricsBuilder_ == null) {
metrics_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00040000);
} else {
metricsBuilder_.clear();
}
if (monitoredResourcesBuilder_ == null) {
monitoredResources_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00080000);
} else {
monitoredResourcesBuilder_.clear();
}
if (billingBuilder_ == null) {
billing_ = null;
} else {
billing_ = null;
billingBuilder_ = null;
}
if (loggingBuilder_ == null) {
logging_ = null;
} else {
logging_ = null;
loggingBuilder_ = null;
}
if (monitoringBuilder_ == null) {
monitoring_ = null;
} else {
monitoring_ = null;
monitoringBuilder_ = null;
}
if (systemParametersBuilder_ == null) {
systemParameters_ = null;
} else {
systemParameters_ = null;
systemParametersBuilder_ = null;
}
if (sourceInfoBuilder_ == null) {
sourceInfo_ = null;
} else {
sourceInfo_ = null;
sourceInfoBuilder_ = null;
}
if (experimentalBuilder_ == null) {
experimental_ = null;
} else {
experimental_ = null;
experimentalBuilder_ = null;
}
return this;
}
public nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return nl.topicus.jdbc.shaded.com.google.api.ServiceProto.internal_static_google_api_Service_descriptor;
}
public nl.topicus.jdbc.shaded.com.google.api.Service getDefaultInstanceForType() {
return nl.topicus.jdbc.shaded.com.google.api.Service.getDefaultInstance();
}
public nl.topicus.jdbc.shaded.com.google.api.Service build() {
nl.topicus.jdbc.shaded.com.google.api.Service result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public nl.topicus.jdbc.shaded.com.google.api.Service buildPartial() {
nl.topicus.jdbc.shaded.com.google.api.Service result = new nl.topicus.jdbc.shaded.com.google.api.Service(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (configVersionBuilder_ == null) {
result.configVersion_ = configVersion_;
} else {
result.configVersion_ = configVersionBuilder_.build();
}
result.name_ = name_;
result.id_ = id_;
result.title_ = title_;
result.producerProjectId_ = producerProjectId_;
if (apisBuilder_ == null) {
if (((bitField0_ & 0x00000020) == 0x00000020)) {
apis_ = java.util.Collections.unmodifiableList(apis_);
bitField0_ = (bitField0_ & ~0x00000020);
}
result.apis_ = apis_;
} else {
result.apis_ = apisBuilder_.build();
}
if (typesBuilder_ == null) {
if (((bitField0_ & 0x00000040) == 0x00000040)) {
types_ = java.util.Collections.unmodifiableList(types_);
bitField0_ = (bitField0_ & ~0x00000040);
}
result.types_ = types_;
} else {
result.types_ = typesBuilder_.build();
}
if (enumsBuilder_ == null) {
if (((bitField0_ & 0x00000080) == 0x00000080)) {
enums_ = java.util.Collections.unmodifiableList(enums_);
bitField0_ = (bitField0_ & ~0x00000080);
}
result.enums_ = enums_;
} else {
result.enums_ = enumsBuilder_.build();
}
if (documentationBuilder_ == null) {
result.documentation_ = documentation_;
} else {
result.documentation_ = documentationBuilder_.build();
}
if (backendBuilder_ == null) {
result.backend_ = backend_;
} else {
result.backend_ = backendBuilder_.build();
}
if (httpBuilder_ == null) {
result.http_ = http_;
} else {
result.http_ = httpBuilder_.build();
}
if (quotaBuilder_ == null) {
result.quota_ = quota_;
} else {
result.quota_ = quotaBuilder_.build();
}
if (authenticationBuilder_ == null) {
result.authentication_ = authentication_;
} else {
result.authentication_ = authenticationBuilder_.build();
}
if (contextBuilder_ == null) {
result.context_ = context_;
} else {
result.context_ = contextBuilder_.build();
}
if (usageBuilder_ == null) {
result.usage_ = usage_;
} else {
result.usage_ = usageBuilder_.build();
}
if (endpointsBuilder_ == null) {
if (((bitField0_ & 0x00008000) == 0x00008000)) {
endpoints_ = java.util.Collections.unmodifiableList(endpoints_);
bitField0_ = (bitField0_ & ~0x00008000);
}
result.endpoints_ = endpoints_;
} else {
result.endpoints_ = endpointsBuilder_.build();
}
if (controlBuilder_ == null) {
result.control_ = control_;
} else {
result.control_ = controlBuilder_.build();
}
if (logsBuilder_ == null) {
if (((bitField0_ & 0x00020000) == 0x00020000)) {
logs_ = java.util.Collections.unmodifiableList(logs_);
bitField0_ = (bitField0_ & ~0x00020000);
}
result.logs_ = logs_;
} else {
result.logs_ = logsBuilder_.build();
}
if (metricsBuilder_ == null) {
if (((bitField0_ & 0x00040000) == 0x00040000)) {
metrics_ = java.util.Collections.unmodifiableList(metrics_);
bitField0_ = (bitField0_ & ~0x00040000);
}
result.metrics_ = metrics_;
} else {
result.metrics_ = metricsBuilder_.build();
}
if (monitoredResourcesBuilder_ == null) {
if (((bitField0_ & 0x00080000) == 0x00080000)) {
monitoredResources_ = java.util.Collections.unmodifiableList(monitoredResources_);
bitField0_ = (bitField0_ & ~0x00080000);
}
result.monitoredResources_ = monitoredResources_;
} else {
result.monitoredResources_ = monitoredResourcesBuilder_.build();
}
if (billingBuilder_ == null) {
result.billing_ = billing_;
} else {
result.billing_ = billingBuilder_.build();
}
if (loggingBuilder_ == null) {
result.logging_ = logging_;
} else {
result.logging_ = loggingBuilder_.build();
}
if (monitoringBuilder_ == null) {
result.monitoring_ = monitoring_;
} else {
result.monitoring_ = monitoringBuilder_.build();
}
if (systemParametersBuilder_ == null) {
result.systemParameters_ = systemParameters_;
} else {
result.systemParameters_ = systemParametersBuilder_.build();
}
if (sourceInfoBuilder_ == null) {
result.sourceInfo_ = sourceInfo_;
} else {
result.sourceInfo_ = sourceInfoBuilder_.build();
}
if (experimentalBuilder_ == null) {
result.experimental_ = experimental_;
} else {
result.experimental_ = experimentalBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.protobuf.Message other) {
if (other instanceof nl.topicus.jdbc.shaded.com.google.api.Service) {
return mergeFrom((nl.topicus.jdbc.shaded.com.google.api.Service)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.api.Service other) {
if (other == nl.topicus.jdbc.shaded.com.google.api.Service.getDefaultInstance()) return this;
if (other.hasConfigVersion()) {
mergeConfigVersion(other.getConfigVersion());
}
if (!other.getName().isEmpty()) {
name_ = other.name_;
onChanged();
}
if (!other.getId().isEmpty()) {
id_ = other.id_;
onChanged();
}
if (!other.getTitle().isEmpty()) {
title_ = other.title_;
onChanged();
}
if (!other.getProducerProjectId().isEmpty()) {
producerProjectId_ = other.producerProjectId_;
onChanged();
}
if (apisBuilder_ == null) {
if (!other.apis_.isEmpty()) {
if (apis_.isEmpty()) {
apis_ = other.apis_;
bitField0_ = (bitField0_ & ~0x00000020);
} else {
ensureApisIsMutable();
apis_.addAll(other.apis_);
}
onChanged();
}
} else {
if (!other.apis_.isEmpty()) {
if (apisBuilder_.isEmpty()) {
apisBuilder_.dispose();
apisBuilder_ = null;
apis_ = other.apis_;
bitField0_ = (bitField0_ & ~0x00000020);
apisBuilder_ =
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getApisFieldBuilder() : null;
} else {
apisBuilder_.addAllMessages(other.apis_);
}
}
}
if (typesBuilder_ == null) {
if (!other.types_.isEmpty()) {
if (types_.isEmpty()) {
types_ = other.types_;
bitField0_ = (bitField0_ & ~0x00000040);
} else {
ensureTypesIsMutable();
types_.addAll(other.types_);
}
onChanged();
}
} else {
if (!other.types_.isEmpty()) {
if (typesBuilder_.isEmpty()) {
typesBuilder_.dispose();
typesBuilder_ = null;
types_ = other.types_;
bitField0_ = (bitField0_ & ~0x00000040);
typesBuilder_ =
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getTypesFieldBuilder() : null;
} else {
typesBuilder_.addAllMessages(other.types_);
}
}
}
if (enumsBuilder_ == null) {
if (!other.enums_.isEmpty()) {
if (enums_.isEmpty()) {
enums_ = other.enums_;
bitField0_ = (bitField0_ & ~0x00000080);
} else {
ensureEnumsIsMutable();
enums_.addAll(other.enums_);
}
onChanged();
}
} else {
if (!other.enums_.isEmpty()) {
if (enumsBuilder_.isEmpty()) {
enumsBuilder_.dispose();
enumsBuilder_ = null;
enums_ = other.enums_;
bitField0_ = (bitField0_ & ~0x00000080);
enumsBuilder_ =
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getEnumsFieldBuilder() : null;
} else {
enumsBuilder_.addAllMessages(other.enums_);
}
}
}
if (other.hasDocumentation()) {
mergeDocumentation(other.getDocumentation());
}
if (other.hasBackend()) {
mergeBackend(other.getBackend());
}
if (other.hasHttp()) {
mergeHttp(other.getHttp());
}
if (other.hasQuota()) {
mergeQuota(other.getQuota());
}
if (other.hasAuthentication()) {
mergeAuthentication(other.getAuthentication());
}
if (other.hasContext()) {
mergeContext(other.getContext());
}
if (other.hasUsage()) {
mergeUsage(other.getUsage());
}
if (endpointsBuilder_ == null) {
if (!other.endpoints_.isEmpty()) {
if (endpoints_.isEmpty()) {
endpoints_ = other.endpoints_;
bitField0_ = (bitField0_ & ~0x00008000);
} else {
ensureEndpointsIsMutable();
endpoints_.addAll(other.endpoints_);
}
onChanged();
}
} else {
if (!other.endpoints_.isEmpty()) {
if (endpointsBuilder_.isEmpty()) {
endpointsBuilder_.dispose();
endpointsBuilder_ = null;
endpoints_ = other.endpoints_;
bitField0_ = (bitField0_ & ~0x00008000);
endpointsBuilder_ =
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getEndpointsFieldBuilder() : null;
} else {
endpointsBuilder_.addAllMessages(other.endpoints_);
}
}
}
if (other.hasControl()) {
mergeControl(other.getControl());
}
if (logsBuilder_ == null) {
if (!other.logs_.isEmpty()) {
if (logs_.isEmpty()) {
logs_ = other.logs_;
bitField0_ = (bitField0_ & ~0x00020000);
} else {
ensureLogsIsMutable();
logs_.addAll(other.logs_);
}
onChanged();
}
} else {
if (!other.logs_.isEmpty()) {
if (logsBuilder_.isEmpty()) {
logsBuilder_.dispose();
logsBuilder_ = null;
logs_ = other.logs_;
bitField0_ = (bitField0_ & ~0x00020000);
logsBuilder_ =
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getLogsFieldBuilder() : null;
} else {
logsBuilder_.addAllMessages(other.logs_);
}
}
}
if (metricsBuilder_ == null) {
if (!other.metrics_.isEmpty()) {
if (metrics_.isEmpty()) {
metrics_ = other.metrics_;
bitField0_ = (bitField0_ & ~0x00040000);
} else {
ensureMetricsIsMutable();
metrics_.addAll(other.metrics_);
}
onChanged();
}
} else {
if (!other.metrics_.isEmpty()) {
if (metricsBuilder_.isEmpty()) {
metricsBuilder_.dispose();
metricsBuilder_ = null;
metrics_ = other.metrics_;
bitField0_ = (bitField0_ & ~0x00040000);
metricsBuilder_ =
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getMetricsFieldBuilder() : null;
} else {
metricsBuilder_.addAllMessages(other.metrics_);
}
}
}
if (monitoredResourcesBuilder_ == null) {
if (!other.monitoredResources_.isEmpty()) {
if (monitoredResources_.isEmpty()) {
monitoredResources_ = other.monitoredResources_;
bitField0_ = (bitField0_ & ~0x00080000);
} else {
ensureMonitoredResourcesIsMutable();
monitoredResources_.addAll(other.monitoredResources_);
}
onChanged();
}
} else {
if (!other.monitoredResources_.isEmpty()) {
if (monitoredResourcesBuilder_.isEmpty()) {
monitoredResourcesBuilder_.dispose();
monitoredResourcesBuilder_ = null;
monitoredResources_ = other.monitoredResources_;
bitField0_ = (bitField0_ & ~0x00080000);
monitoredResourcesBuilder_ =
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getMonitoredResourcesFieldBuilder() : null;
} else {
monitoredResourcesBuilder_.addAllMessages(other.monitoredResources_);
}
}
}
if (other.hasBilling()) {
mergeBilling(other.getBilling());
}
if (other.hasLogging()) {
mergeLogging(other.getLogging());
}
if (other.hasMonitoring()) {
mergeMonitoring(other.getMonitoring());
}
if (other.hasSystemParameters()) {
mergeSystemParameters(other.getSystemParameters());
}
if (other.hasSourceInfo()) {
mergeSourceInfo(other.getSourceInfo());
}
if (other.hasExperimental()) {
mergeExperimental(other.getExperimental());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input,
nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
nl.topicus.jdbc.shaded.com.google.api.Service parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (nl.topicus.jdbc.shaded.com.google.api.Service) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value configVersion_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value, nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.UInt32ValueOrBuilder> configVersionBuilder_;
/**
*
* The semantic version of the service configuration. The config version
* affects the interpretation of the service configuration. For example,
* certain features are enabled by default for certain config versions.
* The latest config version is `3`.
*
*
* .google.protobuf.UInt32Value config_version = 20;
*/
public boolean hasConfigVersion() {
return configVersionBuilder_ != null || configVersion_ != null;
}
/**
*
* The semantic version of the service configuration. The config version
* affects the interpretation of the service configuration. For example,
* certain features are enabled by default for certain config versions.
* The latest config version is `3`.
*
*
* .google.protobuf.UInt32Value config_version = 20;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value getConfigVersion() {
if (configVersionBuilder_ == null) {
return configVersion_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value.getDefaultInstance() : configVersion_;
} else {
return configVersionBuilder_.getMessage();
}
}
/**
*
* The semantic version of the service configuration. The config version
* affects the interpretation of the service configuration. For example,
* certain features are enabled by default for certain config versions.
* The latest config version is `3`.
*
*
* .google.protobuf.UInt32Value config_version = 20;
*/
public Builder setConfigVersion(nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value value) {
if (configVersionBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
configVersion_ = value;
onChanged();
} else {
configVersionBuilder_.setMessage(value);
}
return this;
}
/**
*
* The semantic version of the service configuration. The config version
* affects the interpretation of the service configuration. For example,
* certain features are enabled by default for certain config versions.
* The latest config version is `3`.
*
*
* .google.protobuf.UInt32Value config_version = 20;
*/
public Builder setConfigVersion(
nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value.Builder builderForValue) {
if (configVersionBuilder_ == null) {
configVersion_ = builderForValue.build();
onChanged();
} else {
configVersionBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* The semantic version of the service configuration. The config version
* affects the interpretation of the service configuration. For example,
* certain features are enabled by default for certain config versions.
* The latest config version is `3`.
*
*
* .google.protobuf.UInt32Value config_version = 20;
*/
public Builder mergeConfigVersion(nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value value) {
if (configVersionBuilder_ == null) {
if (configVersion_ != null) {
configVersion_ =
nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value.newBuilder(configVersion_).mergeFrom(value).buildPartial();
} else {
configVersion_ = value;
}
onChanged();
} else {
configVersionBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* The semantic version of the service configuration. The config version
* affects the interpretation of the service configuration. For example,
* certain features are enabled by default for certain config versions.
* The latest config version is `3`.
*
*
* .google.protobuf.UInt32Value config_version = 20;
*/
public Builder clearConfigVersion() {
if (configVersionBuilder_ == null) {
configVersion_ = null;
onChanged();
} else {
configVersion_ = null;
configVersionBuilder_ = null;
}
return this;
}
/**
*
* The semantic version of the service configuration. The config version
* affects the interpretation of the service configuration. For example,
* certain features are enabled by default for certain config versions.
* The latest config version is `3`.
*
*
* .google.protobuf.UInt32Value config_version = 20;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value.Builder getConfigVersionBuilder() {
onChanged();
return getConfigVersionFieldBuilder().getBuilder();
}
/**
*
* The semantic version of the service configuration. The config version
* affects the interpretation of the service configuration. For example,
* certain features are enabled by default for certain config versions.
* The latest config version is `3`.
*
*
* .google.protobuf.UInt32Value config_version = 20;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.UInt32ValueOrBuilder getConfigVersionOrBuilder() {
if (configVersionBuilder_ != null) {
return configVersionBuilder_.getMessageOrBuilder();
} else {
return configVersion_ == null ?
nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value.getDefaultInstance() : configVersion_;
}
}
/**
*
* The semantic version of the service configuration. The config version
* affects the interpretation of the service configuration. For example,
* certain features are enabled by default for certain config versions.
* The latest config version is `3`.
*
*
* .google.protobuf.UInt32Value config_version = 20;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value, nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.UInt32ValueOrBuilder>
getConfigVersionFieldBuilder() {
if (configVersionBuilder_ == null) {
configVersionBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value, nl.topicus.jdbc.shaded.com.google.protobuf.UInt32Value.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.UInt32ValueOrBuilder>(
getConfigVersion(),
getParentForChildren(),
isClean());
configVersion_ = null;
}
return configVersionBuilder_;
}
private java.lang.Object name_ = "";
/**
*
* The DNS address at which this service is available,
* e.g. `calendar.googleapis.com`.
*
*
* string name = 1;
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs =
(nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* The DNS address at which this service is available,
* e.g. `calendar.googleapis.com`.
*
*
* string name = 1;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b =
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* The DNS address at which this service is available,
* e.g. `calendar.googleapis.com`.
*
*
* string name = 1;
*/
public Builder setName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
name_ = value;
onChanged();
return this;
}
/**
*
* The DNS address at which this service is available,
* e.g. `calendar.googleapis.com`.
*
*
* string name = 1;
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
onChanged();
return this;
}
/**
*
* The DNS address at which this service is available,
* e.g. `calendar.googleapis.com`.
*
*
* string name = 1;
*/
public Builder setNameBytes(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
name_ = value;
onChanged();
return this;
}
private java.lang.Object id_ = "";
/**
*
* A unique ID for a specific instance of this message, typically assigned
* by the client for tracking purpose. If empty, the server may choose to
* generate one instead.
*
*
* string id = 33;
*/
public java.lang.String getId() {
java.lang.Object ref = id_;
if (!(ref instanceof java.lang.String)) {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs =
(nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
id_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* A unique ID for a specific instance of this message, typically assigned
* by the client for tracking purpose. If empty, the server may choose to
* generate one instead.
*
*
* string id = 33;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof String) {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b =
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* A unique ID for a specific instance of this message, typically assigned
* by the client for tracking purpose. If empty, the server may choose to
* generate one instead.
*
*
* string id = 33;
*/
public Builder setId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
id_ = value;
onChanged();
return this;
}
/**
*
* A unique ID for a specific instance of this message, typically assigned
* by the client for tracking purpose. If empty, the server may choose to
* generate one instead.
*
*
* string id = 33;
*/
public Builder clearId() {
id_ = getDefaultInstance().getId();
onChanged();
return this;
}
/**
*
* A unique ID for a specific instance of this message, typically assigned
* by the client for tracking purpose. If empty, the server may choose to
* generate one instead.
*
*
* string id = 33;
*/
public Builder setIdBytes(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
id_ = value;
onChanged();
return this;
}
private java.lang.Object title_ = "";
/**
*
* The product title for this service.
*
*
* string title = 2;
*/
public java.lang.String getTitle() {
java.lang.Object ref = title_;
if (!(ref instanceof java.lang.String)) {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs =
(nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
title_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* The product title for this service.
*
*
* string title = 2;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getTitleBytes() {
java.lang.Object ref = title_;
if (ref instanceof String) {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b =
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
title_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* The product title for this service.
*
*
* string title = 2;
*/
public Builder setTitle(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
title_ = value;
onChanged();
return this;
}
/**
*
* The product title for this service.
*
*
* string title = 2;
*/
public Builder clearTitle() {
title_ = getDefaultInstance().getTitle();
onChanged();
return this;
}
/**
*
* The product title for this service.
*
*
* string title = 2;
*/
public Builder setTitleBytes(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
title_ = value;
onChanged();
return this;
}
private java.lang.Object producerProjectId_ = "";
/**
*
* The Google project that owns this service.
*
*
* string producer_project_id = 22;
*/
public java.lang.String getProducerProjectId() {
java.lang.Object ref = producerProjectId_;
if (!(ref instanceof java.lang.String)) {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs =
(nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
producerProjectId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* The Google project that owns this service.
*
*
* string producer_project_id = 22;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getProducerProjectIdBytes() {
java.lang.Object ref = producerProjectId_;
if (ref instanceof String) {
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b =
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
producerProjectId_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* The Google project that owns this service.
*
*
* string producer_project_id = 22;
*/
public Builder setProducerProjectId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
producerProjectId_ = value;
onChanged();
return this;
}
/**
*
* The Google project that owns this service.
*
*
* string producer_project_id = 22;
*/
public Builder clearProducerProjectId() {
producerProjectId_ = getDefaultInstance().getProducerProjectId();
onChanged();
return this;
}
/**
*
* The Google project that owns this service.
*
*
* string producer_project_id = 22;
*/
public Builder setProducerProjectIdBytes(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
producerProjectId_ = value;
onChanged();
return this;
}
private java.util.List apis_ =
java.util.Collections.emptyList();
private void ensureApisIsMutable() {
if (!((bitField0_ & 0x00000020) == 0x00000020)) {
apis_ = new java.util.ArrayList(apis_);
bitField0_ |= 0x00000020;
}
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Api, nl.topicus.jdbc.shaded.com.google.protobuf.Api.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.ApiOrBuilder> apisBuilder_;
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public java.util.List getApisList() {
if (apisBuilder_ == null) {
return java.util.Collections.unmodifiableList(apis_);
} else {
return apisBuilder_.getMessageList();
}
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public int getApisCount() {
if (apisBuilder_ == null) {
return apis_.size();
} else {
return apisBuilder_.getCount();
}
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Api getApis(int index) {
if (apisBuilder_ == null) {
return apis_.get(index);
} else {
return apisBuilder_.getMessage(index);
}
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public Builder setApis(
int index, nl.topicus.jdbc.shaded.com.google.protobuf.Api value) {
if (apisBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureApisIsMutable();
apis_.set(index, value);
onChanged();
} else {
apisBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public Builder setApis(
int index, nl.topicus.jdbc.shaded.com.google.protobuf.Api.Builder builderForValue) {
if (apisBuilder_ == null) {
ensureApisIsMutable();
apis_.set(index, builderForValue.build());
onChanged();
} else {
apisBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public Builder addApis(nl.topicus.jdbc.shaded.com.google.protobuf.Api value) {
if (apisBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureApisIsMutable();
apis_.add(value);
onChanged();
} else {
apisBuilder_.addMessage(value);
}
return this;
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public Builder addApis(
int index, nl.topicus.jdbc.shaded.com.google.protobuf.Api value) {
if (apisBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureApisIsMutable();
apis_.add(index, value);
onChanged();
} else {
apisBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public Builder addApis(
nl.topicus.jdbc.shaded.com.google.protobuf.Api.Builder builderForValue) {
if (apisBuilder_ == null) {
ensureApisIsMutable();
apis_.add(builderForValue.build());
onChanged();
} else {
apisBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public Builder addApis(
int index, nl.topicus.jdbc.shaded.com.google.protobuf.Api.Builder builderForValue) {
if (apisBuilder_ == null) {
ensureApisIsMutable();
apis_.add(index, builderForValue.build());
onChanged();
} else {
apisBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public Builder addAllApis(
java.lang.Iterable extends nl.topicus.jdbc.shaded.com.google.protobuf.Api> values) {
if (apisBuilder_ == null) {
ensureApisIsMutable();
nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, apis_);
onChanged();
} else {
apisBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public Builder clearApis() {
if (apisBuilder_ == null) {
apis_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
} else {
apisBuilder_.clear();
}
return this;
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public Builder removeApis(int index) {
if (apisBuilder_ == null) {
ensureApisIsMutable();
apis_.remove(index);
onChanged();
} else {
apisBuilder_.remove(index);
}
return this;
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Api.Builder getApisBuilder(
int index) {
return getApisFieldBuilder().getBuilder(index);
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ApiOrBuilder getApisOrBuilder(
int index) {
if (apisBuilder_ == null) {
return apis_.get(index); } else {
return apisBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.protobuf.ApiOrBuilder>
getApisOrBuilderList() {
if (apisBuilder_ != null) {
return apisBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(apis_);
}
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Api.Builder addApisBuilder() {
return getApisFieldBuilder().addBuilder(
nl.topicus.jdbc.shaded.com.google.protobuf.Api.getDefaultInstance());
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Api.Builder addApisBuilder(
int index) {
return getApisFieldBuilder().addBuilder(
index, nl.topicus.jdbc.shaded.com.google.protobuf.Api.getDefaultInstance());
}
/**
*
* A list of API interfaces exported by this service. Only the `name` field
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
* author, as the remaining fields will be derived from the IDL during the
* normalization process. It is an error to specify an API interface here
* which cannot be resolved against the associated IDL files.
*
*
* repeated .google.protobuf.Api apis = 3;
*/
public java.util.List
getApisBuilderList() {
return getApisFieldBuilder().getBuilderList();
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Api, nl.topicus.jdbc.shaded.com.google.protobuf.Api.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.ApiOrBuilder>
getApisFieldBuilder() {
if (apisBuilder_ == null) {
apisBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Api, nl.topicus.jdbc.shaded.com.google.protobuf.Api.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.ApiOrBuilder>(
apis_,
((bitField0_ & 0x00000020) == 0x00000020),
getParentForChildren(),
isClean());
apis_ = null;
}
return apisBuilder_;
}
private java.util.List types_ =
java.util.Collections.emptyList();
private void ensureTypesIsMutable() {
if (!((bitField0_ & 0x00000040) == 0x00000040)) {
types_ = new java.util.ArrayList(types_);
bitField0_ |= 0x00000040;
}
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Type, nl.topicus.jdbc.shaded.com.google.protobuf.Type.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TypeOrBuilder> typesBuilder_;
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public java.util.List getTypesList() {
if (typesBuilder_ == null) {
return java.util.Collections.unmodifiableList(types_);
} else {
return typesBuilder_.getMessageList();
}
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public int getTypesCount() {
if (typesBuilder_ == null) {
return types_.size();
} else {
return typesBuilder_.getCount();
}
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Type getTypes(int index) {
if (typesBuilder_ == null) {
return types_.get(index);
} else {
return typesBuilder_.getMessage(index);
}
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public Builder setTypes(
int index, nl.topicus.jdbc.shaded.com.google.protobuf.Type value) {
if (typesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTypesIsMutable();
types_.set(index, value);
onChanged();
} else {
typesBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public Builder setTypes(
int index, nl.topicus.jdbc.shaded.com.google.protobuf.Type.Builder builderForValue) {
if (typesBuilder_ == null) {
ensureTypesIsMutable();
types_.set(index, builderForValue.build());
onChanged();
} else {
typesBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public Builder addTypes(nl.topicus.jdbc.shaded.com.google.protobuf.Type value) {
if (typesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTypesIsMutable();
types_.add(value);
onChanged();
} else {
typesBuilder_.addMessage(value);
}
return this;
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public Builder addTypes(
int index, nl.topicus.jdbc.shaded.com.google.protobuf.Type value) {
if (typesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTypesIsMutable();
types_.add(index, value);
onChanged();
} else {
typesBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public Builder addTypes(
nl.topicus.jdbc.shaded.com.google.protobuf.Type.Builder builderForValue) {
if (typesBuilder_ == null) {
ensureTypesIsMutable();
types_.add(builderForValue.build());
onChanged();
} else {
typesBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public Builder addTypes(
int index, nl.topicus.jdbc.shaded.com.google.protobuf.Type.Builder builderForValue) {
if (typesBuilder_ == null) {
ensureTypesIsMutable();
types_.add(index, builderForValue.build());
onChanged();
} else {
typesBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public Builder addAllTypes(
java.lang.Iterable extends nl.topicus.jdbc.shaded.com.google.protobuf.Type> values) {
if (typesBuilder_ == null) {
ensureTypesIsMutable();
nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, types_);
onChanged();
} else {
typesBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public Builder clearTypes() {
if (typesBuilder_ == null) {
types_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
} else {
typesBuilder_.clear();
}
return this;
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public Builder removeTypes(int index) {
if (typesBuilder_ == null) {
ensureTypesIsMutable();
types_.remove(index);
onChanged();
} else {
typesBuilder_.remove(index);
}
return this;
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Type.Builder getTypesBuilder(
int index) {
return getTypesFieldBuilder().getBuilder(index);
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.TypeOrBuilder getTypesOrBuilder(
int index) {
if (typesBuilder_ == null) {
return types_.get(index); } else {
return typesBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.protobuf.TypeOrBuilder>
getTypesOrBuilderList() {
if (typesBuilder_ != null) {
return typesBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(types_);
}
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Type.Builder addTypesBuilder() {
return getTypesFieldBuilder().addBuilder(
nl.topicus.jdbc.shaded.com.google.protobuf.Type.getDefaultInstance());
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Type.Builder addTypesBuilder(
int index) {
return getTypesFieldBuilder().addBuilder(
index, nl.topicus.jdbc.shaded.com.google.protobuf.Type.getDefaultInstance());
}
/**
*
* A list of all proto message types included in this API service.
* Types referenced directly or indirectly by the `apis` are
* automatically included. Messages which are not referenced but
* shall be included, such as types used by the `google.protobuf.Any` type,
* should be listed here by name. Example:
* types:
* - name: google.protobuf.Int32
*
*
* repeated .google.protobuf.Type types = 4;
*/
public java.util.List
getTypesBuilderList() {
return getTypesFieldBuilder().getBuilderList();
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Type, nl.topicus.jdbc.shaded.com.google.protobuf.Type.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TypeOrBuilder>
getTypesFieldBuilder() {
if (typesBuilder_ == null) {
typesBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Type, nl.topicus.jdbc.shaded.com.google.protobuf.Type.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TypeOrBuilder>(
types_,
((bitField0_ & 0x00000040) == 0x00000040),
getParentForChildren(),
isClean());
types_ = null;
}
return typesBuilder_;
}
private java.util.List enums_ =
java.util.Collections.emptyList();
private void ensureEnumsIsMutable() {
if (!((bitField0_ & 0x00000080) == 0x00000080)) {
enums_ = new java.util.ArrayList(enums_);
bitField0_ |= 0x00000080;
}
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Enum, nl.topicus.jdbc.shaded.com.google.protobuf.Enum.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.EnumOrBuilder> enumsBuilder_;
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public java.util.List getEnumsList() {
if (enumsBuilder_ == null) {
return java.util.Collections.unmodifiableList(enums_);
} else {
return enumsBuilder_.getMessageList();
}
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public int getEnumsCount() {
if (enumsBuilder_ == null) {
return enums_.size();
} else {
return enumsBuilder_.getCount();
}
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Enum getEnums(int index) {
if (enumsBuilder_ == null) {
return enums_.get(index);
} else {
return enumsBuilder_.getMessage(index);
}
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public Builder setEnums(
int index, nl.topicus.jdbc.shaded.com.google.protobuf.Enum value) {
if (enumsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureEnumsIsMutable();
enums_.set(index, value);
onChanged();
} else {
enumsBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public Builder setEnums(
int index, nl.topicus.jdbc.shaded.com.google.protobuf.Enum.Builder builderForValue) {
if (enumsBuilder_ == null) {
ensureEnumsIsMutable();
enums_.set(index, builderForValue.build());
onChanged();
} else {
enumsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public Builder addEnums(nl.topicus.jdbc.shaded.com.google.protobuf.Enum value) {
if (enumsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureEnumsIsMutable();
enums_.add(value);
onChanged();
} else {
enumsBuilder_.addMessage(value);
}
return this;
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public Builder addEnums(
int index, nl.topicus.jdbc.shaded.com.google.protobuf.Enum value) {
if (enumsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureEnumsIsMutable();
enums_.add(index, value);
onChanged();
} else {
enumsBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public Builder addEnums(
nl.topicus.jdbc.shaded.com.google.protobuf.Enum.Builder builderForValue) {
if (enumsBuilder_ == null) {
ensureEnumsIsMutable();
enums_.add(builderForValue.build());
onChanged();
} else {
enumsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public Builder addEnums(
int index, nl.topicus.jdbc.shaded.com.google.protobuf.Enum.Builder builderForValue) {
if (enumsBuilder_ == null) {
ensureEnumsIsMutable();
enums_.add(index, builderForValue.build());
onChanged();
} else {
enumsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public Builder addAllEnums(
java.lang.Iterable extends nl.topicus.jdbc.shaded.com.google.protobuf.Enum> values) {
if (enumsBuilder_ == null) {
ensureEnumsIsMutable();
nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, enums_);
onChanged();
} else {
enumsBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public Builder clearEnums() {
if (enumsBuilder_ == null) {
enums_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
} else {
enumsBuilder_.clear();
}
return this;
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public Builder removeEnums(int index) {
if (enumsBuilder_ == null) {
ensureEnumsIsMutable();
enums_.remove(index);
onChanged();
} else {
enumsBuilder_.remove(index);
}
return this;
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Enum.Builder getEnumsBuilder(
int index) {
return getEnumsFieldBuilder().getBuilder(index);
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.EnumOrBuilder getEnumsOrBuilder(
int index) {
if (enumsBuilder_ == null) {
return enums_.get(index); } else {
return enumsBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.protobuf.EnumOrBuilder>
getEnumsOrBuilderList() {
if (enumsBuilder_ != null) {
return enumsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(enums_);
}
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Enum.Builder addEnumsBuilder() {
return getEnumsFieldBuilder().addBuilder(
nl.topicus.jdbc.shaded.com.google.protobuf.Enum.getDefaultInstance());
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Enum.Builder addEnumsBuilder(
int index) {
return getEnumsFieldBuilder().addBuilder(
index, nl.topicus.jdbc.shaded.com.google.protobuf.Enum.getDefaultInstance());
}
/**
*
* A list of all enum types included in this API service. Enums
* referenced directly or indirectly by the `apis` are automatically
* included. Enums which are not referenced but shall be included
* should be listed here by name. Example:
* enums:
* - name: google.someapi.v1.SomeEnum
*
*
* repeated .google.protobuf.Enum enums = 5;
*/
public java.util.List
getEnumsBuilderList() {
return getEnumsFieldBuilder().getBuilderList();
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Enum, nl.topicus.jdbc.shaded.com.google.protobuf.Enum.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.EnumOrBuilder>
getEnumsFieldBuilder() {
if (enumsBuilder_ == null) {
enumsBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Enum, nl.topicus.jdbc.shaded.com.google.protobuf.Enum.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.EnumOrBuilder>(
enums_,
((bitField0_ & 0x00000080) == 0x00000080),
getParentForChildren(),
isClean());
enums_ = null;
}
return enumsBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.Documentation documentation_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Documentation, nl.topicus.jdbc.shaded.com.google.api.Documentation.Builder, nl.topicus.jdbc.shaded.com.google.api.DocumentationOrBuilder> documentationBuilder_;
/**
*
* Additional API documentation.
*
*
* .google.api.Documentation documentation = 6;
*/
public boolean hasDocumentation() {
return documentationBuilder_ != null || documentation_ != null;
}
/**
*
* Additional API documentation.
*
*
* .google.api.Documentation documentation = 6;
*/
public nl.topicus.jdbc.shaded.com.google.api.Documentation getDocumentation() {
if (documentationBuilder_ == null) {
return documentation_ == null ? nl.topicus.jdbc.shaded.com.google.api.Documentation.getDefaultInstance() : documentation_;
} else {
return documentationBuilder_.getMessage();
}
}
/**
*
* Additional API documentation.
*
*
* .google.api.Documentation documentation = 6;
*/
public Builder setDocumentation(nl.topicus.jdbc.shaded.com.google.api.Documentation value) {
if (documentationBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
documentation_ = value;
onChanged();
} else {
documentationBuilder_.setMessage(value);
}
return this;
}
/**
*
* Additional API documentation.
*
*
* .google.api.Documentation documentation = 6;
*/
public Builder setDocumentation(
nl.topicus.jdbc.shaded.com.google.api.Documentation.Builder builderForValue) {
if (documentationBuilder_ == null) {
documentation_ = builderForValue.build();
onChanged();
} else {
documentationBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Additional API documentation.
*
*
* .google.api.Documentation documentation = 6;
*/
public Builder mergeDocumentation(nl.topicus.jdbc.shaded.com.google.api.Documentation value) {
if (documentationBuilder_ == null) {
if (documentation_ != null) {
documentation_ =
nl.topicus.jdbc.shaded.com.google.api.Documentation.newBuilder(documentation_).mergeFrom(value).buildPartial();
} else {
documentation_ = value;
}
onChanged();
} else {
documentationBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Additional API documentation.
*
*
* .google.api.Documentation documentation = 6;
*/
public Builder clearDocumentation() {
if (documentationBuilder_ == null) {
documentation_ = null;
onChanged();
} else {
documentation_ = null;
documentationBuilder_ = null;
}
return this;
}
/**
*
* Additional API documentation.
*
*
* .google.api.Documentation documentation = 6;
*/
public nl.topicus.jdbc.shaded.com.google.api.Documentation.Builder getDocumentationBuilder() {
onChanged();
return getDocumentationFieldBuilder().getBuilder();
}
/**
*
* Additional API documentation.
*
*
* .google.api.Documentation documentation = 6;
*/
public nl.topicus.jdbc.shaded.com.google.api.DocumentationOrBuilder getDocumentationOrBuilder() {
if (documentationBuilder_ != null) {
return documentationBuilder_.getMessageOrBuilder();
} else {
return documentation_ == null ?
nl.topicus.jdbc.shaded.com.google.api.Documentation.getDefaultInstance() : documentation_;
}
}
/**
*
* Additional API documentation.
*
*
* .google.api.Documentation documentation = 6;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Documentation, nl.topicus.jdbc.shaded.com.google.api.Documentation.Builder, nl.topicus.jdbc.shaded.com.google.api.DocumentationOrBuilder>
getDocumentationFieldBuilder() {
if (documentationBuilder_ == null) {
documentationBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Documentation, nl.topicus.jdbc.shaded.com.google.api.Documentation.Builder, nl.topicus.jdbc.shaded.com.google.api.DocumentationOrBuilder>(
getDocumentation(),
getParentForChildren(),
isClean());
documentation_ = null;
}
return documentationBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.Backend backend_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Backend, nl.topicus.jdbc.shaded.com.google.api.Backend.Builder, nl.topicus.jdbc.shaded.com.google.api.BackendOrBuilder> backendBuilder_;
/**
*
* API backend configuration.
*
*
* .google.api.Backend backend = 8;
*/
public boolean hasBackend() {
return backendBuilder_ != null || backend_ != null;
}
/**
*
* API backend configuration.
*
*
* .google.api.Backend backend = 8;
*/
public nl.topicus.jdbc.shaded.com.google.api.Backend getBackend() {
if (backendBuilder_ == null) {
return backend_ == null ? nl.topicus.jdbc.shaded.com.google.api.Backend.getDefaultInstance() : backend_;
} else {
return backendBuilder_.getMessage();
}
}
/**
*
* API backend configuration.
*
*
* .google.api.Backend backend = 8;
*/
public Builder setBackend(nl.topicus.jdbc.shaded.com.google.api.Backend value) {
if (backendBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
backend_ = value;
onChanged();
} else {
backendBuilder_.setMessage(value);
}
return this;
}
/**
*
* API backend configuration.
*
*
* .google.api.Backend backend = 8;
*/
public Builder setBackend(
nl.topicus.jdbc.shaded.com.google.api.Backend.Builder builderForValue) {
if (backendBuilder_ == null) {
backend_ = builderForValue.build();
onChanged();
} else {
backendBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* API backend configuration.
*
*
* .google.api.Backend backend = 8;
*/
public Builder mergeBackend(nl.topicus.jdbc.shaded.com.google.api.Backend value) {
if (backendBuilder_ == null) {
if (backend_ != null) {
backend_ =
nl.topicus.jdbc.shaded.com.google.api.Backend.newBuilder(backend_).mergeFrom(value).buildPartial();
} else {
backend_ = value;
}
onChanged();
} else {
backendBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* API backend configuration.
*
*
* .google.api.Backend backend = 8;
*/
public Builder clearBackend() {
if (backendBuilder_ == null) {
backend_ = null;
onChanged();
} else {
backend_ = null;
backendBuilder_ = null;
}
return this;
}
/**
*
* API backend configuration.
*
*
* .google.api.Backend backend = 8;
*/
public nl.topicus.jdbc.shaded.com.google.api.Backend.Builder getBackendBuilder() {
onChanged();
return getBackendFieldBuilder().getBuilder();
}
/**
*
* API backend configuration.
*
*
* .google.api.Backend backend = 8;
*/
public nl.topicus.jdbc.shaded.com.google.api.BackendOrBuilder getBackendOrBuilder() {
if (backendBuilder_ != null) {
return backendBuilder_.getMessageOrBuilder();
} else {
return backend_ == null ?
nl.topicus.jdbc.shaded.com.google.api.Backend.getDefaultInstance() : backend_;
}
}
/**
*
* API backend configuration.
*
*
* .google.api.Backend backend = 8;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Backend, nl.topicus.jdbc.shaded.com.google.api.Backend.Builder, nl.topicus.jdbc.shaded.com.google.api.BackendOrBuilder>
getBackendFieldBuilder() {
if (backendBuilder_ == null) {
backendBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Backend, nl.topicus.jdbc.shaded.com.google.api.Backend.Builder, nl.topicus.jdbc.shaded.com.google.api.BackendOrBuilder>(
getBackend(),
getParentForChildren(),
isClean());
backend_ = null;
}
return backendBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.Http http_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Http, nl.topicus.jdbc.shaded.com.google.api.Http.Builder, nl.topicus.jdbc.shaded.com.google.api.HttpOrBuilder> httpBuilder_;
/**
*
* HTTP configuration.
*
*
* .google.api.Http http = 9;
*/
public boolean hasHttp() {
return httpBuilder_ != null || http_ != null;
}
/**
*
* HTTP configuration.
*
*
* .google.api.Http http = 9;
*/
public nl.topicus.jdbc.shaded.com.google.api.Http getHttp() {
if (httpBuilder_ == null) {
return http_ == null ? nl.topicus.jdbc.shaded.com.google.api.Http.getDefaultInstance() : http_;
} else {
return httpBuilder_.getMessage();
}
}
/**
*
* HTTP configuration.
*
*
* .google.api.Http http = 9;
*/
public Builder setHttp(nl.topicus.jdbc.shaded.com.google.api.Http value) {
if (httpBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
http_ = value;
onChanged();
} else {
httpBuilder_.setMessage(value);
}
return this;
}
/**
*
* HTTP configuration.
*
*
* .google.api.Http http = 9;
*/
public Builder setHttp(
nl.topicus.jdbc.shaded.com.google.api.Http.Builder builderForValue) {
if (httpBuilder_ == null) {
http_ = builderForValue.build();
onChanged();
} else {
httpBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* HTTP configuration.
*
*
* .google.api.Http http = 9;
*/
public Builder mergeHttp(nl.topicus.jdbc.shaded.com.google.api.Http value) {
if (httpBuilder_ == null) {
if (http_ != null) {
http_ =
nl.topicus.jdbc.shaded.com.google.api.Http.newBuilder(http_).mergeFrom(value).buildPartial();
} else {
http_ = value;
}
onChanged();
} else {
httpBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* HTTP configuration.
*
*
* .google.api.Http http = 9;
*/
public Builder clearHttp() {
if (httpBuilder_ == null) {
http_ = null;
onChanged();
} else {
http_ = null;
httpBuilder_ = null;
}
return this;
}
/**
*
* HTTP configuration.
*
*
* .google.api.Http http = 9;
*/
public nl.topicus.jdbc.shaded.com.google.api.Http.Builder getHttpBuilder() {
onChanged();
return getHttpFieldBuilder().getBuilder();
}
/**
*
* HTTP configuration.
*
*
* .google.api.Http http = 9;
*/
public nl.topicus.jdbc.shaded.com.google.api.HttpOrBuilder getHttpOrBuilder() {
if (httpBuilder_ != null) {
return httpBuilder_.getMessageOrBuilder();
} else {
return http_ == null ?
nl.topicus.jdbc.shaded.com.google.api.Http.getDefaultInstance() : http_;
}
}
/**
*
* HTTP configuration.
*
*
* .google.api.Http http = 9;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Http, nl.topicus.jdbc.shaded.com.google.api.Http.Builder, nl.topicus.jdbc.shaded.com.google.api.HttpOrBuilder>
getHttpFieldBuilder() {
if (httpBuilder_ == null) {
httpBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Http, nl.topicus.jdbc.shaded.com.google.api.Http.Builder, nl.topicus.jdbc.shaded.com.google.api.HttpOrBuilder>(
getHttp(),
getParentForChildren(),
isClean());
http_ = null;
}
return httpBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.Quota quota_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Quota, nl.topicus.jdbc.shaded.com.google.api.Quota.Builder, nl.topicus.jdbc.shaded.com.google.api.QuotaOrBuilder> quotaBuilder_;
/**
*
* Quota configuration.
*
*
* .google.api.Quota quota = 10;
*/
public boolean hasQuota() {
return quotaBuilder_ != null || quota_ != null;
}
/**
*
* Quota configuration.
*
*
* .google.api.Quota quota = 10;
*/
public nl.topicus.jdbc.shaded.com.google.api.Quota getQuota() {
if (quotaBuilder_ == null) {
return quota_ == null ? nl.topicus.jdbc.shaded.com.google.api.Quota.getDefaultInstance() : quota_;
} else {
return quotaBuilder_.getMessage();
}
}
/**
*
* Quota configuration.
*
*
* .google.api.Quota quota = 10;
*/
public Builder setQuota(nl.topicus.jdbc.shaded.com.google.api.Quota value) {
if (quotaBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
quota_ = value;
onChanged();
} else {
quotaBuilder_.setMessage(value);
}
return this;
}
/**
*
* Quota configuration.
*
*
* .google.api.Quota quota = 10;
*/
public Builder setQuota(
nl.topicus.jdbc.shaded.com.google.api.Quota.Builder builderForValue) {
if (quotaBuilder_ == null) {
quota_ = builderForValue.build();
onChanged();
} else {
quotaBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Quota configuration.
*
*
* .google.api.Quota quota = 10;
*/
public Builder mergeQuota(nl.topicus.jdbc.shaded.com.google.api.Quota value) {
if (quotaBuilder_ == null) {
if (quota_ != null) {
quota_ =
nl.topicus.jdbc.shaded.com.google.api.Quota.newBuilder(quota_).mergeFrom(value).buildPartial();
} else {
quota_ = value;
}
onChanged();
} else {
quotaBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Quota configuration.
*
*
* .google.api.Quota quota = 10;
*/
public Builder clearQuota() {
if (quotaBuilder_ == null) {
quota_ = null;
onChanged();
} else {
quota_ = null;
quotaBuilder_ = null;
}
return this;
}
/**
*
* Quota configuration.
*
*
* .google.api.Quota quota = 10;
*/
public nl.topicus.jdbc.shaded.com.google.api.Quota.Builder getQuotaBuilder() {
onChanged();
return getQuotaFieldBuilder().getBuilder();
}
/**
*
* Quota configuration.
*
*
* .google.api.Quota quota = 10;
*/
public nl.topicus.jdbc.shaded.com.google.api.QuotaOrBuilder getQuotaOrBuilder() {
if (quotaBuilder_ != null) {
return quotaBuilder_.getMessageOrBuilder();
} else {
return quota_ == null ?
nl.topicus.jdbc.shaded.com.google.api.Quota.getDefaultInstance() : quota_;
}
}
/**
*
* Quota configuration.
*
*
* .google.api.Quota quota = 10;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Quota, nl.topicus.jdbc.shaded.com.google.api.Quota.Builder, nl.topicus.jdbc.shaded.com.google.api.QuotaOrBuilder>
getQuotaFieldBuilder() {
if (quotaBuilder_ == null) {
quotaBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Quota, nl.topicus.jdbc.shaded.com.google.api.Quota.Builder, nl.topicus.jdbc.shaded.com.google.api.QuotaOrBuilder>(
getQuota(),
getParentForChildren(),
isClean());
quota_ = null;
}
return quotaBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.Authentication authentication_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Authentication, nl.topicus.jdbc.shaded.com.google.api.Authentication.Builder, nl.topicus.jdbc.shaded.com.google.api.AuthenticationOrBuilder> authenticationBuilder_;
/**
*
* Auth configuration.
*
*
* .google.api.Authentication authentication = 11;
*/
public boolean hasAuthentication() {
return authenticationBuilder_ != null || authentication_ != null;
}
/**
*
* Auth configuration.
*
*
* .google.api.Authentication authentication = 11;
*/
public nl.topicus.jdbc.shaded.com.google.api.Authentication getAuthentication() {
if (authenticationBuilder_ == null) {
return authentication_ == null ? nl.topicus.jdbc.shaded.com.google.api.Authentication.getDefaultInstance() : authentication_;
} else {
return authenticationBuilder_.getMessage();
}
}
/**
*
* Auth configuration.
*
*
* .google.api.Authentication authentication = 11;
*/
public Builder setAuthentication(nl.topicus.jdbc.shaded.com.google.api.Authentication value) {
if (authenticationBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
authentication_ = value;
onChanged();
} else {
authenticationBuilder_.setMessage(value);
}
return this;
}
/**
*
* Auth configuration.
*
*
* .google.api.Authentication authentication = 11;
*/
public Builder setAuthentication(
nl.topicus.jdbc.shaded.com.google.api.Authentication.Builder builderForValue) {
if (authenticationBuilder_ == null) {
authentication_ = builderForValue.build();
onChanged();
} else {
authenticationBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Auth configuration.
*
*
* .google.api.Authentication authentication = 11;
*/
public Builder mergeAuthentication(nl.topicus.jdbc.shaded.com.google.api.Authentication value) {
if (authenticationBuilder_ == null) {
if (authentication_ != null) {
authentication_ =
nl.topicus.jdbc.shaded.com.google.api.Authentication.newBuilder(authentication_).mergeFrom(value).buildPartial();
} else {
authentication_ = value;
}
onChanged();
} else {
authenticationBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Auth configuration.
*
*
* .google.api.Authentication authentication = 11;
*/
public Builder clearAuthentication() {
if (authenticationBuilder_ == null) {
authentication_ = null;
onChanged();
} else {
authentication_ = null;
authenticationBuilder_ = null;
}
return this;
}
/**
*
* Auth configuration.
*
*
* .google.api.Authentication authentication = 11;
*/
public nl.topicus.jdbc.shaded.com.google.api.Authentication.Builder getAuthenticationBuilder() {
onChanged();
return getAuthenticationFieldBuilder().getBuilder();
}
/**
*
* Auth configuration.
*
*
* .google.api.Authentication authentication = 11;
*/
public nl.topicus.jdbc.shaded.com.google.api.AuthenticationOrBuilder getAuthenticationOrBuilder() {
if (authenticationBuilder_ != null) {
return authenticationBuilder_.getMessageOrBuilder();
} else {
return authentication_ == null ?
nl.topicus.jdbc.shaded.com.google.api.Authentication.getDefaultInstance() : authentication_;
}
}
/**
*
* Auth configuration.
*
*
* .google.api.Authentication authentication = 11;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Authentication, nl.topicus.jdbc.shaded.com.google.api.Authentication.Builder, nl.topicus.jdbc.shaded.com.google.api.AuthenticationOrBuilder>
getAuthenticationFieldBuilder() {
if (authenticationBuilder_ == null) {
authenticationBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Authentication, nl.topicus.jdbc.shaded.com.google.api.Authentication.Builder, nl.topicus.jdbc.shaded.com.google.api.AuthenticationOrBuilder>(
getAuthentication(),
getParentForChildren(),
isClean());
authentication_ = null;
}
return authenticationBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.Context context_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Context, nl.topicus.jdbc.shaded.com.google.api.Context.Builder, nl.topicus.jdbc.shaded.com.google.api.ContextOrBuilder> contextBuilder_;
/**
*
* Context configuration.
*
*
* .google.api.Context context = 12;
*/
public boolean hasContext() {
return contextBuilder_ != null || context_ != null;
}
/**
*
* Context configuration.
*
*
* .google.api.Context context = 12;
*/
public nl.topicus.jdbc.shaded.com.google.api.Context getContext() {
if (contextBuilder_ == null) {
return context_ == null ? nl.topicus.jdbc.shaded.com.google.api.Context.getDefaultInstance() : context_;
} else {
return contextBuilder_.getMessage();
}
}
/**
*
* Context configuration.
*
*
* .google.api.Context context = 12;
*/
public Builder setContext(nl.topicus.jdbc.shaded.com.google.api.Context value) {
if (contextBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
context_ = value;
onChanged();
} else {
contextBuilder_.setMessage(value);
}
return this;
}
/**
*
* Context configuration.
*
*
* .google.api.Context context = 12;
*/
public Builder setContext(
nl.topicus.jdbc.shaded.com.google.api.Context.Builder builderForValue) {
if (contextBuilder_ == null) {
context_ = builderForValue.build();
onChanged();
} else {
contextBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Context configuration.
*
*
* .google.api.Context context = 12;
*/
public Builder mergeContext(nl.topicus.jdbc.shaded.com.google.api.Context value) {
if (contextBuilder_ == null) {
if (context_ != null) {
context_ =
nl.topicus.jdbc.shaded.com.google.api.Context.newBuilder(context_).mergeFrom(value).buildPartial();
} else {
context_ = value;
}
onChanged();
} else {
contextBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Context configuration.
*
*
* .google.api.Context context = 12;
*/
public Builder clearContext() {
if (contextBuilder_ == null) {
context_ = null;
onChanged();
} else {
context_ = null;
contextBuilder_ = null;
}
return this;
}
/**
*
* Context configuration.
*
*
* .google.api.Context context = 12;
*/
public nl.topicus.jdbc.shaded.com.google.api.Context.Builder getContextBuilder() {
onChanged();
return getContextFieldBuilder().getBuilder();
}
/**
*
* Context configuration.
*
*
* .google.api.Context context = 12;
*/
public nl.topicus.jdbc.shaded.com.google.api.ContextOrBuilder getContextOrBuilder() {
if (contextBuilder_ != null) {
return contextBuilder_.getMessageOrBuilder();
} else {
return context_ == null ?
nl.topicus.jdbc.shaded.com.google.api.Context.getDefaultInstance() : context_;
}
}
/**
*
* Context configuration.
*
*
* .google.api.Context context = 12;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Context, nl.topicus.jdbc.shaded.com.google.api.Context.Builder, nl.topicus.jdbc.shaded.com.google.api.ContextOrBuilder>
getContextFieldBuilder() {
if (contextBuilder_ == null) {
contextBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Context, nl.topicus.jdbc.shaded.com.google.api.Context.Builder, nl.topicus.jdbc.shaded.com.google.api.ContextOrBuilder>(
getContext(),
getParentForChildren(),
isClean());
context_ = null;
}
return contextBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.Usage usage_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Usage, nl.topicus.jdbc.shaded.com.google.api.Usage.Builder, nl.topicus.jdbc.shaded.com.google.api.UsageOrBuilder> usageBuilder_;
/**
*
* Configuration controlling usage of this service.
*
*
* .google.api.Usage usage = 15;
*/
public boolean hasUsage() {
return usageBuilder_ != null || usage_ != null;
}
/**
*
* Configuration controlling usage of this service.
*
*
* .google.api.Usage usage = 15;
*/
public nl.topicus.jdbc.shaded.com.google.api.Usage getUsage() {
if (usageBuilder_ == null) {
return usage_ == null ? nl.topicus.jdbc.shaded.com.google.api.Usage.getDefaultInstance() : usage_;
} else {
return usageBuilder_.getMessage();
}
}
/**
*
* Configuration controlling usage of this service.
*
*
* .google.api.Usage usage = 15;
*/
public Builder setUsage(nl.topicus.jdbc.shaded.com.google.api.Usage value) {
if (usageBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
usage_ = value;
onChanged();
} else {
usageBuilder_.setMessage(value);
}
return this;
}
/**
*
* Configuration controlling usage of this service.
*
*
* .google.api.Usage usage = 15;
*/
public Builder setUsage(
nl.topicus.jdbc.shaded.com.google.api.Usage.Builder builderForValue) {
if (usageBuilder_ == null) {
usage_ = builderForValue.build();
onChanged();
} else {
usageBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Configuration controlling usage of this service.
*
*
* .google.api.Usage usage = 15;
*/
public Builder mergeUsage(nl.topicus.jdbc.shaded.com.google.api.Usage value) {
if (usageBuilder_ == null) {
if (usage_ != null) {
usage_ =
nl.topicus.jdbc.shaded.com.google.api.Usage.newBuilder(usage_).mergeFrom(value).buildPartial();
} else {
usage_ = value;
}
onChanged();
} else {
usageBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Configuration controlling usage of this service.
*
*
* .google.api.Usage usage = 15;
*/
public Builder clearUsage() {
if (usageBuilder_ == null) {
usage_ = null;
onChanged();
} else {
usage_ = null;
usageBuilder_ = null;
}
return this;
}
/**
*
* Configuration controlling usage of this service.
*
*
* .google.api.Usage usage = 15;
*/
public nl.topicus.jdbc.shaded.com.google.api.Usage.Builder getUsageBuilder() {
onChanged();
return getUsageFieldBuilder().getBuilder();
}
/**
*
* Configuration controlling usage of this service.
*
*
* .google.api.Usage usage = 15;
*/
public nl.topicus.jdbc.shaded.com.google.api.UsageOrBuilder getUsageOrBuilder() {
if (usageBuilder_ != null) {
return usageBuilder_.getMessageOrBuilder();
} else {
return usage_ == null ?
nl.topicus.jdbc.shaded.com.google.api.Usage.getDefaultInstance() : usage_;
}
}
/**
*
* Configuration controlling usage of this service.
*
*
* .google.api.Usage usage = 15;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Usage, nl.topicus.jdbc.shaded.com.google.api.Usage.Builder, nl.topicus.jdbc.shaded.com.google.api.UsageOrBuilder>
getUsageFieldBuilder() {
if (usageBuilder_ == null) {
usageBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Usage, nl.topicus.jdbc.shaded.com.google.api.Usage.Builder, nl.topicus.jdbc.shaded.com.google.api.UsageOrBuilder>(
getUsage(),
getParentForChildren(),
isClean());
usage_ = null;
}
return usageBuilder_;
}
private java.util.List endpoints_ =
java.util.Collections.emptyList();
private void ensureEndpointsIsMutable() {
if (!((bitField0_ & 0x00008000) == 0x00008000)) {
endpoints_ = new java.util.ArrayList(endpoints_);
bitField0_ |= 0x00008000;
}
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Endpoint, nl.topicus.jdbc.shaded.com.google.api.Endpoint.Builder, nl.topicus.jdbc.shaded.com.google.api.EndpointOrBuilder> endpointsBuilder_;
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public java.util.List getEndpointsList() {
if (endpointsBuilder_ == null) {
return java.util.Collections.unmodifiableList(endpoints_);
} else {
return endpointsBuilder_.getMessageList();
}
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public int getEndpointsCount() {
if (endpointsBuilder_ == null) {
return endpoints_.size();
} else {
return endpointsBuilder_.getCount();
}
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public nl.topicus.jdbc.shaded.com.google.api.Endpoint getEndpoints(int index) {
if (endpointsBuilder_ == null) {
return endpoints_.get(index);
} else {
return endpointsBuilder_.getMessage(index);
}
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public Builder setEndpoints(
int index, nl.topicus.jdbc.shaded.com.google.api.Endpoint value) {
if (endpointsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureEndpointsIsMutable();
endpoints_.set(index, value);
onChanged();
} else {
endpointsBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public Builder setEndpoints(
int index, nl.topicus.jdbc.shaded.com.google.api.Endpoint.Builder builderForValue) {
if (endpointsBuilder_ == null) {
ensureEndpointsIsMutable();
endpoints_.set(index, builderForValue.build());
onChanged();
} else {
endpointsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public Builder addEndpoints(nl.topicus.jdbc.shaded.com.google.api.Endpoint value) {
if (endpointsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureEndpointsIsMutable();
endpoints_.add(value);
onChanged();
} else {
endpointsBuilder_.addMessage(value);
}
return this;
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public Builder addEndpoints(
int index, nl.topicus.jdbc.shaded.com.google.api.Endpoint value) {
if (endpointsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureEndpointsIsMutable();
endpoints_.add(index, value);
onChanged();
} else {
endpointsBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public Builder addEndpoints(
nl.topicus.jdbc.shaded.com.google.api.Endpoint.Builder builderForValue) {
if (endpointsBuilder_ == null) {
ensureEndpointsIsMutable();
endpoints_.add(builderForValue.build());
onChanged();
} else {
endpointsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public Builder addEndpoints(
int index, nl.topicus.jdbc.shaded.com.google.api.Endpoint.Builder builderForValue) {
if (endpointsBuilder_ == null) {
ensureEndpointsIsMutable();
endpoints_.add(index, builderForValue.build());
onChanged();
} else {
endpointsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public Builder addAllEndpoints(
java.lang.Iterable extends nl.topicus.jdbc.shaded.com.google.api.Endpoint> values) {
if (endpointsBuilder_ == null) {
ensureEndpointsIsMutable();
nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, endpoints_);
onChanged();
} else {
endpointsBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public Builder clearEndpoints() {
if (endpointsBuilder_ == null) {
endpoints_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00008000);
onChanged();
} else {
endpointsBuilder_.clear();
}
return this;
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public Builder removeEndpoints(int index) {
if (endpointsBuilder_ == null) {
ensureEndpointsIsMutable();
endpoints_.remove(index);
onChanged();
} else {
endpointsBuilder_.remove(index);
}
return this;
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public nl.topicus.jdbc.shaded.com.google.api.Endpoint.Builder getEndpointsBuilder(
int index) {
return getEndpointsFieldBuilder().getBuilder(index);
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public nl.topicus.jdbc.shaded.com.google.api.EndpointOrBuilder getEndpointsOrBuilder(
int index) {
if (endpointsBuilder_ == null) {
return endpoints_.get(index); } else {
return endpointsBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.api.EndpointOrBuilder>
getEndpointsOrBuilderList() {
if (endpointsBuilder_ != null) {
return endpointsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(endpoints_);
}
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public nl.topicus.jdbc.shaded.com.google.api.Endpoint.Builder addEndpointsBuilder() {
return getEndpointsFieldBuilder().addBuilder(
nl.topicus.jdbc.shaded.com.google.api.Endpoint.getDefaultInstance());
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public nl.topicus.jdbc.shaded.com.google.api.Endpoint.Builder addEndpointsBuilder(
int index) {
return getEndpointsFieldBuilder().addBuilder(
index, nl.topicus.jdbc.shaded.com.google.api.Endpoint.getDefaultInstance());
}
/**
*
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs.
*
*
* repeated .google.api.Endpoint endpoints = 18;
*/
public java.util.List
getEndpointsBuilderList() {
return getEndpointsFieldBuilder().getBuilderList();
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Endpoint, nl.topicus.jdbc.shaded.com.google.api.Endpoint.Builder, nl.topicus.jdbc.shaded.com.google.api.EndpointOrBuilder>
getEndpointsFieldBuilder() {
if (endpointsBuilder_ == null) {
endpointsBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Endpoint, nl.topicus.jdbc.shaded.com.google.api.Endpoint.Builder, nl.topicus.jdbc.shaded.com.google.api.EndpointOrBuilder>(
endpoints_,
((bitField0_ & 0x00008000) == 0x00008000),
getParentForChildren(),
isClean());
endpoints_ = null;
}
return endpointsBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.Control control_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Control, nl.topicus.jdbc.shaded.com.google.api.Control.Builder, nl.topicus.jdbc.shaded.com.google.api.ControlOrBuilder> controlBuilder_;
/**
*
* Configuration for the service control plane.
*
*
* .google.api.Control control = 21;
*/
public boolean hasControl() {
return controlBuilder_ != null || control_ != null;
}
/**
*
* Configuration for the service control plane.
*
*
* .google.api.Control control = 21;
*/
public nl.topicus.jdbc.shaded.com.google.api.Control getControl() {
if (controlBuilder_ == null) {
return control_ == null ? nl.topicus.jdbc.shaded.com.google.api.Control.getDefaultInstance() : control_;
} else {
return controlBuilder_.getMessage();
}
}
/**
*
* Configuration for the service control plane.
*
*
* .google.api.Control control = 21;
*/
public Builder setControl(nl.topicus.jdbc.shaded.com.google.api.Control value) {
if (controlBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
control_ = value;
onChanged();
} else {
controlBuilder_.setMessage(value);
}
return this;
}
/**
*
* Configuration for the service control plane.
*
*
* .google.api.Control control = 21;
*/
public Builder setControl(
nl.topicus.jdbc.shaded.com.google.api.Control.Builder builderForValue) {
if (controlBuilder_ == null) {
control_ = builderForValue.build();
onChanged();
} else {
controlBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Configuration for the service control plane.
*
*
* .google.api.Control control = 21;
*/
public Builder mergeControl(nl.topicus.jdbc.shaded.com.google.api.Control value) {
if (controlBuilder_ == null) {
if (control_ != null) {
control_ =
nl.topicus.jdbc.shaded.com.google.api.Control.newBuilder(control_).mergeFrom(value).buildPartial();
} else {
control_ = value;
}
onChanged();
} else {
controlBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Configuration for the service control plane.
*
*
* .google.api.Control control = 21;
*/
public Builder clearControl() {
if (controlBuilder_ == null) {
control_ = null;
onChanged();
} else {
control_ = null;
controlBuilder_ = null;
}
return this;
}
/**
*
* Configuration for the service control plane.
*
*
* .google.api.Control control = 21;
*/
public nl.topicus.jdbc.shaded.com.google.api.Control.Builder getControlBuilder() {
onChanged();
return getControlFieldBuilder().getBuilder();
}
/**
*
* Configuration for the service control plane.
*
*
* .google.api.Control control = 21;
*/
public nl.topicus.jdbc.shaded.com.google.api.ControlOrBuilder getControlOrBuilder() {
if (controlBuilder_ != null) {
return controlBuilder_.getMessageOrBuilder();
} else {
return control_ == null ?
nl.topicus.jdbc.shaded.com.google.api.Control.getDefaultInstance() : control_;
}
}
/**
*
* Configuration for the service control plane.
*
*
* .google.api.Control control = 21;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Control, nl.topicus.jdbc.shaded.com.google.api.Control.Builder, nl.topicus.jdbc.shaded.com.google.api.ControlOrBuilder>
getControlFieldBuilder() {
if (controlBuilder_ == null) {
controlBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Control, nl.topicus.jdbc.shaded.com.google.api.Control.Builder, nl.topicus.jdbc.shaded.com.google.api.ControlOrBuilder>(
getControl(),
getParentForChildren(),
isClean());
control_ = null;
}
return controlBuilder_;
}
private java.util.List logs_ =
java.util.Collections.emptyList();
private void ensureLogsIsMutable() {
if (!((bitField0_ & 0x00020000) == 0x00020000)) {
logs_ = new java.util.ArrayList(logs_);
bitField0_ |= 0x00020000;
}
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.LogDescriptor, nl.topicus.jdbc.shaded.com.google.api.LogDescriptor.Builder, nl.topicus.jdbc.shaded.com.google.api.LogDescriptorOrBuilder> logsBuilder_;
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public java.util.List getLogsList() {
if (logsBuilder_ == null) {
return java.util.Collections.unmodifiableList(logs_);
} else {
return logsBuilder_.getMessageList();
}
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public int getLogsCount() {
if (logsBuilder_ == null) {
return logs_.size();
} else {
return logsBuilder_.getCount();
}
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public nl.topicus.jdbc.shaded.com.google.api.LogDescriptor getLogs(int index) {
if (logsBuilder_ == null) {
return logs_.get(index);
} else {
return logsBuilder_.getMessage(index);
}
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public Builder setLogs(
int index, nl.topicus.jdbc.shaded.com.google.api.LogDescriptor value) {
if (logsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureLogsIsMutable();
logs_.set(index, value);
onChanged();
} else {
logsBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public Builder setLogs(
int index, nl.topicus.jdbc.shaded.com.google.api.LogDescriptor.Builder builderForValue) {
if (logsBuilder_ == null) {
ensureLogsIsMutable();
logs_.set(index, builderForValue.build());
onChanged();
} else {
logsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public Builder addLogs(nl.topicus.jdbc.shaded.com.google.api.LogDescriptor value) {
if (logsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureLogsIsMutable();
logs_.add(value);
onChanged();
} else {
logsBuilder_.addMessage(value);
}
return this;
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public Builder addLogs(
int index, nl.topicus.jdbc.shaded.com.google.api.LogDescriptor value) {
if (logsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureLogsIsMutable();
logs_.add(index, value);
onChanged();
} else {
logsBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public Builder addLogs(
nl.topicus.jdbc.shaded.com.google.api.LogDescriptor.Builder builderForValue) {
if (logsBuilder_ == null) {
ensureLogsIsMutable();
logs_.add(builderForValue.build());
onChanged();
} else {
logsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public Builder addLogs(
int index, nl.topicus.jdbc.shaded.com.google.api.LogDescriptor.Builder builderForValue) {
if (logsBuilder_ == null) {
ensureLogsIsMutable();
logs_.add(index, builderForValue.build());
onChanged();
} else {
logsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public Builder addAllLogs(
java.lang.Iterable extends nl.topicus.jdbc.shaded.com.google.api.LogDescriptor> values) {
if (logsBuilder_ == null) {
ensureLogsIsMutable();
nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, logs_);
onChanged();
} else {
logsBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public Builder clearLogs() {
if (logsBuilder_ == null) {
logs_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00020000);
onChanged();
} else {
logsBuilder_.clear();
}
return this;
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public Builder removeLogs(int index) {
if (logsBuilder_ == null) {
ensureLogsIsMutable();
logs_.remove(index);
onChanged();
} else {
logsBuilder_.remove(index);
}
return this;
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public nl.topicus.jdbc.shaded.com.google.api.LogDescriptor.Builder getLogsBuilder(
int index) {
return getLogsFieldBuilder().getBuilder(index);
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public nl.topicus.jdbc.shaded.com.google.api.LogDescriptorOrBuilder getLogsOrBuilder(
int index) {
if (logsBuilder_ == null) {
return logs_.get(index); } else {
return logsBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.api.LogDescriptorOrBuilder>
getLogsOrBuilderList() {
if (logsBuilder_ != null) {
return logsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(logs_);
}
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public nl.topicus.jdbc.shaded.com.google.api.LogDescriptor.Builder addLogsBuilder() {
return getLogsFieldBuilder().addBuilder(
nl.topicus.jdbc.shaded.com.google.api.LogDescriptor.getDefaultInstance());
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public nl.topicus.jdbc.shaded.com.google.api.LogDescriptor.Builder addLogsBuilder(
int index) {
return getLogsFieldBuilder().addBuilder(
index, nl.topicus.jdbc.shaded.com.google.api.LogDescriptor.getDefaultInstance());
}
/**
*
* Defines the logs used by this service.
*
*
* repeated .google.api.LogDescriptor logs = 23;
*/
public java.util.List
getLogsBuilderList() {
return getLogsFieldBuilder().getBuilderList();
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.LogDescriptor, nl.topicus.jdbc.shaded.com.google.api.LogDescriptor.Builder, nl.topicus.jdbc.shaded.com.google.api.LogDescriptorOrBuilder>
getLogsFieldBuilder() {
if (logsBuilder_ == null) {
logsBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.LogDescriptor, nl.topicus.jdbc.shaded.com.google.api.LogDescriptor.Builder, nl.topicus.jdbc.shaded.com.google.api.LogDescriptorOrBuilder>(
logs_,
((bitField0_ & 0x00020000) == 0x00020000),
getParentForChildren(),
isClean());
logs_ = null;
}
return logsBuilder_;
}
private java.util.List metrics_ =
java.util.Collections.emptyList();
private void ensureMetricsIsMutable() {
if (!((bitField0_ & 0x00040000) == 0x00040000)) {
metrics_ = new java.util.ArrayList(metrics_);
bitField0_ |= 0x00040000;
}
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor, nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor.Builder, nl.topicus.jdbc.shaded.com.google.api.MetricDescriptorOrBuilder> metricsBuilder_;
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public java.util.List getMetricsList() {
if (metricsBuilder_ == null) {
return java.util.Collections.unmodifiableList(metrics_);
} else {
return metricsBuilder_.getMessageList();
}
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public int getMetricsCount() {
if (metricsBuilder_ == null) {
return metrics_.size();
} else {
return metricsBuilder_.getCount();
}
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor getMetrics(int index) {
if (metricsBuilder_ == null) {
return metrics_.get(index);
} else {
return metricsBuilder_.getMessage(index);
}
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public Builder setMetrics(
int index, nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor value) {
if (metricsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMetricsIsMutable();
metrics_.set(index, value);
onChanged();
} else {
metricsBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public Builder setMetrics(
int index, nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor.Builder builderForValue) {
if (metricsBuilder_ == null) {
ensureMetricsIsMutable();
metrics_.set(index, builderForValue.build());
onChanged();
} else {
metricsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public Builder addMetrics(nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor value) {
if (metricsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMetricsIsMutable();
metrics_.add(value);
onChanged();
} else {
metricsBuilder_.addMessage(value);
}
return this;
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public Builder addMetrics(
int index, nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor value) {
if (metricsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMetricsIsMutable();
metrics_.add(index, value);
onChanged();
} else {
metricsBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public Builder addMetrics(
nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor.Builder builderForValue) {
if (metricsBuilder_ == null) {
ensureMetricsIsMutable();
metrics_.add(builderForValue.build());
onChanged();
} else {
metricsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public Builder addMetrics(
int index, nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor.Builder builderForValue) {
if (metricsBuilder_ == null) {
ensureMetricsIsMutable();
metrics_.add(index, builderForValue.build());
onChanged();
} else {
metricsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public Builder addAllMetrics(
java.lang.Iterable extends nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor> values) {
if (metricsBuilder_ == null) {
ensureMetricsIsMutable();
nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, metrics_);
onChanged();
} else {
metricsBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public Builder clearMetrics() {
if (metricsBuilder_ == null) {
metrics_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00040000);
onChanged();
} else {
metricsBuilder_.clear();
}
return this;
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public Builder removeMetrics(int index) {
if (metricsBuilder_ == null) {
ensureMetricsIsMutable();
metrics_.remove(index);
onChanged();
} else {
metricsBuilder_.remove(index);
}
return this;
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor.Builder getMetricsBuilder(
int index) {
return getMetricsFieldBuilder().getBuilder(index);
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public nl.topicus.jdbc.shaded.com.google.api.MetricDescriptorOrBuilder getMetricsOrBuilder(
int index) {
if (metricsBuilder_ == null) {
return metrics_.get(index); } else {
return metricsBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.api.MetricDescriptorOrBuilder>
getMetricsOrBuilderList() {
if (metricsBuilder_ != null) {
return metricsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(metrics_);
}
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor.Builder addMetricsBuilder() {
return getMetricsFieldBuilder().addBuilder(
nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor.getDefaultInstance());
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor.Builder addMetricsBuilder(
int index) {
return getMetricsFieldBuilder().addBuilder(
index, nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor.getDefaultInstance());
}
/**
*
* Defines the metrics used by this service.
*
*
* repeated .google.api.MetricDescriptor metrics = 24;
*/
public java.util.List
getMetricsBuilderList() {
return getMetricsFieldBuilder().getBuilderList();
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor, nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor.Builder, nl.topicus.jdbc.shaded.com.google.api.MetricDescriptorOrBuilder>
getMetricsFieldBuilder() {
if (metricsBuilder_ == null) {
metricsBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor, nl.topicus.jdbc.shaded.com.google.api.MetricDescriptor.Builder, nl.topicus.jdbc.shaded.com.google.api.MetricDescriptorOrBuilder>(
metrics_,
((bitField0_ & 0x00040000) == 0x00040000),
getParentForChildren(),
isClean());
metrics_ = null;
}
return metricsBuilder_;
}
private java.util.List monitoredResources_ =
java.util.Collections.emptyList();
private void ensureMonitoredResourcesIsMutable() {
if (!((bitField0_ & 0x00080000) == 0x00080000)) {
monitoredResources_ = new java.util.ArrayList(monitoredResources_);
bitField0_ |= 0x00080000;
}
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor, nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor.Builder, nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptorOrBuilder> monitoredResourcesBuilder_;
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public java.util.List getMonitoredResourcesList() {
if (monitoredResourcesBuilder_ == null) {
return java.util.Collections.unmodifiableList(monitoredResources_);
} else {
return monitoredResourcesBuilder_.getMessageList();
}
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public int getMonitoredResourcesCount() {
if (monitoredResourcesBuilder_ == null) {
return monitoredResources_.size();
} else {
return monitoredResourcesBuilder_.getCount();
}
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor getMonitoredResources(int index) {
if (monitoredResourcesBuilder_ == null) {
return monitoredResources_.get(index);
} else {
return monitoredResourcesBuilder_.getMessage(index);
}
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public Builder setMonitoredResources(
int index, nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor value) {
if (monitoredResourcesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMonitoredResourcesIsMutable();
monitoredResources_.set(index, value);
onChanged();
} else {
monitoredResourcesBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public Builder setMonitoredResources(
int index, nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor.Builder builderForValue) {
if (monitoredResourcesBuilder_ == null) {
ensureMonitoredResourcesIsMutable();
monitoredResources_.set(index, builderForValue.build());
onChanged();
} else {
monitoredResourcesBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public Builder addMonitoredResources(nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor value) {
if (monitoredResourcesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMonitoredResourcesIsMutable();
monitoredResources_.add(value);
onChanged();
} else {
monitoredResourcesBuilder_.addMessage(value);
}
return this;
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public Builder addMonitoredResources(
int index, nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor value) {
if (monitoredResourcesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMonitoredResourcesIsMutable();
monitoredResources_.add(index, value);
onChanged();
} else {
monitoredResourcesBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public Builder addMonitoredResources(
nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor.Builder builderForValue) {
if (monitoredResourcesBuilder_ == null) {
ensureMonitoredResourcesIsMutable();
monitoredResources_.add(builderForValue.build());
onChanged();
} else {
monitoredResourcesBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public Builder addMonitoredResources(
int index, nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor.Builder builderForValue) {
if (monitoredResourcesBuilder_ == null) {
ensureMonitoredResourcesIsMutable();
monitoredResources_.add(index, builderForValue.build());
onChanged();
} else {
monitoredResourcesBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public Builder addAllMonitoredResources(
java.lang.Iterable extends nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor> values) {
if (monitoredResourcesBuilder_ == null) {
ensureMonitoredResourcesIsMutable();
nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, monitoredResources_);
onChanged();
} else {
monitoredResourcesBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public Builder clearMonitoredResources() {
if (monitoredResourcesBuilder_ == null) {
monitoredResources_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00080000);
onChanged();
} else {
monitoredResourcesBuilder_.clear();
}
return this;
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public Builder removeMonitoredResources(int index) {
if (monitoredResourcesBuilder_ == null) {
ensureMonitoredResourcesIsMutable();
monitoredResources_.remove(index);
onChanged();
} else {
monitoredResourcesBuilder_.remove(index);
}
return this;
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor.Builder getMonitoredResourcesBuilder(
int index) {
return getMonitoredResourcesFieldBuilder().getBuilder(index);
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptorOrBuilder getMonitoredResourcesOrBuilder(
int index) {
if (monitoredResourcesBuilder_ == null) {
return monitoredResources_.get(index); } else {
return monitoredResourcesBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptorOrBuilder>
getMonitoredResourcesOrBuilderList() {
if (monitoredResourcesBuilder_ != null) {
return monitoredResourcesBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(monitoredResources_);
}
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor.Builder addMonitoredResourcesBuilder() {
return getMonitoredResourcesFieldBuilder().addBuilder(
nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor.getDefaultInstance());
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor.Builder addMonitoredResourcesBuilder(
int index) {
return getMonitoredResourcesFieldBuilder().addBuilder(
index, nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor.getDefaultInstance());
}
/**
*
* Defines the monitored resources used by this service. This is required
* by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
*
*
* repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
*/
public java.util.List
getMonitoredResourcesBuilderList() {
return getMonitoredResourcesFieldBuilder().getBuilderList();
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor, nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor.Builder, nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptorOrBuilder>
getMonitoredResourcesFieldBuilder() {
if (monitoredResourcesBuilder_ == null) {
monitoredResourcesBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor, nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptor.Builder, nl.topicus.jdbc.shaded.com.google.api.MonitoredResourceDescriptorOrBuilder>(
monitoredResources_,
((bitField0_ & 0x00080000) == 0x00080000),
getParentForChildren(),
isClean());
monitoredResources_ = null;
}
return monitoredResourcesBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.Billing billing_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Billing, nl.topicus.jdbc.shaded.com.google.api.Billing.Builder, nl.topicus.jdbc.shaded.com.google.api.BillingOrBuilder> billingBuilder_;
/**
*
* Billing configuration.
*
*
* .google.api.Billing billing = 26;
*/
public boolean hasBilling() {
return billingBuilder_ != null || billing_ != null;
}
/**
*
* Billing configuration.
*
*
* .google.api.Billing billing = 26;
*/
public nl.topicus.jdbc.shaded.com.google.api.Billing getBilling() {
if (billingBuilder_ == null) {
return billing_ == null ? nl.topicus.jdbc.shaded.com.google.api.Billing.getDefaultInstance() : billing_;
} else {
return billingBuilder_.getMessage();
}
}
/**
*
* Billing configuration.
*
*
* .google.api.Billing billing = 26;
*/
public Builder setBilling(nl.topicus.jdbc.shaded.com.google.api.Billing value) {
if (billingBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
billing_ = value;
onChanged();
} else {
billingBuilder_.setMessage(value);
}
return this;
}
/**
*
* Billing configuration.
*
*
* .google.api.Billing billing = 26;
*/
public Builder setBilling(
nl.topicus.jdbc.shaded.com.google.api.Billing.Builder builderForValue) {
if (billingBuilder_ == null) {
billing_ = builderForValue.build();
onChanged();
} else {
billingBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Billing configuration.
*
*
* .google.api.Billing billing = 26;
*/
public Builder mergeBilling(nl.topicus.jdbc.shaded.com.google.api.Billing value) {
if (billingBuilder_ == null) {
if (billing_ != null) {
billing_ =
nl.topicus.jdbc.shaded.com.google.api.Billing.newBuilder(billing_).mergeFrom(value).buildPartial();
} else {
billing_ = value;
}
onChanged();
} else {
billingBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Billing configuration.
*
*
* .google.api.Billing billing = 26;
*/
public Builder clearBilling() {
if (billingBuilder_ == null) {
billing_ = null;
onChanged();
} else {
billing_ = null;
billingBuilder_ = null;
}
return this;
}
/**
*
* Billing configuration.
*
*
* .google.api.Billing billing = 26;
*/
public nl.topicus.jdbc.shaded.com.google.api.Billing.Builder getBillingBuilder() {
onChanged();
return getBillingFieldBuilder().getBuilder();
}
/**
*
* Billing configuration.
*
*
* .google.api.Billing billing = 26;
*/
public nl.topicus.jdbc.shaded.com.google.api.BillingOrBuilder getBillingOrBuilder() {
if (billingBuilder_ != null) {
return billingBuilder_.getMessageOrBuilder();
} else {
return billing_ == null ?
nl.topicus.jdbc.shaded.com.google.api.Billing.getDefaultInstance() : billing_;
}
}
/**
*
* Billing configuration.
*
*
* .google.api.Billing billing = 26;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Billing, nl.topicus.jdbc.shaded.com.google.api.Billing.Builder, nl.topicus.jdbc.shaded.com.google.api.BillingOrBuilder>
getBillingFieldBuilder() {
if (billingBuilder_ == null) {
billingBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Billing, nl.topicus.jdbc.shaded.com.google.api.Billing.Builder, nl.topicus.jdbc.shaded.com.google.api.BillingOrBuilder>(
getBilling(),
getParentForChildren(),
isClean());
billing_ = null;
}
return billingBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.Logging logging_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Logging, nl.topicus.jdbc.shaded.com.google.api.Logging.Builder, nl.topicus.jdbc.shaded.com.google.api.LoggingOrBuilder> loggingBuilder_;
/**
*
* Logging configuration.
*
*
* .google.api.Logging logging = 27;
*/
public boolean hasLogging() {
return loggingBuilder_ != null || logging_ != null;
}
/**
*
* Logging configuration.
*
*
* .google.api.Logging logging = 27;
*/
public nl.topicus.jdbc.shaded.com.google.api.Logging getLogging() {
if (loggingBuilder_ == null) {
return logging_ == null ? nl.topicus.jdbc.shaded.com.google.api.Logging.getDefaultInstance() : logging_;
} else {
return loggingBuilder_.getMessage();
}
}
/**
*
* Logging configuration.
*
*
* .google.api.Logging logging = 27;
*/
public Builder setLogging(nl.topicus.jdbc.shaded.com.google.api.Logging value) {
if (loggingBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
logging_ = value;
onChanged();
} else {
loggingBuilder_.setMessage(value);
}
return this;
}
/**
*
* Logging configuration.
*
*
* .google.api.Logging logging = 27;
*/
public Builder setLogging(
nl.topicus.jdbc.shaded.com.google.api.Logging.Builder builderForValue) {
if (loggingBuilder_ == null) {
logging_ = builderForValue.build();
onChanged();
} else {
loggingBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Logging configuration.
*
*
* .google.api.Logging logging = 27;
*/
public Builder mergeLogging(nl.topicus.jdbc.shaded.com.google.api.Logging value) {
if (loggingBuilder_ == null) {
if (logging_ != null) {
logging_ =
nl.topicus.jdbc.shaded.com.google.api.Logging.newBuilder(logging_).mergeFrom(value).buildPartial();
} else {
logging_ = value;
}
onChanged();
} else {
loggingBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Logging configuration.
*
*
* .google.api.Logging logging = 27;
*/
public Builder clearLogging() {
if (loggingBuilder_ == null) {
logging_ = null;
onChanged();
} else {
logging_ = null;
loggingBuilder_ = null;
}
return this;
}
/**
*
* Logging configuration.
*
*
* .google.api.Logging logging = 27;
*/
public nl.topicus.jdbc.shaded.com.google.api.Logging.Builder getLoggingBuilder() {
onChanged();
return getLoggingFieldBuilder().getBuilder();
}
/**
*
* Logging configuration.
*
*
* .google.api.Logging logging = 27;
*/
public nl.topicus.jdbc.shaded.com.google.api.LoggingOrBuilder getLoggingOrBuilder() {
if (loggingBuilder_ != null) {
return loggingBuilder_.getMessageOrBuilder();
} else {
return logging_ == null ?
nl.topicus.jdbc.shaded.com.google.api.Logging.getDefaultInstance() : logging_;
}
}
/**
*
* Logging configuration.
*
*
* .google.api.Logging logging = 27;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Logging, nl.topicus.jdbc.shaded.com.google.api.Logging.Builder, nl.topicus.jdbc.shaded.com.google.api.LoggingOrBuilder>
getLoggingFieldBuilder() {
if (loggingBuilder_ == null) {
loggingBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Logging, nl.topicus.jdbc.shaded.com.google.api.Logging.Builder, nl.topicus.jdbc.shaded.com.google.api.LoggingOrBuilder>(
getLogging(),
getParentForChildren(),
isClean());
logging_ = null;
}
return loggingBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.Monitoring monitoring_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Monitoring, nl.topicus.jdbc.shaded.com.google.api.Monitoring.Builder, nl.topicus.jdbc.shaded.com.google.api.MonitoringOrBuilder> monitoringBuilder_;
/**
*
* Monitoring configuration.
*
*
* .google.api.Monitoring monitoring = 28;
*/
public boolean hasMonitoring() {
return monitoringBuilder_ != null || monitoring_ != null;
}
/**
*
* Monitoring configuration.
*
*
* .google.api.Monitoring monitoring = 28;
*/
public nl.topicus.jdbc.shaded.com.google.api.Monitoring getMonitoring() {
if (monitoringBuilder_ == null) {
return monitoring_ == null ? nl.topicus.jdbc.shaded.com.google.api.Monitoring.getDefaultInstance() : monitoring_;
} else {
return monitoringBuilder_.getMessage();
}
}
/**
*
* Monitoring configuration.
*
*
* .google.api.Monitoring monitoring = 28;
*/
public Builder setMonitoring(nl.topicus.jdbc.shaded.com.google.api.Monitoring value) {
if (monitoringBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
monitoring_ = value;
onChanged();
} else {
monitoringBuilder_.setMessage(value);
}
return this;
}
/**
*
* Monitoring configuration.
*
*
* .google.api.Monitoring monitoring = 28;
*/
public Builder setMonitoring(
nl.topicus.jdbc.shaded.com.google.api.Monitoring.Builder builderForValue) {
if (monitoringBuilder_ == null) {
monitoring_ = builderForValue.build();
onChanged();
} else {
monitoringBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Monitoring configuration.
*
*
* .google.api.Monitoring monitoring = 28;
*/
public Builder mergeMonitoring(nl.topicus.jdbc.shaded.com.google.api.Monitoring value) {
if (monitoringBuilder_ == null) {
if (monitoring_ != null) {
monitoring_ =
nl.topicus.jdbc.shaded.com.google.api.Monitoring.newBuilder(monitoring_).mergeFrom(value).buildPartial();
} else {
monitoring_ = value;
}
onChanged();
} else {
monitoringBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Monitoring configuration.
*
*
* .google.api.Monitoring monitoring = 28;
*/
public Builder clearMonitoring() {
if (monitoringBuilder_ == null) {
monitoring_ = null;
onChanged();
} else {
monitoring_ = null;
monitoringBuilder_ = null;
}
return this;
}
/**
*
* Monitoring configuration.
*
*
* .google.api.Monitoring monitoring = 28;
*/
public nl.topicus.jdbc.shaded.com.google.api.Monitoring.Builder getMonitoringBuilder() {
onChanged();
return getMonitoringFieldBuilder().getBuilder();
}
/**
*
* Monitoring configuration.
*
*
* .google.api.Monitoring monitoring = 28;
*/
public nl.topicus.jdbc.shaded.com.google.api.MonitoringOrBuilder getMonitoringOrBuilder() {
if (monitoringBuilder_ != null) {
return monitoringBuilder_.getMessageOrBuilder();
} else {
return monitoring_ == null ?
nl.topicus.jdbc.shaded.com.google.api.Monitoring.getDefaultInstance() : monitoring_;
}
}
/**
*
* Monitoring configuration.
*
*
* .google.api.Monitoring monitoring = 28;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Monitoring, nl.topicus.jdbc.shaded.com.google.api.Monitoring.Builder, nl.topicus.jdbc.shaded.com.google.api.MonitoringOrBuilder>
getMonitoringFieldBuilder() {
if (monitoringBuilder_ == null) {
monitoringBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Monitoring, nl.topicus.jdbc.shaded.com.google.api.Monitoring.Builder, nl.topicus.jdbc.shaded.com.google.api.MonitoringOrBuilder>(
getMonitoring(),
getParentForChildren(),
isClean());
monitoring_ = null;
}
return monitoringBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.SystemParameters systemParameters_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.SystemParameters, nl.topicus.jdbc.shaded.com.google.api.SystemParameters.Builder, nl.topicus.jdbc.shaded.com.google.api.SystemParametersOrBuilder> systemParametersBuilder_;
/**
*
* System parameter configuration.
*
*
* .google.api.SystemParameters system_parameters = 29;
*/
public boolean hasSystemParameters() {
return systemParametersBuilder_ != null || systemParameters_ != null;
}
/**
*
* System parameter configuration.
*
*
* .google.api.SystemParameters system_parameters = 29;
*/
public nl.topicus.jdbc.shaded.com.google.api.SystemParameters getSystemParameters() {
if (systemParametersBuilder_ == null) {
return systemParameters_ == null ? nl.topicus.jdbc.shaded.com.google.api.SystemParameters.getDefaultInstance() : systemParameters_;
} else {
return systemParametersBuilder_.getMessage();
}
}
/**
*
* System parameter configuration.
*
*
* .google.api.SystemParameters system_parameters = 29;
*/
public Builder setSystemParameters(nl.topicus.jdbc.shaded.com.google.api.SystemParameters value) {
if (systemParametersBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
systemParameters_ = value;
onChanged();
} else {
systemParametersBuilder_.setMessage(value);
}
return this;
}
/**
*
* System parameter configuration.
*
*
* .google.api.SystemParameters system_parameters = 29;
*/
public Builder setSystemParameters(
nl.topicus.jdbc.shaded.com.google.api.SystemParameters.Builder builderForValue) {
if (systemParametersBuilder_ == null) {
systemParameters_ = builderForValue.build();
onChanged();
} else {
systemParametersBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* System parameter configuration.
*
*
* .google.api.SystemParameters system_parameters = 29;
*/
public Builder mergeSystemParameters(nl.topicus.jdbc.shaded.com.google.api.SystemParameters value) {
if (systemParametersBuilder_ == null) {
if (systemParameters_ != null) {
systemParameters_ =
nl.topicus.jdbc.shaded.com.google.api.SystemParameters.newBuilder(systemParameters_).mergeFrom(value).buildPartial();
} else {
systemParameters_ = value;
}
onChanged();
} else {
systemParametersBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* System parameter configuration.
*
*
* .google.api.SystemParameters system_parameters = 29;
*/
public Builder clearSystemParameters() {
if (systemParametersBuilder_ == null) {
systemParameters_ = null;
onChanged();
} else {
systemParameters_ = null;
systemParametersBuilder_ = null;
}
return this;
}
/**
*
* System parameter configuration.
*
*
* .google.api.SystemParameters system_parameters = 29;
*/
public nl.topicus.jdbc.shaded.com.google.api.SystemParameters.Builder getSystemParametersBuilder() {
onChanged();
return getSystemParametersFieldBuilder().getBuilder();
}
/**
*
* System parameter configuration.
*
*
* .google.api.SystemParameters system_parameters = 29;
*/
public nl.topicus.jdbc.shaded.com.google.api.SystemParametersOrBuilder getSystemParametersOrBuilder() {
if (systemParametersBuilder_ != null) {
return systemParametersBuilder_.getMessageOrBuilder();
} else {
return systemParameters_ == null ?
nl.topicus.jdbc.shaded.com.google.api.SystemParameters.getDefaultInstance() : systemParameters_;
}
}
/**
*
* System parameter configuration.
*
*
* .google.api.SystemParameters system_parameters = 29;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.SystemParameters, nl.topicus.jdbc.shaded.com.google.api.SystemParameters.Builder, nl.topicus.jdbc.shaded.com.google.api.SystemParametersOrBuilder>
getSystemParametersFieldBuilder() {
if (systemParametersBuilder_ == null) {
systemParametersBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.SystemParameters, nl.topicus.jdbc.shaded.com.google.api.SystemParameters.Builder, nl.topicus.jdbc.shaded.com.google.api.SystemParametersOrBuilder>(
getSystemParameters(),
getParentForChildren(),
isClean());
systemParameters_ = null;
}
return systemParametersBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.SourceInfo sourceInfo_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.SourceInfo, nl.topicus.jdbc.shaded.com.google.api.SourceInfo.Builder, nl.topicus.jdbc.shaded.com.google.api.SourceInfoOrBuilder> sourceInfoBuilder_;
/**
*
* Output only. The source information for this configuration if available.
*
*
* .google.api.SourceInfo source_info = 37;
*/
public boolean hasSourceInfo() {
return sourceInfoBuilder_ != null || sourceInfo_ != null;
}
/**
*
* Output only. The source information for this configuration if available.
*
*
* .google.api.SourceInfo source_info = 37;
*/
public nl.topicus.jdbc.shaded.com.google.api.SourceInfo getSourceInfo() {
if (sourceInfoBuilder_ == null) {
return sourceInfo_ == null ? nl.topicus.jdbc.shaded.com.google.api.SourceInfo.getDefaultInstance() : sourceInfo_;
} else {
return sourceInfoBuilder_.getMessage();
}
}
/**
*
* Output only. The source information for this configuration if available.
*
*
* .google.api.SourceInfo source_info = 37;
*/
public Builder setSourceInfo(nl.topicus.jdbc.shaded.com.google.api.SourceInfo value) {
if (sourceInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
sourceInfo_ = value;
onChanged();
} else {
sourceInfoBuilder_.setMessage(value);
}
return this;
}
/**
*
* Output only. The source information for this configuration if available.
*
*
* .google.api.SourceInfo source_info = 37;
*/
public Builder setSourceInfo(
nl.topicus.jdbc.shaded.com.google.api.SourceInfo.Builder builderForValue) {
if (sourceInfoBuilder_ == null) {
sourceInfo_ = builderForValue.build();
onChanged();
} else {
sourceInfoBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Output only. The source information for this configuration if available.
*
*
* .google.api.SourceInfo source_info = 37;
*/
public Builder mergeSourceInfo(nl.topicus.jdbc.shaded.com.google.api.SourceInfo value) {
if (sourceInfoBuilder_ == null) {
if (sourceInfo_ != null) {
sourceInfo_ =
nl.topicus.jdbc.shaded.com.google.api.SourceInfo.newBuilder(sourceInfo_).mergeFrom(value).buildPartial();
} else {
sourceInfo_ = value;
}
onChanged();
} else {
sourceInfoBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Output only. The source information for this configuration if available.
*
*
* .google.api.SourceInfo source_info = 37;
*/
public Builder clearSourceInfo() {
if (sourceInfoBuilder_ == null) {
sourceInfo_ = null;
onChanged();
} else {
sourceInfo_ = null;
sourceInfoBuilder_ = null;
}
return this;
}
/**
*
* Output only. The source information for this configuration if available.
*
*
* .google.api.SourceInfo source_info = 37;
*/
public nl.topicus.jdbc.shaded.com.google.api.SourceInfo.Builder getSourceInfoBuilder() {
onChanged();
return getSourceInfoFieldBuilder().getBuilder();
}
/**
*
* Output only. The source information for this configuration if available.
*
*
* .google.api.SourceInfo source_info = 37;
*/
public nl.topicus.jdbc.shaded.com.google.api.SourceInfoOrBuilder getSourceInfoOrBuilder() {
if (sourceInfoBuilder_ != null) {
return sourceInfoBuilder_.getMessageOrBuilder();
} else {
return sourceInfo_ == null ?
nl.topicus.jdbc.shaded.com.google.api.SourceInfo.getDefaultInstance() : sourceInfo_;
}
}
/**
*
* Output only. The source information for this configuration if available.
*
*
* .google.api.SourceInfo source_info = 37;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.SourceInfo, nl.topicus.jdbc.shaded.com.google.api.SourceInfo.Builder, nl.topicus.jdbc.shaded.com.google.api.SourceInfoOrBuilder>
getSourceInfoFieldBuilder() {
if (sourceInfoBuilder_ == null) {
sourceInfoBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.SourceInfo, nl.topicus.jdbc.shaded.com.google.api.SourceInfo.Builder, nl.topicus.jdbc.shaded.com.google.api.SourceInfoOrBuilder>(
getSourceInfo(),
getParentForChildren(),
isClean());
sourceInfo_ = null;
}
return sourceInfoBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.api.Experimental experimental_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Experimental, nl.topicus.jdbc.shaded.com.google.api.Experimental.Builder, nl.topicus.jdbc.shaded.com.google.api.ExperimentalOrBuilder> experimentalBuilder_;
/**
*
* Experimental configuration.
*
*
* .google.api.Experimental experimental = 101;
*/
public boolean hasExperimental() {
return experimentalBuilder_ != null || experimental_ != null;
}
/**
*
* Experimental configuration.
*
*
* .google.api.Experimental experimental = 101;
*/
public nl.topicus.jdbc.shaded.com.google.api.Experimental getExperimental() {
if (experimentalBuilder_ == null) {
return experimental_ == null ? nl.topicus.jdbc.shaded.com.google.api.Experimental.getDefaultInstance() : experimental_;
} else {
return experimentalBuilder_.getMessage();
}
}
/**
*
* Experimental configuration.
*
*
* .google.api.Experimental experimental = 101;
*/
public Builder setExperimental(nl.topicus.jdbc.shaded.com.google.api.Experimental value) {
if (experimentalBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
experimental_ = value;
onChanged();
} else {
experimentalBuilder_.setMessage(value);
}
return this;
}
/**
*
* Experimental configuration.
*
*
* .google.api.Experimental experimental = 101;
*/
public Builder setExperimental(
nl.topicus.jdbc.shaded.com.google.api.Experimental.Builder builderForValue) {
if (experimentalBuilder_ == null) {
experimental_ = builderForValue.build();
onChanged();
} else {
experimentalBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Experimental configuration.
*
*
* .google.api.Experimental experimental = 101;
*/
public Builder mergeExperimental(nl.topicus.jdbc.shaded.com.google.api.Experimental value) {
if (experimentalBuilder_ == null) {
if (experimental_ != null) {
experimental_ =
nl.topicus.jdbc.shaded.com.google.api.Experimental.newBuilder(experimental_).mergeFrom(value).buildPartial();
} else {
experimental_ = value;
}
onChanged();
} else {
experimentalBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Experimental configuration.
*
*
* .google.api.Experimental experimental = 101;
*/
public Builder clearExperimental() {
if (experimentalBuilder_ == null) {
experimental_ = null;
onChanged();
} else {
experimental_ = null;
experimentalBuilder_ = null;
}
return this;
}
/**
*
* Experimental configuration.
*
*
* .google.api.Experimental experimental = 101;
*/
public nl.topicus.jdbc.shaded.com.google.api.Experimental.Builder getExperimentalBuilder() {
onChanged();
return getExperimentalFieldBuilder().getBuilder();
}
/**
*
* Experimental configuration.
*
*
* .google.api.Experimental experimental = 101;
*/
public nl.topicus.jdbc.shaded.com.google.api.ExperimentalOrBuilder getExperimentalOrBuilder() {
if (experimentalBuilder_ != null) {
return experimentalBuilder_.getMessageOrBuilder();
} else {
return experimental_ == null ?
nl.topicus.jdbc.shaded.com.google.api.Experimental.getDefaultInstance() : experimental_;
}
}
/**
*
* Experimental configuration.
*
*
* .google.api.Experimental experimental = 101;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Experimental, nl.topicus.jdbc.shaded.com.google.api.Experimental.Builder, nl.topicus.jdbc.shaded.com.google.api.ExperimentalOrBuilder>
getExperimentalFieldBuilder() {
if (experimentalBuilder_ == null) {
experimentalBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.api.Experimental, nl.topicus.jdbc.shaded.com.google.api.Experimental.Builder, nl.topicus.jdbc.shaded.com.google.api.ExperimentalOrBuilder>(
getExperimental(),
getParentForChildren(),
isClean());
experimental_ = null;
}
return experimentalBuilder_;
}
public final Builder setUnknownFields(
final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.api.Service)
}
// @@protoc_insertion_point(class_scope:google.api.Service)
private static final nl.topicus.jdbc.shaded.com.google.api.Service DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new nl.topicus.jdbc.shaded.com.google.api.Service();
}
public static nl.topicus.jdbc.shaded.com.google.api.Service getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final nl.topicus.jdbc.shaded.com.google.protobuf.Parser
PARSER = new nl.topicus.jdbc.shaded.com.google.protobuf.AbstractParser() {
public Service parsePartialFrom(
nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input,
nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new Service(input, extensionRegistry);
}
};
public static nl.topicus.jdbc.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public nl.topicus.jdbc.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public nl.topicus.jdbc.shaded.com.google.api.Service getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}