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

    Modifier and Type
    Method
    Description
    The service agent for the service.
    com.google.protobuf.ByteString
    The service agent for the service.
    The Google Cloud service name.
    int
    The Google Cloud service name.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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.