| Package | Description |
|---|---|
| com.google.api.generator.gapic.model |
| Modifier and Type | Method and Description |
|---|---|
abstract GapicClass.Kind |
GapicClass.kind() |
static GapicClass.Kind |
GapicClass.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GapicClass.Kind[] |
GapicClass.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GapicClass |
GapicClass.create(GapicClass.Kind kind,
ClassDefinition classDefinition) |
static GapicClass |
GapicClass.create(GapicClass.Kind kind,
ClassDefinition classDefinition,
List<Sample> samples) |
Copyright © 2022 Google LLC. All rights reserved.