public interface AliasContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AliasContext.Kind |
getKind()
The alias kind.
|
int |
getKindValue()
The alias kind.
|
String |
getName()
The alias name.
|
com.google.protobuf.ByteString |
getNameBytes()
The alias name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getKindValue()
The alias kind.
.grafeas.v1beta1.source.AliasContext.Kind kind = 1;AliasContext.Kind getKind()
The alias kind.
.grafeas.v1beta1.source.AliasContext.Kind kind = 1;String getName()
The alias name.
string name = 2;com.google.protobuf.ByteString getNameBytes()
The alias name.
string name = 2;Copyright © 2019 Google LLC. All rights reserved.