public static final class EntrySource.Ancestor.Builder extends GeneratedMessage.Builder<EntrySource.Ancestor.Builder> implements EntrySource.AncestorOrBuilderInformation about individual items in the hierarchy that is associated with the data resource.
Protobuf type google.cloud.dataplex.v1.EntrySource.Ancestor
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > EntrySource.Ancestor.BuilderImplements
EntrySource.AncestorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public EntrySource.Ancestor build()| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor |
|
buildPartial()
public EntrySource.Ancestor buildPartial()| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor |
|
clear()
public EntrySource.Ancestor.Builder clear()| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor.Builder |
|
clearName()
public EntrySource.Ancestor.Builder clearName()Optional. The name of the ancestor resource.
string name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor.Builder |
This builder for chaining. |
clearType()
public EntrySource.Ancestor.Builder clearType()Optional. The type of the ancestor resource.
string type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public EntrySource.Ancestor getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Optional. The name of the ancestor resource.
string name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Optional. The name of the ancestor resource.
string name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getType()
public String getType()Optional. The type of the ancestor resource.
string type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public ByteString getTypeBytes()Optional. The type of the ancestor resource.
string type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(EntrySource.Ancestor other)
public EntrySource.Ancestor.Builder mergeFrom(EntrySource.Ancestor other)| Parameter | |
|---|---|
| Name | Description |
other |
EntrySource.Ancestor |
| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EntrySource.Ancestor.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public EntrySource.Ancestor.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor.Builder |
|
setName(String value)
public EntrySource.Ancestor.Builder setName(String value)Optional. The name of the ancestor resource.
string name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public EntrySource.Ancestor.Builder setNameBytes(ByteString value)Optional. The name of the ancestor resource.
string name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor.Builder |
This builder for chaining. |
setType(String value)
public EntrySource.Ancestor.Builder setType(String value)Optional. The type of the ancestor resource.
string type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe type to set. |
| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor.Builder |
This builder for chaining. |
setTypeBytes(ByteString value)
public EntrySource.Ancestor.Builder setTypeBytes(ByteString value)Optional. The type of the ancestor resource.
string type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for type to set. |
| Returns | |
|---|---|
| Type | Description |
EntrySource.Ancestor.Builder |
This builder for chaining. |