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