public interface ListComponentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getComponents(int index)
The components from the specified organization.
|
com.google.protobuf.ByteString |
getComponentsBytes(int index)
The components from the specified organization.
|
int |
getComponentsCount()
The components from the specified organization.
|
List<String> |
getComponentsList()
The components from the specified organization.
|
String |
getNextPageToken()
A token that can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token that can be sent as `page_token` to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getComponentsList()
The components from the specified organization.
repeated string components = 1;int getComponentsCount()
The components from the specified organization.
repeated string components = 1;String getComponents(int index)
The components from the specified organization.
repeated string components = 1;index - The index of the element to return.com.google.protobuf.ByteString getComponentsBytes(int index)
The components from the specified organization.
repeated string components = 1;index - The index of the value to return.String getNextPageToken()
A token that 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;com.google.protobuf.ByteString getNextPageTokenBytes()
A token that 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;Copyright © 2024 Google LLC. All rights reserved.