Publishing

com.google.api.client.Publishing
See thePublishing companion object
final case class Publishing(methodSettings: Seq[MethodSettings], newIssueUri: String, documentationUri: String, apiShortName: String, githubLabel: String, codeownerGithubTeams: Seq[String], docTagPrefix: String, organization: ClientLibraryOrganization, librarySettings: Seq[ClientLibrarySettings], protoReferenceDocumentationUri: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Publishing]

This message configures the settings for publishing Google Cloud Client libraries generated from the service config.

Attributes

apiShortName

Used as a tracking tag when collecting data about the APIs developer relations artifacts like docs, packages delivered to package managers, etc. Example: "speech".

codeownerGithubTeams

GitHub teams to be added to CODEOWNERS in the directory in GitHub containing source code for the client libraries for this API.

docTagPrefix

A prefix used in sample code when demarking regions to be included in documentation.

documentationUri

Link to product home page. Example: https://cloud.google.com/asset-inventory/docs/overview

githubLabel

GitHub label to apply to issues and pull requests opened for this API.

librarySettings

Client library settings. If the same version string appears multiple times in this list, then the last one wins. Settings from earlier settings with the same version string are discarded.

methodSettings

A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.

newIssueUri

Link to a public URI where users can report issues. Example: https://issuetracker.google.com/issues/new?component=190865&template=1161103

organization

For whom the client library is being published.

protoReferenceDocumentationUri

Optional link to proto reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rpc

Companion:
object
Source:
Publishing.scala
Graph
Supertypes
trait Updatable[Publishing]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Publishing.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source:
Publishing.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source:
Publishing.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source:
Publishing.scala

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns:

human-readable representation of this message.

Source:
Publishing.scala

Attributes

Source:
Publishing.scala

Attributes

Source:
Publishing.scala

Attributes

Source:
Publishing.scala

Attributes

Source:
Publishing.scala
def withUnknownFields(`__v`: UnknownFieldSet): Publishing

Attributes

Source:
Publishing.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source:
Publishing.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
def update(ms: Lens[Publishing, Publishing] => () => Publishing*): A

Attributes

Inherited from:
Updatable
Source:
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala