public interface ListRunsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
The token to specify as `page_token` in the next call to get the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The token to specify as `page_token` in the next call to get the next page.
|
Run |
getRuns(int index)
The runs from the specified project and location.
|
int |
getRunsCount()
The runs from the specified project and location.
|
List<Run> |
getRunsList()
The runs from the specified project and location.
|
RunOrBuilder |
getRunsOrBuilder(int index)
The runs from the specified project and location.
|
List<? extends RunOrBuilder> |
getRunsOrBuilderList()
The runs from the specified project and location.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Run> getRunsList()
The runs from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.Run runs = 1;Run getRuns(int index)
The runs from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.Run runs = 1;int getRunsCount()
The runs from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.Run runs = 1;List<? extends RunOrBuilder> getRunsOrBuilderList()
The runs from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.Run runs = 1;RunOrBuilder getRunsOrBuilder(int index)
The runs from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.Run runs = 1;String getNextPageToken()
The token to specify as `page_token` in the next call to get the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The token to specify as `page_token` in the next call to get the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.