Class Google.GoogleBuilder<C extends Google,B extends Google.GoogleBuilder<C,B>>

Enclosing class:
Google

public abstract static class Google.GoogleBuilder<C extends Google,B extends Google.GoogleBuilder<C,B>> extends Asset.AssetBuilder<C,B>
  • Constructor Details

    • GoogleBuilder

      public GoogleBuilder()
  • Method Details

    • $fillValuesFrom

      protected B $fillValuesFrom(C instance)
      Overrides:
      $fillValuesFrom in class Asset.AssetBuilder<C extends Google,B extends Google.GoogleBuilder<C,B>>
    • typeName

      public B typeName(String typeName)
      Fixed typeName for Googles.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends Google,B extends Google.GoogleBuilder<C,B>>
      Returns:
      this.
    • cloudUniformResourceName

      public B cloudUniformResourceName(String cloudUniformResourceName)
      Uniform resource name (URN) for the asset: AWS ARN, Google Cloud URI, Azure resource ID, Oracle OCID, and so on.
      Returns:
      this.
    • googleLabel

      public B googleLabel(GoogleLabel googleLabel)
    • googleLabels

      public B googleLabels(Collection<? extends GoogleLabel> googleLabels)
    • clearGoogleLabels

      public B clearGoogleLabels()
    • googleLocation

      public B googleLocation(String googleLocation)
      Location of this asset in Google.
      Returns:
      this.
    • googleLocationType

      public B googleLocationType(String googleLocationType)
      Type of location of this asset in Google.
      Returns:
      this.
    • googleProjectId

      public B googleProjectId(String googleProjectId)
      ID of the project in which the asset exists.
      Returns:
      this.
    • googleProjectName

      public B googleProjectName(String googleProjectName)
      Name of the project in which the asset exists.
      Returns:
      this.
    • googleProjectNumber

      public B googleProjectNumber(Long googleProjectNumber)
      Number of the project in which the asset exists.
      Returns:
      this.
    • googleService

      public B googleService(String googleService)
      Service in Google in which the asset exists.
      Returns:
      this.
    • googleTag

      public B googleTag(GoogleTag googleTag)
    • googleTags

      public B googleTags(Collection<? extends GoogleTag> googleTags)
    • clearGoogleTags

      public B clearGoogleTags()
    • self

      protected abstract B self()
      Specified by:
      self in class Asset.AssetBuilder<C extends Google,B extends Google.GoogleBuilder<C,B>>
    • build

      public abstract C build()
      Specified by:
      build in class Asset.AssetBuilder<C extends Google,B extends Google.GoogleBuilder<C,B>>
    • toString

      public String toString()
      Overrides:
      toString in class Asset.AssetBuilder<C extends Google,B extends Google.GoogleBuilder<C,B>>