Class Publishing

java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Publishing,Publishing.Builder>
com.google.api.Publishing
All Implemented Interfaces:
PublishingOrBuilder, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder

public final class Publishing extends com.google.protobuf.GeneratedMessageLite<Publishing,Publishing.Builder> implements PublishingOrBuilder
 This message configures the settings for publishing [Google Cloud Client
 libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
 generated from the service config.
 
Protobuf type google.api.Publishing
  • Field Details

    • METHOD_SETTINGS_FIELD_NUMBER

      public static final int METHOD_SETTINGS_FIELD_NUMBER
      See Also:
    • NEW_ISSUE_URI_FIELD_NUMBER

      public static final int NEW_ISSUE_URI_FIELD_NUMBER
      See Also:
    • DOCUMENTATION_URI_FIELD_NUMBER

      public static final int DOCUMENTATION_URI_FIELD_NUMBER
      See Also:
    • API_SHORT_NAME_FIELD_NUMBER

      public static final int API_SHORT_NAME_FIELD_NUMBER
      See Also:
    • GITHUB_LABEL_FIELD_NUMBER

      public static final int GITHUB_LABEL_FIELD_NUMBER
      See Also:
    • CODEOWNER_GITHUB_TEAMS_FIELD_NUMBER

      public static final int CODEOWNER_GITHUB_TEAMS_FIELD_NUMBER
      See Also:
    • DOC_TAG_PREFIX_FIELD_NUMBER

      public static final int DOC_TAG_PREFIX_FIELD_NUMBER
      See Also:
    • ORGANIZATION_FIELD_NUMBER

      public static final int ORGANIZATION_FIELD_NUMBER
      See Also:
    • LIBRARY_SETTINGS_FIELD_NUMBER

      public static final int LIBRARY_SETTINGS_FIELD_NUMBER
      See Also:
    • PROTO_REFERENCE_DOCUMENTATION_URI_FIELD_NUMBER

      public static final int PROTO_REFERENCE_DOCUMENTATION_URI_FIELD_NUMBER
      See Also:
    • REST_REFERENCE_DOCUMENTATION_URI_FIELD_NUMBER

      public static final int REST_REFERENCE_DOCUMENTATION_URI_FIELD_NUMBER
      See Also:
  • Method Details

    • getMethodSettingsList

      public 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 [json_name = "methodSettings"];
      Specified by:
      getMethodSettingsList in interface PublishingOrBuilder
    • getMethodSettingsOrBuilderList

      public 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 [json_name = "methodSettings"];
    • getMethodSettingsCount

      public 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 [json_name = "methodSettings"];
      Specified by:
      getMethodSettingsCount in interface PublishingOrBuilder
    • getMethodSettings

      public 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 [json_name = "methodSettings"];
      Specified by:
      getMethodSettings in interface PublishingOrBuilder
    • getMethodSettingsOrBuilder

      public 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 [json_name = "methodSettings"];
    • getNewIssueUri

      public 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 [json_name = "newIssueUri"];
      Specified by:
      getNewIssueUri in interface PublishingOrBuilder
      Returns:
      The newIssueUri.
    • getNewIssueUriBytes

      public com.google.protobuf.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 [json_name = "newIssueUri"];
      Specified by:
      getNewIssueUriBytes in interface PublishingOrBuilder
      Returns:
      The bytes for newIssueUri.
    • getDocumentationUri

      public String getDocumentationUri()
       Link to product home page.  Example:
       https://cloud.google.com/asset-inventory/docs/overview
       
      string documentation_uri = 102 [json_name = "documentationUri"];
      Specified by:
      getDocumentationUri in interface PublishingOrBuilder
      Returns:
      The documentationUri.
    • getDocumentationUriBytes

      public com.google.protobuf.ByteString getDocumentationUriBytes()
       Link to product home page.  Example:
       https://cloud.google.com/asset-inventory/docs/overview
       
      string documentation_uri = 102 [json_name = "documentationUri"];
      Specified by:
      getDocumentationUriBytes in interface PublishingOrBuilder
      Returns:
      The bytes for documentationUri.
    • getApiShortName

      public 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 [json_name = "apiShortName"];
      Specified by:
      getApiShortName in interface PublishingOrBuilder
      Returns:
      The apiShortName.
    • getApiShortNameBytes

      public 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 [json_name = "apiShortName"];
      Specified by:
      getApiShortNameBytes in interface PublishingOrBuilder
      Returns:
      The bytes for apiShortName.
    • getGithubLabel

      public String getGithubLabel()
       GitHub label to apply to issues and pull requests opened for this API.
       
      string github_label = 104 [json_name = "githubLabel"];
      Specified by:
      getGithubLabel in interface PublishingOrBuilder
      Returns:
      The githubLabel.
    • getGithubLabelBytes

      public com.google.protobuf.ByteString getGithubLabelBytes()
       GitHub label to apply to issues and pull requests opened for this API.
       
      string github_label = 104 [json_name = "githubLabel"];
      Specified by:
      getGithubLabelBytes in interface PublishingOrBuilder
      Returns:
      The bytes for githubLabel.
    • getCodeownerGithubTeamsList

      public 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 [json_name = "codeownerGithubTeams"];
      Specified by:
      getCodeownerGithubTeamsList in interface PublishingOrBuilder
      Returns:
      A list containing the codeownerGithubTeams.
    • getCodeownerGithubTeamsCount

      public 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 [json_name = "codeownerGithubTeams"];
      Specified by:
      getCodeownerGithubTeamsCount in interface PublishingOrBuilder
      Returns:
      The count of codeownerGithubTeams.
    • getCodeownerGithubTeams

      public 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 [json_name = "codeownerGithubTeams"];
      Specified by:
      getCodeownerGithubTeams in interface PublishingOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The codeownerGithubTeams at the given index.
    • getCodeownerGithubTeamsBytes

      public 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 [json_name = "codeownerGithubTeams"];
      Specified by:
      getCodeownerGithubTeamsBytes in interface PublishingOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the codeownerGithubTeams at the given index.
    • getDocTagPrefix

      public String getDocTagPrefix()
       A prefix used in sample code when demarking regions to be included in
       documentation.
       
      string doc_tag_prefix = 106 [json_name = "docTagPrefix"];
      Specified by:
      getDocTagPrefix in interface PublishingOrBuilder
      Returns:
      The docTagPrefix.
    • getDocTagPrefixBytes

      public com.google.protobuf.ByteString getDocTagPrefixBytes()
       A prefix used in sample code when demarking regions to be included in
       documentation.
       
      string doc_tag_prefix = 106 [json_name = "docTagPrefix"];
      Specified by:
      getDocTagPrefixBytes in interface PublishingOrBuilder
      Returns:
      The bytes for docTagPrefix.
    • getOrganizationValue

      public int getOrganizationValue()
       For whom the client library is being published.
       
      .google.api.ClientLibraryOrganization organization = 107 [json_name = "organization"];
      Specified by:
      getOrganizationValue in interface PublishingOrBuilder
      Returns:
      The enum numeric value on the wire for organization.
    • getOrganization

      public ClientLibraryOrganization getOrganization()
       For whom the client library is being published.
       
      .google.api.ClientLibraryOrganization organization = 107 [json_name = "organization"];
      Specified by:
      getOrganization in interface PublishingOrBuilder
      Returns:
      The organization.
    • getLibrarySettingsList

      public 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 [json_name = "librarySettings"];
      Specified by:
      getLibrarySettingsList in interface PublishingOrBuilder
    • getLibrarySettingsOrBuilderList

      public 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 [json_name = "librarySettings"];
    • getLibrarySettingsCount

      public 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 [json_name = "librarySettings"];
      Specified by:
      getLibrarySettingsCount in interface PublishingOrBuilder
    • getLibrarySettings

      public 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 [json_name = "librarySettings"];
      Specified by:
      getLibrarySettings in interface PublishingOrBuilder
    • getLibrarySettingsOrBuilder

      public 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 [json_name = "librarySettings"];
    • getProtoReferenceDocumentationUri

      public String getProtoReferenceDocumentationUri()
       Optional link to proto reference documentation.  Example:
       https://cloud.google.com/pubsub/lite/docs/reference/rpc
       
      string proto_reference_documentation_uri = 110 [json_name = "protoReferenceDocumentationUri"];
      Specified by:
      getProtoReferenceDocumentationUri in interface PublishingOrBuilder
      Returns:
      The protoReferenceDocumentationUri.
    • getProtoReferenceDocumentationUriBytes

      public com.google.protobuf.ByteString getProtoReferenceDocumentationUriBytes()
       Optional link to proto reference documentation.  Example:
       https://cloud.google.com/pubsub/lite/docs/reference/rpc
       
      string proto_reference_documentation_uri = 110 [json_name = "protoReferenceDocumentationUri"];
      Specified by:
      getProtoReferenceDocumentationUriBytes in interface PublishingOrBuilder
      Returns:
      The bytes for protoReferenceDocumentationUri.
    • getRestReferenceDocumentationUri

      public String getRestReferenceDocumentationUri()
       Optional link to REST reference documentation.  Example:
       https://cloud.google.com/pubsub/lite/docs/reference/rest
       
      string rest_reference_documentation_uri = 111 [json_name = "restReferenceDocumentationUri"];
      Specified by:
      getRestReferenceDocumentationUri in interface PublishingOrBuilder
      Returns:
      The restReferenceDocumentationUri.
    • getRestReferenceDocumentationUriBytes

      public com.google.protobuf.ByteString getRestReferenceDocumentationUriBytes()
       Optional link to REST reference documentation.  Example:
       https://cloud.google.com/pubsub/lite/docs/reference/rest
       
      string rest_reference_documentation_uri = 111 [json_name = "restReferenceDocumentationUri"];
      Specified by:
      getRestReferenceDocumentationUriBytes in interface PublishingOrBuilder
      Returns:
      The bytes for restReferenceDocumentationUri.
    • parseFrom

      public static Publishing parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Publishing parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Publishing parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Publishing parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Publishing parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Publishing parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Publishing parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Publishing parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Publishing parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Publishing parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Publishing parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Publishing parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilder

      public static Publishing.Builder newBuilder()
    • newBuilder

      public static Publishing.Builder newBuilder(Publishing prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Publishing,Publishing.Builder>
    • getDefaultInstance

      public static Publishing getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Publishing> parser()