Class Publishing.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>
com.google.api.Publishing.Builder
All Implemented Interfaces:
PublishingOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Publishing

public static final class Publishing.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<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
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>
    • clear

      public Publishing.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>
    • getDefaultInstanceForType

      public Publishing getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Publishing build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Publishing buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public Publishing.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>
    • setField

      public Publishing.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>
    • clearField

      public Publishing.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>
    • clearOneof

      public Publishing.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>
    • setRepeatedField

      public Publishing.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>
    • addRepeatedField

      public Publishing.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>
    • mergeFrom

      public Publishing.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Publishing.Builder>
    • mergeFrom

      public Publishing.Builder mergeFrom(Publishing other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>
    • mergeFrom

      public Publishing.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Publishing.Builder>
      Throws:
      IOException
    • 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;
      Specified by:
      getMethodSettingsList in interface PublishingOrBuilder
    • 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;
      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;
      Specified by:
      getMethodSettings in interface PublishingOrBuilder
    • setMethodSettings

      public Publishing.Builder setMethodSettings(int index, MethodSettings value)
       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;
    • setMethodSettings

      public Publishing.Builder setMethodSettings(int index, MethodSettings.Builder builderForValue)
       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;
    • addMethodSettings

      public Publishing.Builder addMethodSettings(MethodSettings value)
       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;
    • addMethodSettings

      public Publishing.Builder addMethodSettings(int index, MethodSettings value)
       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;
    • addMethodSettings

      public Publishing.Builder addMethodSettings(MethodSettings.Builder builderForValue)
       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;
    • addMethodSettings

      public Publishing.Builder addMethodSettings(int index, MethodSettings.Builder builderForValue)
       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;
    • addAllMethodSettings

      public Publishing.Builder addAllMethodSettings(Iterable<? extends MethodSettings> values)
       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;
    • clearMethodSettings

      public Publishing.Builder clearMethodSettings()
       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;
    • removeMethodSettings

      public Publishing.Builder removeMethodSettings(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;
    • getMethodSettingsBuilder

      public MethodSettings.Builder getMethodSettingsBuilder(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;
    • 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;
      Specified by:
      getMethodSettingsOrBuilder 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;
      Specified by:
      getMethodSettingsOrBuilderList in interface PublishingOrBuilder
    • addMethodSettingsBuilder

      public MethodSettings.Builder addMethodSettingsBuilder()
       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;
    • addMethodSettingsBuilder

      public MethodSettings.Builder addMethodSettingsBuilder(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;
    • getMethodSettingsBuilderList

      public List<MethodSettings.Builder> getMethodSettingsBuilderList()
       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;
    • 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;
      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;
      Specified by:
      getNewIssueUriBytes in interface PublishingOrBuilder
      Returns:
      The bytes for newIssueUri.
    • setNewIssueUri

      public Publishing.Builder setNewIssueUri(String value)
       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;
      Parameters:
      value - The newIssueUri to set.
      Returns:
      This builder for chaining.
    • clearNewIssueUri

      public Publishing.Builder clearNewIssueUri()
       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:
      This builder for chaining.
    • setNewIssueUriBytes

      public Publishing.Builder setNewIssueUriBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for newIssueUri to set.
      Returns:
      This builder for chaining.
    • getDocumentationUri

      public String getDocumentationUri()
       Link to product home page.  Example:
       https://cloud.google.com/asset-inventory/docs/overview
       
      string documentation_uri = 102;
      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;
      Specified by:
      getDocumentationUriBytes in interface PublishingOrBuilder
      Returns:
      The bytes for documentationUri.
    • setDocumentationUri

      public Publishing.Builder setDocumentationUri(String value)
       Link to product home page.  Example:
       https://cloud.google.com/asset-inventory/docs/overview
       
      string documentation_uri = 102;
      Parameters:
      value - The documentationUri to set.
      Returns:
      This builder for chaining.
    • clearDocumentationUri

      public Publishing.Builder clearDocumentationUri()
       Link to product home page.  Example:
       https://cloud.google.com/asset-inventory/docs/overview
       
      string documentation_uri = 102;
      Returns:
      This builder for chaining.
    • setDocumentationUriBytes

      public Publishing.Builder setDocumentationUriBytes(com.google.protobuf.ByteString value)
       Link to product home page.  Example:
       https://cloud.google.com/asset-inventory/docs/overview
       
      string documentation_uri = 102;
      Parameters:
      value - The bytes for documentationUri to set.
      Returns:
      This builder for chaining.
    • 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;
      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;
      Specified by:
      getApiShortNameBytes in interface PublishingOrBuilder
      Returns:
      The bytes for apiShortName.
    • setApiShortName

      public Publishing.Builder setApiShortName(String value)
       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;
      Parameters:
      value - The apiShortName to set.
      Returns:
      This builder for chaining.
    • clearApiShortName

      public Publishing.Builder clearApiShortName()
       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:
      This builder for chaining.
    • setApiShortNameBytes

      public Publishing.Builder setApiShortNameBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for apiShortName to set.
      Returns:
      This builder for chaining.
    • getGithubLabel

      public String getGithubLabel()
       GitHub label to apply to issues and pull requests opened for this API.
       
      string github_label = 104;
      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;
      Specified by:
      getGithubLabelBytes in interface PublishingOrBuilder
      Returns:
      The bytes for githubLabel.
    • setGithubLabel

      public Publishing.Builder setGithubLabel(String value)
       GitHub label to apply to issues and pull requests opened for this API.
       
      string github_label = 104;
      Parameters:
      value - The githubLabel to set.
      Returns:
      This builder for chaining.
    • clearGithubLabel

      public Publishing.Builder clearGithubLabel()
       GitHub label to apply to issues and pull requests opened for this API.
       
      string github_label = 104;
      Returns:
      This builder for chaining.
    • setGithubLabelBytes

      public Publishing.Builder setGithubLabelBytes(com.google.protobuf.ByteString value)
       GitHub label to apply to issues and pull requests opened for this API.
       
      string github_label = 104;
      Parameters:
      value - The bytes for githubLabel to set.
      Returns:
      This builder for chaining.
    • getCodeownerGithubTeamsList

      public com.google.protobuf.ProtocolStringList 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;
      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;
      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;
      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;
      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.
    • setCodeownerGithubTeams

      public Publishing.Builder setCodeownerGithubTeams(int index, String value)
       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;
      Parameters:
      index - The index to set the value at.
      value - The codeownerGithubTeams to set.
      Returns:
      This builder for chaining.
    • addCodeownerGithubTeams

      public Publishing.Builder addCodeownerGithubTeams(String value)
       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;
      Parameters:
      value - The codeownerGithubTeams to add.
      Returns:
      This builder for chaining.
    • addAllCodeownerGithubTeams

      public Publishing.Builder addAllCodeownerGithubTeams(Iterable<String> values)
       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;
      Parameters:
      values - The codeownerGithubTeams to add.
      Returns:
      This builder for chaining.
    • clearCodeownerGithubTeams

      public Publishing.Builder clearCodeownerGithubTeams()
       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:
      This builder for chaining.
    • addCodeownerGithubTeamsBytes

      public Publishing.Builder addCodeownerGithubTeamsBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes of the codeownerGithubTeams to add.
      Returns:
      This builder for chaining.
    • getDocTagPrefix

      public String getDocTagPrefix()
       A prefix used in sample code when demarking regions to be included in
       documentation.
       
      string doc_tag_prefix = 106;
      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;
      Specified by:
      getDocTagPrefixBytes in interface PublishingOrBuilder
      Returns:
      The bytes for docTagPrefix.
    • setDocTagPrefix

      public Publishing.Builder setDocTagPrefix(String value)
       A prefix used in sample code when demarking regions to be included in
       documentation.
       
      string doc_tag_prefix = 106;
      Parameters:
      value - The docTagPrefix to set.
      Returns:
      This builder for chaining.
    • clearDocTagPrefix

      public Publishing.Builder clearDocTagPrefix()
       A prefix used in sample code when demarking regions to be included in
       documentation.
       
      string doc_tag_prefix = 106;
      Returns:
      This builder for chaining.
    • setDocTagPrefixBytes

      public Publishing.Builder setDocTagPrefixBytes(com.google.protobuf.ByteString value)
       A prefix used in sample code when demarking regions to be included in
       documentation.
       
      string doc_tag_prefix = 106;
      Parameters:
      value - The bytes for docTagPrefix to set.
      Returns:
      This builder for chaining.
    • getOrganizationValue

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

      public Publishing.Builder setOrganizationValue(int value)
       For whom the client library is being published.
       
      .google.api.ClientLibraryOrganization organization = 107;
      Parameters:
      value - The enum numeric value on the wire for organization to set.
      Returns:
      This builder for chaining.
    • getOrganization

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

      public Publishing.Builder setOrganization(ClientLibraryOrganization value)
       For whom the client library is being published.
       
      .google.api.ClientLibraryOrganization organization = 107;
      Parameters:
      value - The organization to set.
      Returns:
      This builder for chaining.
    • clearOrganization

      public Publishing.Builder clearOrganization()
       For whom the client library is being published.
       
      .google.api.ClientLibraryOrganization organization = 107;
      Returns:
      This builder for chaining.
    • 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;
      Specified by:
      getLibrarySettingsList in interface PublishingOrBuilder
    • 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;
      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;
      Specified by:
      getLibrarySettings in interface PublishingOrBuilder
    • setLibrarySettings

      public Publishing.Builder setLibrarySettings(int index, ClientLibrarySettings value)
       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;
    • setLibrarySettings

      public Publishing.Builder setLibrarySettings(int index, ClientLibrarySettings.Builder builderForValue)
       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;
    • addLibrarySettings

      public Publishing.Builder addLibrarySettings(ClientLibrarySettings value)
       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;
    • addLibrarySettings

      public Publishing.Builder addLibrarySettings(int index, ClientLibrarySettings value)
       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;
    • addLibrarySettings

      public Publishing.Builder addLibrarySettings(ClientLibrarySettings.Builder builderForValue)
       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;
    • addLibrarySettings

      public Publishing.Builder addLibrarySettings(int index, ClientLibrarySettings.Builder builderForValue)
       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;
    • addAllLibrarySettings

      public Publishing.Builder addAllLibrarySettings(Iterable<? extends ClientLibrarySettings> values)
       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;
    • clearLibrarySettings

      public Publishing.Builder clearLibrarySettings()
       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;
    • removeLibrarySettings

      public Publishing.Builder removeLibrarySettings(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;
    • getLibrarySettingsBuilder

      public ClientLibrarySettings.Builder getLibrarySettingsBuilder(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;
    • 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;
      Specified by:
      getLibrarySettingsOrBuilder 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;
      Specified by:
      getLibrarySettingsOrBuilderList in interface PublishingOrBuilder
    • addLibrarySettingsBuilder

      public ClientLibrarySettings.Builder addLibrarySettingsBuilder()
       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;
    • addLibrarySettingsBuilder

      public ClientLibrarySettings.Builder addLibrarySettingsBuilder(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;
    • getLibrarySettingsBuilderList

      public List<ClientLibrarySettings.Builder> getLibrarySettingsBuilderList()
       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;
    • 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;
      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;
      Specified by:
      getProtoReferenceDocumentationUriBytes in interface PublishingOrBuilder
      Returns:
      The bytes for protoReferenceDocumentationUri.
    • setProtoReferenceDocumentationUri

      public Publishing.Builder setProtoReferenceDocumentationUri(String value)
       Optional link to proto reference documentation.  Example:
       https://cloud.google.com/pubsub/lite/docs/reference/rpc
       
      string proto_reference_documentation_uri = 110;
      Parameters:
      value - The protoReferenceDocumentationUri to set.
      Returns:
      This builder for chaining.
    • clearProtoReferenceDocumentationUri

      public Publishing.Builder clearProtoReferenceDocumentationUri()
       Optional link to proto reference documentation.  Example:
       https://cloud.google.com/pubsub/lite/docs/reference/rpc
       
      string proto_reference_documentation_uri = 110;
      Returns:
      This builder for chaining.
    • setProtoReferenceDocumentationUriBytes

      public Publishing.Builder setProtoReferenceDocumentationUriBytes(com.google.protobuf.ByteString value)
       Optional link to proto reference documentation.  Example:
       https://cloud.google.com/pubsub/lite/docs/reference/rpc
       
      string proto_reference_documentation_uri = 110;
      Parameters:
      value - The bytes for protoReferenceDocumentationUri to set.
      Returns:
      This builder for chaining.
    • 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;
      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;
      Specified by:
      getRestReferenceDocumentationUriBytes in interface PublishingOrBuilder
      Returns:
      The bytes for restReferenceDocumentationUri.
    • setRestReferenceDocumentationUri

      public Publishing.Builder setRestReferenceDocumentationUri(String value)
       Optional link to REST reference documentation.  Example:
       https://cloud.google.com/pubsub/lite/docs/reference/rest
       
      string rest_reference_documentation_uri = 111;
      Parameters:
      value - The restReferenceDocumentationUri to set.
      Returns:
      This builder for chaining.
    • clearRestReferenceDocumentationUri

      public Publishing.Builder clearRestReferenceDocumentationUri()
       Optional link to REST reference documentation.  Example:
       https://cloud.google.com/pubsub/lite/docs/reference/rest
       
      string rest_reference_documentation_uri = 111;
      Returns:
      This builder for chaining.
    • setRestReferenceDocumentationUriBytes

      public Publishing.Builder setRestReferenceDocumentationUriBytes(com.google.protobuf.ByteString value)
       Optional link to REST reference documentation.  Example:
       https://cloud.google.com/pubsub/lite/docs/reference/rest
       
      string rest_reference_documentation_uri = 111;
      Parameters:
      value - The bytes for restReferenceDocumentationUri to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final Publishing.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>
    • mergeUnknownFields

      public final Publishing.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Publishing.Builder>