Interface PublishingOrBuilder (2.37.1)

public interface PublishingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApiShortName()

public abstract String getApiShortName()

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

string api_short_name = 103;

Returns
TypeDescription
String

The apiShortName.

getApiShortNameBytes()

public abstract ByteString getApiShortNameBytes()

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

string api_short_name = 103;

Returns
TypeDescription
ByteString

The bytes for apiShortName.

getCodeownerGithubTeams(int index)

public abstract String getCodeownerGithubTeams(int index)

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

repeated string codeowner_github_teams = 105;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The codeownerGithubTeams at the given index.

getCodeownerGithubTeamsBytes(int index)

public abstract ByteString getCodeownerGithubTeamsBytes(int index)

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

repeated string codeowner_github_teams = 105;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the codeownerGithubTeams at the given index.

getCodeownerGithubTeamsCount()

public abstract int getCodeownerGithubTeamsCount()

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

repeated string codeowner_github_teams = 105;

Returns
TypeDescription
int

The count of codeownerGithubTeams.

getCodeownerGithubTeamsList()

public abstract List<String> getCodeownerGithubTeamsList()

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

repeated string codeowner_github_teams = 105;

Returns
TypeDescription
List<String>

A list containing the codeownerGithubTeams.

getDocTagPrefix()

public abstract String getDocTagPrefix()

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

string doc_tag_prefix = 106;

Returns
TypeDescription
String

The docTagPrefix.

getDocTagPrefixBytes()

public abstract ByteString getDocTagPrefixBytes()

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

string doc_tag_prefix = 106;

Returns
TypeDescription
ByteString

The bytes for docTagPrefix.

getDocumentationUri()

public abstract String getDocumentationUri()

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

string documentation_uri = 102;

Returns
TypeDescription
String

The documentationUri.

getDocumentationUriBytes()

public abstract ByteString getDocumentationUriBytes()

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

string documentation_uri = 102;

Returns
TypeDescription
ByteString

The bytes for documentationUri.

getGithubLabel()

public abstract String getGithubLabel()

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

string github_label = 104;

Returns
TypeDescription
String

The githubLabel.

getGithubLabelBytes()

public abstract ByteString getGithubLabelBytes()

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

string github_label = 104;

Returns
TypeDescription
ByteString

The bytes for githubLabel.

getLibrarySettings(int index)

public abstract ClientLibrarySettings getLibrarySettings(int index)

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.

repeated .google.api.ClientLibrarySettings library_settings = 109;

Parameter
NameDescription
indexint
Returns
TypeDescription
ClientLibrarySettings

getLibrarySettingsCount()

public abstract int getLibrarySettingsCount()

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.

repeated .google.api.ClientLibrarySettings library_settings = 109;

Returns
TypeDescription
int

getLibrarySettingsList()

public abstract List<ClientLibrarySettings> getLibrarySettingsList()

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.

repeated .google.api.ClientLibrarySettings library_settings = 109;

Returns
TypeDescription
List<ClientLibrarySettings>

getLibrarySettingsOrBuilder(int index)

public abstract ClientLibrarySettingsOrBuilder getLibrarySettingsOrBuilder(int index)

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.

repeated .google.api.ClientLibrarySettings library_settings = 109;

Parameter
NameDescription
indexint
Returns
TypeDescription
ClientLibrarySettingsOrBuilder

getLibrarySettingsOrBuilderList()

public abstract List<? extends ClientLibrarySettingsOrBuilder> getLibrarySettingsOrBuilderList()

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.

repeated .google.api.ClientLibrarySettings library_settings = 109;

Returns
TypeDescription
List<? extends com.google.api.ClientLibrarySettingsOrBuilder>

getMethodSettings(int index)

public abstract MethodSettings getMethodSettings(int index)

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

repeated .google.api.MethodSettings method_settings = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
MethodSettings

getMethodSettingsCount()

public abstract int getMethodSettingsCount()

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

repeated .google.api.MethodSettings method_settings = 2;

Returns
TypeDescription
int

getMethodSettingsList()

public abstract List<MethodSettings> getMethodSettingsList()

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

repeated .google.api.MethodSettings method_settings = 2;

Returns
TypeDescription
List<MethodSettings>

getMethodSettingsOrBuilder(int index)

public abstract MethodSettingsOrBuilder getMethodSettingsOrBuilder(int index)

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

repeated .google.api.MethodSettings method_settings = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
MethodSettingsOrBuilder

getMethodSettingsOrBuilderList()

public abstract List<? extends MethodSettingsOrBuilder> getMethodSettingsOrBuilderList()

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

repeated .google.api.MethodSettings method_settings = 2;

Returns
TypeDescription
List<? extends com.google.api.MethodSettingsOrBuilder>

getNewIssueUri()

public abstract String getNewIssueUri()

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

string new_issue_uri = 101;

Returns
TypeDescription
String

The newIssueUri.

getNewIssueUriBytes()

public abstract ByteString getNewIssueUriBytes()

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

string new_issue_uri = 101;

Returns
TypeDescription
ByteString

The bytes for newIssueUri.

getOrganization()

public abstract ClientLibraryOrganization getOrganization()

For whom the client library is being published.

.google.api.ClientLibraryOrganization organization = 107;

Returns
TypeDescription
ClientLibraryOrganization

The organization.

getOrganizationValue()

public abstract int getOrganizationValue()

For whom the client library is being published.

.google.api.ClientLibraryOrganization organization = 107;

Returns
TypeDescription
int

The enum numeric value on the wire for organization.

getProtoReferenceDocumentationUri()

public abstract String getProtoReferenceDocumentationUri()

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

string proto_reference_documentation_uri = 110;

Returns
TypeDescription
String

The protoReferenceDocumentationUri.

getProtoReferenceDocumentationUriBytes()

public abstract ByteString getProtoReferenceDocumentationUriBytes()

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

string proto_reference_documentation_uri = 110;

Returns
TypeDescription
ByteString

The bytes for protoReferenceDocumentationUri.

getRestReferenceDocumentationUri()

public abstract String getRestReferenceDocumentationUri()

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

string rest_reference_documentation_uri = 111;

Returns
TypeDescription
String

The restReferenceDocumentationUri.

getRestReferenceDocumentationUriBytes()

public abstract ByteString getRestReferenceDocumentationUriBytes()

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

string rest_reference_documentation_uri = 111;

Returns
TypeDescription
ByteString

The bytes for restReferenceDocumentationUri.