- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.6
- 1.0.5
- 0.3.7
public static final class ListDomainsResponse.Builder extends GeneratedMessageV3.Builder<ListDomainsResponse.Builder> implements ListDomainsResponseOrBuilder
Response message for ListDomains
Protobuf type google.cloud.managedidentities.v1.ListDomainsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListDomainsResponse.BuilderImplements
ListDomainsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllDomains(Iterable<? extends Domain> values)
public ListDomainsResponse.Builder addAllDomains(Iterable<? extends Domain> values)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Name | Description |
values | Iterable<? extends com.google.cloud.managedidentities.v1.Domain> |
Type | Description |
ListDomainsResponse.Builder |
addAllUnreachable(Iterable<String> values)
public ListDomainsResponse.Builder addAllUnreachable(Iterable<String> values)
A list of locations that could not be reached.
repeated string unreachable = 3;
Name | Description |
values | Iterable<String> The unreachable to add. |
Type | Description |
ListDomainsResponse.Builder | This builder for chaining. |
addDomains(Domain value)
public ListDomainsResponse.Builder addDomains(Domain value)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Name | Description |
value | Domain |
Type | Description |
ListDomainsResponse.Builder |
addDomains(Domain.Builder builderForValue)
public ListDomainsResponse.Builder addDomains(Domain.Builder builderForValue)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Name | Description |
builderForValue | Domain.Builder |
Type | Description |
ListDomainsResponse.Builder |
addDomains(int index, Domain value)
public ListDomainsResponse.Builder addDomains(int index, Domain value)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Name | Description |
index | int |
value | Domain |
Type | Description |
ListDomainsResponse.Builder |
addDomains(int index, Domain.Builder builderForValue)
public ListDomainsResponse.Builder addDomains(int index, Domain.Builder builderForValue)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Name | Description |
index | int |
builderForValue | Domain.Builder |
Type | Description |
ListDomainsResponse.Builder |
addDomainsBuilder()
public Domain.Builder addDomainsBuilder()
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Type | Description |
Domain.Builder |
addDomainsBuilder(int index)
public Domain.Builder addDomainsBuilder(int index)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Name | Description |
index | int |
Type | Description |
Domain.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDomainsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListDomainsResponse.Builder |
addUnreachable(String value)
public ListDomainsResponse.Builder addUnreachable(String value)
A list of locations that could not be reached.
repeated string unreachable = 3;
Name | Description |
value | String The unreachable to add. |
Type | Description |
ListDomainsResponse.Builder | This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListDomainsResponse.Builder addUnreachableBytes(ByteString value)
A list of locations that could not be reached.
repeated string unreachable = 3;
Name | Description |
value | ByteString The bytes of the unreachable to add. |
Type | Description |
ListDomainsResponse.Builder | This builder for chaining. |
build()
public ListDomainsResponse build()
Type | Description |
ListDomainsResponse |
buildPartial()
public ListDomainsResponse buildPartial()
Type | Description |
ListDomainsResponse |
clear()
public ListDomainsResponse.Builder clear()
Type | Description |
ListDomainsResponse.Builder |
clearDomains()
public ListDomainsResponse.Builder clearDomains()
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Type | Description |
ListDomainsResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListDomainsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListDomainsResponse.Builder |
clearNextPageToken()
public ListDomainsResponse.Builder clearNextPageToken()
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;
Type | Description |
ListDomainsResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDomainsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListDomainsResponse.Builder |
clearUnreachable()
public ListDomainsResponse.Builder clearUnreachable()
A list of locations that could not be reached.
repeated string unreachable = 3;
Type | Description |
ListDomainsResponse.Builder | This builder for chaining. |
clone()
public ListDomainsResponse.Builder clone()
Type | Description |
ListDomainsResponse.Builder |
getDefaultInstanceForType()
public ListDomainsResponse getDefaultInstanceForType()
Type | Description |
ListDomainsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDomains(int index)
public Domain getDomains(int index)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Name | Description |
index | int |
Type | Description |
Domain |
getDomainsBuilder(int index)
public Domain.Builder getDomainsBuilder(int index)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Name | Description |
index | int |
Type | Description |
Domain.Builder |
getDomainsBuilderList()
public List<Domain.Builder> getDomainsBuilderList()
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Type | Description |
List<Builder> |
getDomainsCount()
public int getDomainsCount()
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Type | Description |
int |
getDomainsList()
public List<Domain> getDomainsList()
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Type | Description |
List<Domain> |
getDomainsOrBuilder(int index)
public DomainOrBuilder getDomainsOrBuilder(int index)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Name | Description |
index | int |
Type | Description |
DomainOrBuilder |
getDomainsOrBuilderList()
public List<? extends DomainOrBuilder> getDomainsOrBuilderList()
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Type | Description |
List<? extends com.google.cloud.managedidentities.v1.DomainOrBuilder> |
getNextPageToken()
public 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;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public 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;
Type | Description |
ByteString | The bytes for nextPageToken. |
getUnreachable(int index)
public String getUnreachable(int index)
A list of locations that could not be reached.
repeated string unreachable = 3;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)
A list of locations that could not be reached.
repeated string unreachable = 3;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()
A list of locations that could not be reached.
repeated string unreachable = 3;
Type | Description |
int | The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()
A list of locations that could not be reached.
repeated string unreachable = 3;
Type | Description |
ProtocolStringList | A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ListDomainsResponse other)
public ListDomainsResponse.Builder mergeFrom(ListDomainsResponse other)
Name | Description |
other | ListDomainsResponse |
Type | Description |
ListDomainsResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDomainsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDomainsResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListDomainsResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListDomainsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDomainsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListDomainsResponse.Builder |
removeDomains(int index)
public ListDomainsResponse.Builder removeDomains(int index)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Name | Description |
index | int |
Type | Description |
ListDomainsResponse.Builder |
setDomains(int index, Domain value)
public ListDomainsResponse.Builder setDomains(int index, Domain value)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Name | Description |
index | int |
value | Domain |
Type | Description |
ListDomainsResponse.Builder |
setDomains(int index, Domain.Builder builderForValue)
public ListDomainsResponse.Builder setDomains(int index, Domain.Builder builderForValue)
A list of Managed Identities Service domains in the project.
repeated .google.cloud.managedidentities.v1.Domain domains = 1;
Name | Description |
index | int |
builderForValue | Domain.Builder |
Type | Description |
ListDomainsResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListDomainsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListDomainsResponse.Builder |
setNextPageToken(String value)
public ListDomainsResponse.Builder setNextPageToken(String value)
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;
Name | Description |
value | String The nextPageToken to set. |
Type | Description |
ListDomainsResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListDomainsResponse.Builder setNextPageTokenBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for nextPageToken to set. |
Type | Description |
ListDomainsResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDomainsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListDomainsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDomainsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListDomainsResponse.Builder |
setUnreachable(int index, String value)
public ListDomainsResponse.Builder setUnreachable(int index, String value)
A list of locations that could not be reached.
repeated string unreachable = 3;
Name | Description |
index | int The index to set the value at. |
value | String The unreachable to set. |
Type | Description |
ListDomainsResponse.Builder | This builder for chaining. |