public interface PublishingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApiShortName()
Used as a tracking tag when collecting data about the APIs developer
relations artifacts like docs, packages delivered to package managers,
etc.
|
com.google.protobuf.ByteString |
getApiShortNameBytes()
Used as a tracking tag when collecting data about the APIs developer
relations artifacts like docs, packages delivered to package managers,
etc.
|
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.
|
com.google.protobuf.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.
|
int |
getCodeownerGithubTeamsCount()
GitHub teams to be added to CODEOWNERS in the directory in GitHub
containing source code for the client libraries for this API.
|
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.
|
String |
getDocTagPrefix()
A prefix used in sample code when demarking regions to be included in
documentation.
|
com.google.protobuf.ByteString |
getDocTagPrefixBytes()
A prefix used in sample code when demarking regions to be included in
documentation.
|
String |
getDocumentationUri()
Link to product home page.
|
com.google.protobuf.ByteString |
getDocumentationUriBytes()
Link to product home page.
|
String |
getGithubLabel()
GitHub label to apply to issues and pull requests opened for this API.
|
com.google.protobuf.ByteString |
getGithubLabelBytes()
GitHub label to apply to issues and pull requests opened for this API.
|
ClientLibrarySettings |
getLibrarySettings(int index)
Client library settings.
|
int |
getLibrarySettingsCount()
Client library settings.
|
List<ClientLibrarySettings> |
getLibrarySettingsList()
Client library settings.
|
ClientLibrarySettingsOrBuilder |
getLibrarySettingsOrBuilder(int index)
Client library settings.
|
List<? extends ClientLibrarySettingsOrBuilder> |
getLibrarySettingsOrBuilderList()
Client library settings.
|
MethodSettings |
getMethodSettings(int index)
A list of API method settings, e.g.
|
int |
getMethodSettingsCount()
A list of API method settings, e.g.
|
List<MethodSettings> |
getMethodSettingsList()
A list of API method settings, e.g.
|
MethodSettingsOrBuilder |
getMethodSettingsOrBuilder(int index)
A list of API method settings, e.g.
|
List<? extends MethodSettingsOrBuilder> |
getMethodSettingsOrBuilderList()
A list of API method settings, e.g.
|
String |
getNewIssueUri()
Link to a place that API users can report issues.
|
com.google.protobuf.ByteString |
getNewIssueUriBytes()
Link to a place that API users can report issues.
|
ClientLibraryOrganization |
getOrganization()
For whom the client library is being published.
|
int |
getOrganizationValue()
For whom the client library is being published.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;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;com.google.protobuf.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;String getDocumentationUri()
Link to product home page. Example: https://cloud.google.com/asset-inventory/docs/overview
string documentation_uri = 102;com.google.protobuf.ByteString getDocumentationUriBytes()
Link to product home page. Example: https://cloud.google.com/asset-inventory/docs/overview
string documentation_uri = 102;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;com.google.protobuf.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;String getGithubLabel()
GitHub label to apply to issues and pull requests opened for this API.
string github_label = 104;com.google.protobuf.ByteString getGithubLabelBytes()
GitHub label to apply to issues and pull requests opened for this API.
string github_label = 104;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;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.String getDocTagPrefix()
A prefix used in sample code when demarking regions to be included in documentation.
string doc_tag_prefix = 106;com.google.protobuf.ByteString getDocTagPrefixBytes()
A prefix used in sample code when demarking regions to be included in documentation.
string doc_tag_prefix = 106;int getOrganizationValue()
For whom the client library is being published.
.google.api.ClientLibraryOrganization organization = 107;ClientLibraryOrganization getOrganization()
For whom the client library is being published.
.google.api.ClientLibraryOrganization organization = 107;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;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;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;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;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;Copyright © 2022 Google LLC. All rights reserved.