- 1.72.0 (latest)
- 1.71.0
- 1.70.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class EntryLink.EntryReference.Builder extends GeneratedMessageV3.Builder<EntryLink.EntryReference.Builder> implements EntryLink.EntryReferenceOrBuilder
Reference to the Entry that is linked through the Entry Link.
Protobuf type google.cloud.dataplex.v1.EntryLink.EntryReference
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > EntryLink.EntryReference.BuilderImplements
EntryLink.EntryReferenceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EntryLink.EntryReference.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
build()
public EntryLink.EntryReference build()
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference |
buildPartial()
public EntryLink.EntryReference buildPartial()
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference |
clear()
public EntryLink.EntryReference.Builder clear()
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
clearField(Descriptors.FieldDescriptor field)
public EntryLink.EntryReference.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
clearName()
public EntryLink.EntryReference.Builder clearName()
Required. Immutable. The relative resource name of the referenced Entry,
of the form:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public EntryLink.EntryReference.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
clearPath()
public EntryLink.EntryReference.Builder clearPath()
Immutable. The path in the Entry that is referenced in the Entry Link. Empty path denotes that the Entry itself is referenced in the Entry Link.
string path = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
This builder for chaining. |
clearType()
public EntryLink.EntryReference.Builder clearType()
Required. Immutable. The reference type of the Entry.
.google.cloud.dataplex.v1.EntryLink.EntryReference.Type type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
This builder for chaining. |
clone()
public EntryLink.EntryReference.Builder clone()
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
getDefaultInstanceForType()
public EntryLink.EntryReference getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. Immutable. The relative resource name of the referenced Entry,
of the form:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. Immutable. The relative resource name of the referenced Entry,
of the form:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getPath()
public String getPath()
Immutable. The path in the Entry that is referenced in the Entry Link. Empty path denotes that the Entry itself is referenced in the Entry Link.
string path = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The path. |
getPathBytes()
public ByteString getPathBytes()
Immutable. The path in the Entry that is referenced in the Entry Link. Empty path denotes that the Entry itself is referenced in the Entry Link.
string path = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for path. |
getType()
public EntryLink.EntryReference.Type getType()
Required. Immutable. The reference type of the Entry.
.google.cloud.dataplex.v1.EntryLink.EntryReference.Type type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Type |
The type. |
getTypeValue()
public int getTypeValue()
Required. Immutable. The reference type of the Entry.
.google.cloud.dataplex.v1.EntryLink.EntryReference.Type type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(EntryLink.EntryReference other)
public EntryLink.EntryReference.Builder mergeFrom(EntryLink.EntryReference other)
Parameter | |
---|---|
Name | Description |
other |
EntryLink.EntryReference |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EntryLink.EntryReference.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public EntryLink.EntryReference.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EntryLink.EntryReference.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public EntryLink.EntryReference.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
setName(String value)
public EntryLink.EntryReference.Builder setName(String value)
Required. Immutable. The relative resource name of the referenced Entry,
of the form:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public EntryLink.EntryReference.Builder setNameBytes(ByteString value)
Required. Immutable. The relative resource name of the referenced Entry,
of the form:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
This builder for chaining. |
setPath(String value)
public EntryLink.EntryReference.Builder setPath(String value)
Immutable. The path in the Entry that is referenced in the Entry Link. Empty path denotes that the Entry itself is referenced in the Entry Link.
string path = 2 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value |
String The path to set. |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
This builder for chaining. |
setPathBytes(ByteString value)
public EntryLink.EntryReference.Builder setPathBytes(ByteString value)
Immutable. The path in the Entry that is referenced in the Entry Link. Empty path denotes that the Entry itself is referenced in the Entry Link.
string path = 2 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for path to set. |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EntryLink.EntryReference.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
setType(EntryLink.EntryReference.Type value)
public EntryLink.EntryReference.Builder setType(EntryLink.EntryReference.Type value)
Required. Immutable. The reference type of the Entry.
.google.cloud.dataplex.v1.EntryLink.EntryReference.Type type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value |
EntryLink.EntryReference.Type The type to set. |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
This builder for chaining. |
setTypeValue(int value)
public EntryLink.EntryReference.Builder setTypeValue(int value)
Required. Immutable. The reference type of the Entry.
.google.cloud.dataplex.v1.EntryLink.EntryReference.Type type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for type to set. |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final EntryLink.EntryReference.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
EntryLink.EntryReference.Builder |