public interface PublishingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int The index of the element to return. |
Type | Description |
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;
Name | Description |
index | int The index of the value to return. |
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
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;
Type | Description |
List<? extends com.google.api.MethodSettingsOrBuilder> |
getNewIssueUri()
public abstract String getNewIssueUri()
Link to a place that API users can report issues. Example: https://issuetracker.google.com/issues/new?component=190865&template=1161103
string new_issue_uri = 101;
Type | Description |
String | The newIssueUri. |
getNewIssueUriBytes()
public abstract ByteString getNewIssueUriBytes()
Link to a place that API users can report issues. Example: https://issuetracker.google.com/issues/new?component=190865&template=1161103
string new_issue_uri = 101;
Type | Description |
ByteString | The bytes for newIssueUri. |
getOrganization()
public abstract ClientLibraryOrganization getOrganization()
For whom the client library is being published.
.google.api.ClientLibraryOrganization organization = 107;
Type | Description |
ClientLibraryOrganization | The organization. |
getOrganizationValue()
public abstract int getOrganizationValue()
For whom the client library is being published.
.google.api.ClientLibraryOrganization organization = 107;
Type | Description |
int | The enum numeric value on the wire for organization. |