public interface SearchLinksRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SearchLinksRequest.CriteriaCase |
getCriteriaCase() |
int |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
EntityReference |
getSource()
Optional.
|
EntityReferenceOrBuilder |
getSourceOrBuilder()
Optional.
|
EntityReference |
getTarget()
Optional.
|
EntityReferenceOrBuilder |
getTargetOrBuilder()
Optional.
|
boolean |
hasSource()
Optional.
|
boolean |
hasTarget()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The project and location you want search in.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The project and location you want search in.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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];
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];
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];
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];
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];
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];
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];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];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];SearchLinksRequest.CriteriaCase getCriteriaCase()
Copyright © 2023 Google LLC. All rights reserved.