public interface ListDomainsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Domain |
getDomains(int index)
A list of Managed Identities Service domains in the project.
|
int |
getDomainsCount()
A list of Managed Identities Service domains in the project.
|
List<Domain> |
getDomainsList()
A list of Managed Identities Service domains in the project.
|
DomainOrBuilder |
getDomainsOrBuilder(int index)
A list of Managed Identities Service domains in the project.
|
List<? extends DomainOrBuilder> |
getDomainsOrBuilderList()
A list of Managed Identities Service domains in the project.
|
String |
getNextPageToken()
A token to retrieve the next page of results, or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results, or empty if there are no more
results in the list.
|
String |
getUnreachable(int index)
A list of locations that could not be reached.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
A list of locations that could not be reached.
|
int |
getUnreachableCount()
A list of locations that could not be reached.
|
List<String> |
getUnreachableList()
A list of locations that could not be reached.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Domain> getDomainsList()
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;Domain getDomains(int index)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;int getDomainsCount()
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;List<? extends DomainOrBuilder> getDomainsOrBuilderList()
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;DomainOrBuilder getDomainsOrBuilder(int index)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;String getNextPageToken()
A token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;List<String> getUnreachableList()
A list of locations that could not be reached.
repeated string unreachable = 3;int getUnreachableCount()
A list of locations that could not be reached.
repeated string unreachable = 3;String getUnreachable(int index)
A list of locations that could not be reached.
repeated string unreachable = 3;index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
A list of locations that could not be reached.
repeated string unreachable = 3;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.