Class ResourceName

java.lang.Object
com.google.api.generator.gapic.model.ResourceName

public abstract class ResourceName extends Object
  • Constructor Details

    • ResourceName

      public ResourceName()
  • Method Details

    • variableName

      public abstract String variableName()
    • pakkage

      public abstract String pakkage()
    • resourceTypeString

      public abstract String resourceTypeString()
    • patterns

      public abstract com.google.common.collect.ImmutableList<String> patterns()
    • type

      public abstract TypeNode type()
    • isOnlyWildcard

      public abstract boolean isOnlyWildcard()
    • getMatchingPattern

      @Nullable public String getMatchingPattern(HttpBindings bindings)
    • parentMessageName

      @Nullable public abstract String parentMessageName()
    • description

      @Nullable public abstract String description()
    • hasParentMessageName

      public boolean hasParentMessageName()
    • hasDescription

      public boolean hasDescription()
    • resourceTypeName

      public String resourceTypeName()
    • builder

      public static ResourceName.Builder builder()
    • createWildcard

      public static ResourceName createWildcard(String resourceTypeString, String pakkage)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object