public interface ListAttributesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttributes(int index)
public abstract Attribute getAttributes(int index)The list of all attributes.
 repeated .google.cloud.apihub.v1.Attribute attributes = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Attribute | |
getAttributesCount()
public abstract int getAttributesCount()The list of all attributes.
 repeated .google.cloud.apihub.v1.Attribute attributes = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getAttributesList()
public abstract List<Attribute> getAttributesList()The list of all attributes.
 repeated .google.cloud.apihub.v1.Attribute attributes = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<Attribute> | |
getAttributesOrBuilder(int index)
public abstract AttributeOrBuilder getAttributesOrBuilder(int index)The list of all attributes.
 repeated .google.cloud.apihub.v1.Attribute attributes = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| AttributeOrBuilder | |
getAttributesOrBuilderList()
public abstract List<? extends AttributeOrBuilder> getAttributesOrBuilderList()The list of all attributes.
 repeated .google.cloud.apihub.v1.Attribute attributes = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.apihub.v1.AttributeOrBuilder> | |
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. |