Class VideoName

java.lang.Object
com.google.ads.googleads.v18.resources.VideoName
All Implemented Interfaces:
com.google.api.resourcenames.ResourceName

@Generated("by gapic-generator-java") public class VideoName extends Object implements com.google.api.resourcenames.ResourceName
  • Constructor Details

    • VideoName

      @Deprecated protected VideoName()
      Deprecated.
  • Method Details

    • getCustomerId

      public String getCustomerId()
    • getVideoId

      public String getVideoId()
    • newBuilder

      public static VideoName.Builder newBuilder()
    • toBuilder

      public VideoName.Builder toBuilder()
    • of

      public static VideoName of(String customerId, String videoId)
    • format

      public static String format(String customerId, String videoId)
    • parse

      public static VideoName parse(String formattedString)
    • parseList

      public static List<VideoName> parseList(List<String> formattedStrings)
    • toStringList

      public static List<String> toStringList(List<VideoName> values)
    • isParsableFrom

      public static boolean isParsableFrom(String formattedString)
    • getFieldValuesMap

      public Map<String,String> getFieldValuesMap()
      Specified by:
      getFieldValuesMap in interface com.google.api.resourcenames.ResourceName
    • getFieldValue

      public String getFieldValue(String fieldName)
      Specified by:
      getFieldValue in interface com.google.api.resourcenames.ResourceName
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object