Interface SearchLinksRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchLinksRequest,SearchLinksRequest.Builder
public interface SearchLinksRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchLinksRequest.CriteriaCasegetCriteriaCase()intgetPageSize()Optional.StringgetPageToken()Optional.com.google.protobuf.ByteStringgetPageTokenBytes()Optional.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.EntityReferencegetSource()Optional.EntityReferenceOrBuildergetSourceOrBuilder()Optional.EntityReferencegetTarget()Optional.EntityReferenceOrBuildergetTargetOrBuilder()Optional.booleanhasSource()Optional.booleanhasTarget()Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. The project and location you want search in the format `projects/*/locations/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The project and location you want search in the format `projects/*/locations/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
hasSource
boolean hasSource()
Optional. Send asset information in the **source** field to retrieve all links that lead from the specified asset to downstream assets.
.google.cloud.datacatalog.lineage.v1.EntityReference source = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the source field is set.
-
getSource
EntityReference getSource()
Optional. Send asset information in the **source** field to retrieve all links that lead from the specified asset to downstream assets.
.google.cloud.datacatalog.lineage.v1.EntityReference source = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The source.
-
getSourceOrBuilder
EntityReferenceOrBuilder getSourceOrBuilder()
Optional. Send asset information in the **source** field to retrieve all links that lead from the specified asset to downstream assets.
.google.cloud.datacatalog.lineage.v1.EntityReference source = 4 [(.google.api.field_behavior) = OPTIONAL];
-
hasTarget
boolean hasTarget()
Optional. Send asset information in the **target** field to retrieve all links that lead from upstream assets to the specified asset.
.google.cloud.datacatalog.lineage.v1.EntityReference target = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the target field is set.
-
getTarget
EntityReference getTarget()
Optional. Send asset information in the **target** field to retrieve all links that lead from upstream assets to the specified asset.
.google.cloud.datacatalog.lineage.v1.EntityReference target = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The target.
-
getTargetOrBuilder
EntityReferenceOrBuilder getTargetOrBuilder()
Optional. Send asset information in the **target** field to retrieve all links that lead from upstream assets to the specified asset.
.google.cloud.datacatalog.lineage.v1.EntityReference target = 5 [(.google.api.field_behavior) = OPTIONAL];
-
getPageSize
int getPageSize()
Optional. The maximum number of links to return in a single page of the response. A page may contain fewer links than this value. If unspecified, at most 10 links are returned. Maximum value is 100; values greater than 100 are reduced to 100.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
Optional. The page token received from a previous `SearchLinksRequest` call. Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
Optional. The page token received from a previous `SearchLinksRequest` call. Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for pageToken.
-
getCriteriaCase
SearchLinksRequest.CriteriaCase getCriteriaCase()
-
-