- 1.60.0 (latest)
- 1.59.1
- 1.58.2
- 1.57.0
- 1.56.3
- 1.55.0
- 1.54.2
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.1
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.1
- 1.44.0
- 1.43.0
- 1.41.0
- 1.40.1
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.1
- 1.33.0
- 1.32.1
- 1.31.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.1
- 1.19.0
- 1.18.1
- 1.17.1
- 1.16.1
- 1.10.0
- 1.9.3
- 1.8.0
- 1.7.0
- 1.6.23
- 1.5.1
- 1.4.1
- 1.3.4
- 1.2.12
public static final class ListPoliciesResponse.Builder extends GeneratedMessage.Builder<ListPoliciesResponse.Builder> implements ListPoliciesResponseOrBuilder Response message for ListPolicies.
Protobuf type google.iam.v2beta.ListPoliciesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListPoliciesResponse.BuilderImplements
ListPoliciesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllPolicies(Iterable<? extends Policy> values)
public ListPoliciesResponse.Builder addAllPolicies(Iterable<? extends Policy> values)Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.iam.v2beta.Policy> |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|
addPolicies(Policy value)
public ListPoliciesResponse.Builder addPolicies(Policy value)Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Policy |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|
addPolicies(Policy.Builder builderForValue)
public ListPoliciesResponse.Builder addPolicies(Policy.Builder builderForValue)Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Policy.Builder |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|
addPolicies(int index, Policy value)
public ListPoliciesResponse.Builder addPolicies(int index, Policy value)Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Policy |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|
addPolicies(int index, Policy.Builder builderForValue)
public ListPoliciesResponse.Builder addPolicies(int index, Policy.Builder builderForValue)Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Policy.Builder |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|
addPoliciesBuilder()
public Policy.Builder addPoliciesBuilder()Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Returns | |
|---|---|
| Type | Description |
Policy.Builder |
|
addPoliciesBuilder(int index)
public Policy.Builder addPoliciesBuilder(int index)Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Policy.Builder |
|
build()
public ListPoliciesResponse build()| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse |
|
buildPartial()
public ListPoliciesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse |
|
clear()
public ListPoliciesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|
clearNextPageToken()
public ListPoliciesResponse.Builder clearNextPageToken()A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
This builder for chaining. |
clearPolicies()
public ListPoliciesResponse.Builder clearPolicies()Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|
getDefaultInstanceForType()
public ListPoliciesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getPolicies(int index)
public Policy getPolicies(int index)Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Policy |
|
getPoliciesBuilder(int index)
public Policy.Builder getPoliciesBuilder(int index)Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Policy.Builder |
|
getPoliciesBuilderList()
public List<Policy.Builder> getPoliciesBuilderList()Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getPoliciesCount()
public int getPoliciesCount()Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPoliciesList()
public List<Policy> getPoliciesList()Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Returns | |
|---|---|
| Type | Description |
List<Policy> |
|
getPoliciesOrBuilder(int index)
public PolicyOrBuilder getPoliciesOrBuilder(int index)Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PolicyOrBuilder |
|
getPoliciesOrBuilderList()
public List<? extends PolicyOrBuilder> getPoliciesOrBuilderList()Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.iam.v2beta.PolicyOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListPoliciesResponse other)
public ListPoliciesResponse.Builder mergeFrom(ListPoliciesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPoliciesResponse |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListPoliciesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListPoliciesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|
removePolicies(int index)
public ListPoliciesResponse.Builder removePolicies(int index)Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|
setNextPageToken(String value)
public ListPoliciesResponse.Builder setNextPageToken(String value)A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListPoliciesResponse.Builder setNextPageTokenBytes(ByteString value)A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
This builder for chaining. |
setPolicies(int index, Policy value)
public ListPoliciesResponse.Builder setPolicies(int index, Policy value)Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Policy |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|
setPolicies(int index, Policy.Builder builderForValue)
public ListPoliciesResponse.Builder setPolicies(int index, Policy.Builder builderForValue)Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Policy.Builder |
| Returns | |
|---|---|
| Type | Description |
ListPoliciesResponse.Builder |
|