public abstract class ResourceName extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceName.Builder |
| Constructor and Description |
|---|
ResourceName() |
| Modifier and Type | Method and Description |
|---|---|
static ResourceName.Builder |
builder() |
static ResourceName |
createWildcard(String resourceTypeString,
String pakkage) |
abstract String |
description() |
boolean |
equals(Object o) |
String |
getMatchingPattern(HttpBindings bindings) |
boolean |
hasDescription() |
int |
hashCode() |
boolean |
hasParentMessageName() |
abstract boolean |
isOnlyWildcard() |
abstract String |
pakkage() |
abstract String |
parentMessageName() |
abstract com.google.common.collect.ImmutableList<String> |
patterns() |
String |
resourceTypeName() |
abstract String |
resourceTypeString() |
abstract TypeNode |
type() |
abstract String |
variableName() |
public abstract String variableName()
public abstract String pakkage()
public abstract String resourceTypeString()
public abstract com.google.common.collect.ImmutableList<String> patterns()
public abstract TypeNode type()
public abstract boolean isOnlyWildcard()
@Nullable public String getMatchingPattern(HttpBindings bindings)
public boolean hasParentMessageName()
public boolean hasDescription()
public String resourceTypeName()
public static ResourceName.Builder builder()
public static ResourceName createWildcard(String resourceTypeString, String pakkage)
Copyright © 2022 Google LLC. All rights reserved.