Publishing class final

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

Inheritance
  • Object
  • ProtoMessage
  • Publishing

Constructors

Publishing({List<MethodSettings> methodSettings = const [], String newIssueUri = '', String documentationUri = '', String apiShortName = '', String githubLabel = '', List<String> codeownerGithubTeams = const [], String docTagPrefix = '', ClientLibraryOrganization organization = ClientLibraryOrganization.$default, List<ClientLibrarySettings> librarySettings = const [], String protoReferenceDocumentationUri = '', String restReferenceDocumentationUri = ''})
Publishing.fromJson(Object? j)
factory

Properties

apiShortName String
Used as a tracking tag when collecting data about the APIs developer relations artifacts like docs, packages delivered to package managers, etc. Example: "speech".
final
codeownerGithubTeams List<String>
GitHub teams to be added to CODEOWNERS in the directory in GitHub containing source code for the client libraries for this API.
final
docTagPrefix String
A prefix used in sample code when demarking regions to be included in documentation.
final
documentationUri String
Link to product home page. Example: https://cloud.google.com/asset-inventory/docs/overview
final
githubLabel String
GitHub label to apply to issues and pull requests opened for this API.
final
hashCode int
The hash code for this object.
no setterinherited
librarySettings List<ClientLibrarySettings>
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.
final
methodSettings List<MethodSettings>
A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
final
newIssueUri String
Link to a public URI where users can report issues. Example: https://issuetracker.google.com/issues/new?component=190865&template=1161103
final
organization ClientLibraryOrganization
For whom the client library is being published.
final
protoReferenceDocumentationUri String
Optional link to proto reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rpc
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
restReferenceDocumentationUri String
Optional link to REST reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rest
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String