com.google.api.CppSettingsOrBuilder 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 CppSettingsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.CppSettings)
com.google.protobuf.MessageOrBuilder {
/**
*
* Some settings.
*
*
* .google.api.CommonLanguageSettings common = 1;
* @return Whether the common field is set.
*/
boolean hasCommon();
/**
*
* Some settings.
*
*
* .google.api.CommonLanguageSettings common = 1;
* @return The common.
*/
com.google.api.CommonLanguageSettings getCommon();
/**
*
* Some settings.
*
*
* .google.api.CommonLanguageSettings common = 1;
*/
com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy