public final class ListAppProfilesResponse extends GeneratedMessageV3 implements ListAppProfilesResponseOrBuilder
Response message for BigtableInstanceAdmin.ListAppProfiles.
Protobuf type google.bigtable.admin.v2.ListAppProfilesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListAppProfilesResponseImplements
ListAppProfilesResponseOrBuilderStatic Fields
APP_PROFILES_FIELD_NUMBER
public static final int APP_PROFILES_FIELD_NUMBER
Type | Description |
int |
FAILED_LOCATIONS_FIELD_NUMBER
public static final int FAILED_LOCATIONS_FIELD_NUMBER
Type | Description |
int |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListAppProfilesResponse getDefaultInstance()
Type | Description |
ListAppProfilesResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListAppProfilesResponse.Builder newBuilder()
Type | Description |
ListAppProfilesResponse.Builder |
newBuilder(ListAppProfilesResponse prototype)
public static ListAppProfilesResponse.Builder newBuilder(ListAppProfilesResponse prototype)
Name | Description |
prototype | ListAppProfilesResponse |
Type | Description |
ListAppProfilesResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListAppProfilesResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListAppProfilesResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListAppProfilesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListAppProfilesResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListAppProfilesResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListAppProfilesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListAppProfilesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListAppProfilesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListAppProfilesResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListAppProfilesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListAppProfilesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListAppProfilesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListAppProfilesResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListAppProfilesResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListAppProfilesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListAppProfilesResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListAppProfilesResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListAppProfilesResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListAppProfilesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListAppProfilesResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListAppProfilesResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListAppProfilesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListAppProfilesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListAppProfilesResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListAppProfilesResponse> parser()
Type | Description |
Parser<ListAppProfilesResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getAppProfiles(int index)
public AppProfile getAppProfiles(int index)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
index | int |
Type | Description |
AppProfile |
getAppProfilesCount()
public int getAppProfilesCount()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Type | Description |
int |
getAppProfilesList()
public List<AppProfile> getAppProfilesList()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Type | Description |
List<AppProfile> |
getAppProfilesOrBuilder(int index)
public AppProfileOrBuilder getAppProfilesOrBuilder(int index)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
index | int |
Type | Description |
AppProfileOrBuilder |
getAppProfilesOrBuilderList()
public List<? extends AppProfileOrBuilder> getAppProfilesOrBuilderList()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Type | Description |
List<? extends com.google.bigtable.admin.v2.AppProfileOrBuilder> |
getDefaultInstanceForType()
public ListAppProfilesResponse getDefaultInstanceForType()
Type | Description |
ListAppProfilesResponse |
getFailedLocations(int index)
public String getFailedLocations(int index)
Locations from which AppProfile information could not be retrieved,
due to an outage or some other transient condition.
AppProfiles from these locations may be missing from app_profiles
.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 3;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The failedLocations at the given index. |
getFailedLocationsBytes(int index)
public ByteString getFailedLocationsBytes(int index)
Locations from which AppProfile information could not be retrieved,
due to an outage or some other transient condition.
AppProfiles from these locations may be missing from app_profiles
.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 3;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the failedLocations at the given index. |
getFailedLocationsCount()
public int getFailedLocationsCount()
Locations from which AppProfile information could not be retrieved,
due to an outage or some other transient condition.
AppProfiles from these locations may be missing from app_profiles
.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 3;
Type | Description |
int | The count of failedLocations. |
getFailedLocationsList()
public ProtocolStringList getFailedLocationsList()
Locations from which AppProfile information could not be retrieved,
due to an outage or some other transient condition.
AppProfiles from these locations may be missing from app_profiles
.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 3;
Type | Description |
ProtocolStringList | A list containing the failedLocations. |
getNextPageToken()
public String getNextPageToken()
Set if not all app profiles could be returned in a single response.
Pass this value to page_token
in another request to get the next
page of results.
string next_page_token = 2;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Set if not all app profiles could be returned in a single response.
Pass this value to page_token
in another request to get the next
page of results.
string next_page_token = 2;
Type | Description |
ByteString | The bytes for nextPageToken. |
getParserForType()
public Parser<ListAppProfilesResponse> getParserForType()
Type | Description |
Parser<ListAppProfilesResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ListAppProfilesResponse.Builder newBuilderForType()
Type | Description |
ListAppProfilesResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListAppProfilesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListAppProfilesResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListAppProfilesResponse.Builder toBuilder()
Type | Description |
ListAppProfilesResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |