- 1.51.0 (latest)
- 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 GetEntityRequest.Builder extends GeneratedMessageV3.Builder<GetEntityRequest.Builder> implements GetEntityRequestOrBuilder
Get metadata entity request.
Protobuf type google.cloud.dataplex.v1.GetEntityRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetEntityRequest.BuilderImplements
GetEntityRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetEntityRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetEntityRequest.Builder |
build()
public GetEntityRequest build()
Type | Description |
GetEntityRequest |
buildPartial()
public GetEntityRequest buildPartial()
Type | Description |
GetEntityRequest |
clear()
public GetEntityRequest.Builder clear()
Type | Description |
GetEntityRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetEntityRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GetEntityRequest.Builder |
clearName()
public GetEntityRequest.Builder clearName()
Required. The resource name of the entity:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
GetEntityRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetEntityRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GetEntityRequest.Builder |
clearView()
public GetEntityRequest.Builder clearView()
Optional. Used to select the subset of entity information to return.
Defaults to BASIC
.
.google.cloud.dataplex.v1.GetEntityRequest.EntityView view = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
GetEntityRequest.Builder | This builder for chaining. |
clone()
public GetEntityRequest.Builder clone()
Type | Description |
GetEntityRequest.Builder |
getDefaultInstanceForType()
public GetEntityRequest getDefaultInstanceForType()
Type | Description |
GetEntityRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
Required. The resource name of the entity:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The resource name of the entity:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
getView()
public GetEntityRequest.EntityView getView()
Optional. Used to select the subset of entity information to return.
Defaults to BASIC
.
.google.cloud.dataplex.v1.GetEntityRequest.EntityView view = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
GetEntityRequest.EntityView | The view. |
getViewValue()
public int getViewValue()
Optional. Used to select the subset of entity information to return.
Defaults to BASIC
.
.google.cloud.dataplex.v1.GetEntityRequest.EntityView view = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
int | The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GetEntityRequest other)
public GetEntityRequest.Builder mergeFrom(GetEntityRequest other)
Name | Description |
other | GetEntityRequest |
Type | Description |
GetEntityRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetEntityRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetEntityRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GetEntityRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GetEntityRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetEntityRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetEntityRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetEntityRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetEntityRequest.Builder |
setName(String value)
public GetEntityRequest.Builder setName(String value)
Required. The resource name of the entity:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
GetEntityRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public GetEntityRequest.Builder setNameBytes(ByteString value)
Required. The resource name of the entity:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
GetEntityRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetEntityRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GetEntityRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetEntityRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetEntityRequest.Builder |
setView(GetEntityRequest.EntityView value)
public GetEntityRequest.Builder setView(GetEntityRequest.EntityView value)
Optional. Used to select the subset of entity information to return.
Defaults to BASIC
.
.google.cloud.dataplex.v1.GetEntityRequest.EntityView view = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | GetEntityRequest.EntityView The view to set. |
Type | Description |
GetEntityRequest.Builder | This builder for chaining. |
setViewValue(int value)
public GetEntityRequest.Builder setViewValue(int value)
Optional. Used to select the subset of entity information to return.
Defaults to BASIC
.
.google.cloud.dataplex.v1.GetEntityRequest.EntityView view = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | int The enum numeric value on the wire for view to set. |
Type | Description |
GetEntityRequest.Builder | This builder for chaining. |