public static final class ListAppProfilesResponse.Builder extends GeneratedMessageV3.Builder<ListAppProfilesResponse.Builder> implements ListAppProfilesResponseOrBuilder
Response message for BigtableInstanceAdmin.ListAppProfiles.
Protobuf type google.bigtable.admin.v2.ListAppProfilesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListAppProfilesResponse.BuilderImplements
ListAppProfilesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllAppProfiles(Iterable<? extends AppProfile> values)
public ListAppProfilesResponse.Builder addAllAppProfiles(Iterable<? extends AppProfile> values)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
values | Iterable<? extends com.google.bigtable.admin.v2.AppProfile> |
Type | Description |
ListAppProfilesResponse.Builder |
addAllFailedLocations(Iterable<String> values)
public ListAppProfilesResponse.Builder addAllFailedLocations(Iterable<String> values)
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 |
values | Iterable<String> The failedLocations to add. |
Type | Description |
ListAppProfilesResponse.Builder | This builder for chaining. |
addAppProfiles(AppProfile value)
public ListAppProfilesResponse.Builder addAppProfiles(AppProfile value)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
value | AppProfile |
Type | Description |
ListAppProfilesResponse.Builder |
addAppProfiles(AppProfile.Builder builderForValue)
public ListAppProfilesResponse.Builder addAppProfiles(AppProfile.Builder builderForValue)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
builderForValue | AppProfile.Builder |
Type | Description |
ListAppProfilesResponse.Builder |
addAppProfiles(int index, AppProfile value)
public ListAppProfilesResponse.Builder addAppProfiles(int index, AppProfile value)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
index | int |
value | AppProfile |
Type | Description |
ListAppProfilesResponse.Builder |
addAppProfiles(int index, AppProfile.Builder builderForValue)
public ListAppProfilesResponse.Builder addAppProfiles(int index, AppProfile.Builder builderForValue)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
index | int |
builderForValue | AppProfile.Builder |
Type | Description |
ListAppProfilesResponse.Builder |
addAppProfilesBuilder()
public AppProfile.Builder addAppProfilesBuilder()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Type | Description |
AppProfile.Builder |
addAppProfilesBuilder(int index)
public AppProfile.Builder addAppProfilesBuilder(int index)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
index | int |
Type | Description |
AppProfile.Builder |
addFailedLocations(String value)
public ListAppProfilesResponse.Builder addFailedLocations(String value)
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 |
value | String The failedLocations to add. |
Type | Description |
ListAppProfilesResponse.Builder | This builder for chaining. |
addFailedLocationsBytes(ByteString value)
public ListAppProfilesResponse.Builder addFailedLocationsBytes(ByteString value)
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 |
value | ByteString The bytes of the failedLocations to add. |
Type | Description |
ListAppProfilesResponse.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListAppProfilesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListAppProfilesResponse.Builder |
build()
public ListAppProfilesResponse build()
Type | Description |
ListAppProfilesResponse |
buildPartial()
public ListAppProfilesResponse buildPartial()
Type | Description |
ListAppProfilesResponse |
clear()
public ListAppProfilesResponse.Builder clear()
Type | Description |
ListAppProfilesResponse.Builder |
clearAppProfiles()
public ListAppProfilesResponse.Builder clearAppProfiles()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Type | Description |
ListAppProfilesResponse.Builder |
clearFailedLocations()
public ListAppProfilesResponse.Builder clearFailedLocations()
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 |
ListAppProfilesResponse.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ListAppProfilesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListAppProfilesResponse.Builder |
clearNextPageToken()
public ListAppProfilesResponse.Builder clearNextPageToken()
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 |
ListAppProfilesResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListAppProfilesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListAppProfilesResponse.Builder |
clone()
public ListAppProfilesResponse.Builder clone()
Type | Description |
ListAppProfilesResponse.Builder |
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 |
getAppProfilesBuilder(int index)
public AppProfile.Builder getAppProfilesBuilder(int index)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
index | int |
Type | Description |
AppProfile.Builder |
getAppProfilesBuilderList()
public List<AppProfile.Builder> getAppProfilesBuilderList()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Type | Description |
List<Builder> |
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 |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ListAppProfilesResponse other)
public ListAppProfilesResponse.Builder mergeFrom(ListAppProfilesResponse other)
Name | Description |
other | ListAppProfilesResponse |
Type | Description |
ListAppProfilesResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListAppProfilesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListAppProfilesResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListAppProfilesResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListAppProfilesResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAppProfilesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListAppProfilesResponse.Builder |
removeAppProfiles(int index)
public ListAppProfilesResponse.Builder removeAppProfiles(int index)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
index | int |
Type | Description |
ListAppProfilesResponse.Builder |
setAppProfiles(int index, AppProfile value)
public ListAppProfilesResponse.Builder setAppProfiles(int index, AppProfile value)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
index | int |
value | AppProfile |
Type | Description |
ListAppProfilesResponse.Builder |
setAppProfiles(int index, AppProfile.Builder builderForValue)
public ListAppProfilesResponse.Builder setAppProfiles(int index, AppProfile.Builder builderForValue)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
index | int |
builderForValue | AppProfile.Builder |
Type | Description |
ListAppProfilesResponse.Builder |
setFailedLocations(int index, String value)
public ListAppProfilesResponse.Builder setFailedLocations(int index, String value)
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 to set the value at. |
value | String The failedLocations to set. |
Type | Description |
ListAppProfilesResponse.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ListAppProfilesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListAppProfilesResponse.Builder |
setNextPageToken(String value)
public ListAppProfilesResponse.Builder setNextPageToken(String value)
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;
Name | Description |
value | String The nextPageToken to set. |
Type | Description |
ListAppProfilesResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListAppProfilesResponse.Builder setNextPageTokenBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for nextPageToken to set. |
Type | Description |
ListAppProfilesResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListAppProfilesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListAppProfilesResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAppProfilesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListAppProfilesResponse.Builder |