public interface ListDiscoveredApiObservationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDiscoveredApiObservations(int index)
public abstract DiscoveredApiObservation getDiscoveredApiObservations(int index)The DiscoveredApiObservation from the specified project and location.
repeated .google.cloud.apihub.v1.DiscoveredApiObservation discovered_api_observations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DiscoveredApiObservation |
|
getDiscoveredApiObservationsCount()
public abstract int getDiscoveredApiObservationsCount()The DiscoveredApiObservation from the specified project and location.
repeated .google.cloud.apihub.v1.DiscoveredApiObservation discovered_api_observations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDiscoveredApiObservationsList()
public abstract List<DiscoveredApiObservation> getDiscoveredApiObservationsList()The DiscoveredApiObservation from the specified project and location.
repeated .google.cloud.apihub.v1.DiscoveredApiObservation discovered_api_observations = 1;
| Returns | |
|---|---|
| Type | Description |
List<DiscoveredApiObservation> |
|
getDiscoveredApiObservationsOrBuilder(int index)
public abstract DiscoveredApiObservationOrBuilder getDiscoveredApiObservationsOrBuilder(int index)The DiscoveredApiObservation from the specified project and location.
repeated .google.cloud.apihub.v1.DiscoveredApiObservation discovered_api_observations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DiscoveredApiObservationOrBuilder |
|
getDiscoveredApiObservationsOrBuilderList()
public abstract List<? extends DiscoveredApiObservationOrBuilder> getDiscoveredApiObservationsOrBuilderList()The DiscoveredApiObservation from the specified project and location.
repeated .google.cloud.apihub.v1.DiscoveredApiObservation discovered_api_observations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.apihub.v1.DiscoveredApiObservationOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |