public interface ListHostProjectRegistrationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHostProjectRegistrations(int index)
public abstract HostProjectRegistration getHostProjectRegistrations(int index)The list of host project registrations.
 repeated .google.cloud.apihub.v1.HostProjectRegistration host_project_registrations = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
HostProjectRegistration | 
        |
getHostProjectRegistrationsCount()
public abstract int getHostProjectRegistrationsCount()The list of host project registrations.
 repeated .google.cloud.apihub.v1.HostProjectRegistration host_project_registrations = 1;
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getHostProjectRegistrationsList()
public abstract List<HostProjectRegistration> getHostProjectRegistrationsList()The list of host project registrations.
 repeated .google.cloud.apihub.v1.HostProjectRegistration host_project_registrations = 1;
 
| Returns | |
|---|---|
| Type | Description | 
List<HostProjectRegistration> | 
        |
getHostProjectRegistrationsOrBuilder(int index)
public abstract HostProjectRegistrationOrBuilder getHostProjectRegistrationsOrBuilder(int index)The list of host project registrations.
 repeated .google.cloud.apihub.v1.HostProjectRegistration host_project_registrations = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
HostProjectRegistrationOrBuilder | 
        |
getHostProjectRegistrationsOrBuilderList()
public abstract List<? extends HostProjectRegistrationOrBuilder> getHostProjectRegistrationsOrBuilderList()The list of host project registrations.
 repeated .google.cloud.apihub.v1.HostProjectRegistration host_project_registrations = 1;
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.apihub.v1.HostProjectRegistrationOrBuilder> | 
        |
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.  |