Interface Taxonomy.ServiceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Taxonomy.Service,Taxonomy.Service.Builder
- Enclosing class:
- Taxonomy
public static interface Taxonomy.ServiceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentity()The service agent for the service.com.google.protobuf.ByteStringgetIdentityBytes()The service agent for the service.ManagingSystemgetName()The Google Cloud service name.intgetNameValue()The Google Cloud service name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNameValue
int getNameValue()
The Google Cloud service name.
.google.cloud.datacatalog.v1beta1.ManagingSystem name = 1;- Returns:
- The enum numeric value on the wire for name.
-
getName
ManagingSystem getName()
The Google Cloud service name.
.google.cloud.datacatalog.v1beta1.ManagingSystem name = 1;- Returns:
- The name.
-
getIdentity
String getIdentity()
The service agent for the service.
string identity = 2;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
The service agent for the service.
string identity = 2;- Returns:
- The bytes for identity.
-
-