public interface ListRuntimeProjectAttachmentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. | 
getRuntimeProjectAttachments(int index)
public abstract RuntimeProjectAttachment getRuntimeProjectAttachments(int index)List of runtime project attachments.
 
 repeated .google.cloud.apihub.v1.RuntimeProjectAttachment runtime_project_attachments = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeProjectAttachment | |
getRuntimeProjectAttachmentsCount()
public abstract int getRuntimeProjectAttachmentsCount()List of runtime project attachments.
 
 repeated .google.cloud.apihub.v1.RuntimeProjectAttachment runtime_project_attachments = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getRuntimeProjectAttachmentsList()
public abstract List<RuntimeProjectAttachment> getRuntimeProjectAttachmentsList()List of runtime project attachments.
 
 repeated .google.cloud.apihub.v1.RuntimeProjectAttachment runtime_project_attachments = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| List<RuntimeProjectAttachment> | |
getRuntimeProjectAttachmentsOrBuilder(int index)
public abstract RuntimeProjectAttachmentOrBuilder getRuntimeProjectAttachmentsOrBuilder(int index)List of runtime project attachments.
 
 repeated .google.cloud.apihub.v1.RuntimeProjectAttachment runtime_project_attachments = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeProjectAttachmentOrBuilder | |
getRuntimeProjectAttachmentsOrBuilderList()
public abstract List<? extends RuntimeProjectAttachmentOrBuilder> getRuntimeProjectAttachmentsOrBuilderList()List of runtime project attachments.
 
 repeated .google.cloud.apihub.v1.RuntimeProjectAttachment runtime_project_attachments = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.apihub.v1.RuntimeProjectAttachmentOrBuilder> | |