public interface ListDependenciesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDependencies(int index)
public abstract Dependency getDependencies(int index)The dependency resources present in the API hub.
 repeated .google.cloud.apihub.v1.Dependency dependencies = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Dependency | |
getDependenciesCount()
public abstract int getDependenciesCount()The dependency resources present in the API hub.
 repeated .google.cloud.apihub.v1.Dependency dependencies = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getDependenciesList()
public abstract List<Dependency> getDependenciesList()The dependency resources present in the API hub.
 repeated .google.cloud.apihub.v1.Dependency dependencies = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<Dependency> | |
getDependenciesOrBuilder(int index)
public abstract DependencyOrBuilder getDependenciesOrBuilder(int index)The dependency resources present in the API hub.
 repeated .google.cloud.apihub.v1.Dependency dependencies = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| DependencyOrBuilder | |
getDependenciesOrBuilderList()
public abstract List<? extends DependencyOrBuilder> getDependenciesOrBuilderList()The dependency resources present in the API hub.
 repeated .google.cloud.apihub.v1.Dependency dependencies = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.apihub.v1.DependencyOrBuilder> | |
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. |