com.google.api.CommonLanguageSettingsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pekko-connectors-google-cloud-bigquery-storage_3 Show documentation
Show all versions of pekko-connectors-google-cloud-bigquery-storage_3 Show documentation
Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Pekko.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/client.proto
// Protobuf Java Version: 3.25.3
package com.google.api;
public interface CommonLanguageSettingsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.CommonLanguageSettings)
com.google.protobuf.MessageOrBuilder {
/**
*
* Link to automatically generated reference documentation. Example:
* https://cloud.google.com/nodejs/docs/reference/asset/latest
*
*
* string reference_docs_uri = 1 [deprecated = true];
* @deprecated google.api.CommonLanguageSettings.reference_docs_uri is deprecated.
* See google/api/client.proto;l=106
* @return The referenceDocsUri.
*/
@java.lang.Deprecated java.lang.String getReferenceDocsUri();
/**
*
* Link to automatically generated reference documentation. Example:
* https://cloud.google.com/nodejs/docs/reference/asset/latest
*
*
* string reference_docs_uri = 1 [deprecated = true];
* @deprecated google.api.CommonLanguageSettings.reference_docs_uri is deprecated.
* See google/api/client.proto;l=106
* @return The bytes for referenceDocsUri.
*/
@java.lang.Deprecated com.google.protobuf.ByteString
getReferenceDocsUriBytes();
/**
*
* The destination where API teams want this client library to be published.
*
*
* repeated .google.api.ClientLibraryDestination destinations = 2;
* @return A list containing the destinations.
*/
java.util.List getDestinationsList();
/**
*
* The destination where API teams want this client library to be published.
*
*
* repeated .google.api.ClientLibraryDestination destinations = 2;
* @return The count of destinations.
*/
int getDestinationsCount();
/**
*
* The destination where API teams want this client library to be published.
*
*
* repeated .google.api.ClientLibraryDestination destinations = 2;
* @param index The index of the element to return.
* @return The destinations at the given index.
*/
com.google.api.ClientLibraryDestination getDestinations(int index);
/**
*
* The destination where API teams want this client library to be published.
*
*
* repeated .google.api.ClientLibraryDestination destinations = 2;
* @return A list containing the enum numeric values on the wire for destinations.
*/
java.util.List
getDestinationsValueList();
/**
*
* The destination where API teams want this client library to be published.
*
*
* repeated .google.api.ClientLibraryDestination destinations = 2;
* @param index The index of the value to return.
* @return The enum numeric value on the wire of destinations at the given index.
*/
int getDestinationsValue(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy