Class Taxonomy.Service.Builder (1.89.0)

public static final class Taxonomy.Service.Builder extends GeneratedMessage.Builder<Taxonomy.Service.Builder> implements Taxonomy.ServiceOrBuilder

The source system of the Taxonomy.

Protobuf type google.cloud.datacatalog.v1beta1.Taxonomy.Service

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Taxonomy.Service build()
Returns
Type Description
Taxonomy.Service

buildPartial()

public Taxonomy.Service buildPartial()
Returns
Type Description
Taxonomy.Service

clear()

public Taxonomy.Service.Builder clear()
Returns
Type Description
Taxonomy.Service.Builder
Overrides

clearIdentity()

public Taxonomy.Service.Builder clearIdentity()

The service agent for the service.

string identity = 2;

Returns
Type Description
Taxonomy.Service.Builder

This builder for chaining.

clearName()

public Taxonomy.Service.Builder clearName()

The Google Cloud service name.

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

Returns
Type Description
Taxonomy.Service.Builder

This builder for chaining.

getDefaultInstanceForType()

public Taxonomy.Service getDefaultInstanceForType()
Returns
Type Description
Taxonomy.Service

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getIdentity()

public String getIdentity()

The service agent for the service.

string identity = 2;

Returns
Type Description
String

The identity.

getIdentityBytes()

public ByteString getIdentityBytes()

The service agent for the service.

string identity = 2;

Returns
Type Description
ByteString

The bytes for identity.

getName()

public ManagingSystem getName()

The Google Cloud service name.

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

Returns
Type Description
ManagingSystem

The name.

getNameValue()

public int getNameValue()

The Google Cloud service name.

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

Returns
Type Description
int

The enum numeric value on the wire for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Taxonomy.Service other)

public Taxonomy.Service.Builder mergeFrom(Taxonomy.Service other)
Parameter
Name Description
other Taxonomy.Service
Returns
Type Description
Taxonomy.Service.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Taxonomy.Service.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Taxonomy.Service.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Taxonomy.Service.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Taxonomy.Service.Builder
Overrides

setIdentity(String value)

public Taxonomy.Service.Builder setIdentity(String value)

The service agent for the service.

string identity = 2;

Parameter
Name Description
value String

The identity to set.

Returns
Type Description
Taxonomy.Service.Builder

This builder for chaining.

setIdentityBytes(ByteString value)

public Taxonomy.Service.Builder setIdentityBytes(ByteString value)

The service agent for the service.

string identity = 2;

Parameter
Name Description
value ByteString

The bytes for identity to set.

Returns
Type Description
Taxonomy.Service.Builder

This builder for chaining.

setName(ManagingSystem value)

public Taxonomy.Service.Builder setName(ManagingSystem value)

The Google Cloud service name.

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

Parameter
Name Description
value ManagingSystem

The name to set.

Returns
Type Description
Taxonomy.Service.Builder

This builder for chaining.

setNameValue(int value)

public Taxonomy.Service.Builder setNameValue(int value)

The Google Cloud service name.

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

Parameter
Name Description
value int

The enum numeric value on the wire for name to set.

Returns
Type Description
Taxonomy.Service.Builder

This builder for chaining.