- 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 interface LookupEntryRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAspectTypes(int index)
public abstract String getAspectTypes(int index)
Optional. Limits the aspects returned to the provided aspect types. Only works if the CUSTOM view is selected.
repeated string aspect_types = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The aspectTypes at the given index. |
getAspectTypesBytes(int index)
public abstract ByteString getAspectTypesBytes(int index)
Optional. Limits the aspects returned to the provided aspect types. Only works if the CUSTOM view is selected.
repeated string aspect_types = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the aspectTypes at the given index. |
getAspectTypesCount()
public abstract int getAspectTypesCount()
Optional. Limits the aspects returned to the provided aspect types. Only works if the CUSTOM view is selected.
repeated string aspect_types = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of aspectTypes. |
getAspectTypesList()
public abstract List<String> getAspectTypesList()
Optional. Limits the aspects returned to the provided aspect types. Only works if the CUSTOM view is selected.
repeated string aspect_types = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the aspectTypes. |
getEntry()
public abstract String getEntry()
Required. The resource name of the Entry:
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}
.
string entry = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The entry. |
getEntryBytes()
public abstract ByteString getEntryBytes()
Required. The resource name of the Entry:
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}
.
string entry = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for entry. |
getName()
public abstract String getName()
Required. The project to which the request should be attributed in the
following form: projects/{project}/locations/{location}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The project to which the request should be attributed in the
following form: projects/{project}/locations/{location}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getPaths(int index)
public abstract String getPaths(int index)
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected.
repeated string paths = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The paths at the given index. |
getPathsBytes(int index)
public abstract ByteString getPathsBytes(int index)
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected.
repeated string paths = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the paths at the given index. |
getPathsCount()
public abstract int getPathsCount()
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected.
repeated string paths = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of paths. |
getPathsList()
public abstract List<String> getPathsList()
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected.
repeated string paths = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the paths. |
getView()
public abstract EntryView getView()
Optional. View for controlling which parts of an entry are to be returned.
.google.cloud.dataplex.v1.EntryView view = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
EntryView |
The view. |
getViewValue()
public abstract int getViewValue()
Optional. View for controlling which parts of an entry are to be returned.
.google.cloud.dataplex.v1.EntryView view = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for view. |