Interface Taxonomy.ServiceOrBuilder (1.43.0)

public static interface Taxonomy.ServiceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentity()

public abstract String getIdentity()

The service agent for the service.

string identity = 2;

Returns
TypeDescription
String

The identity.

getIdentityBytes()

public abstract ByteString getIdentityBytes()

The service agent for the service.

string identity = 2;

Returns
TypeDescription
ByteString

The bytes for identity.

getName()

public abstract ManagingSystem getName()

The Google Cloud service name.

.google.cloud.datacatalog.v1.ManagingSystem name = 1;

Returns
TypeDescription
ManagingSystem

The name.

getNameValue()

public abstract int getNameValue()

The Google Cloud service name.

.google.cloud.datacatalog.v1.ManagingSystem name = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for name.