public interface SearchTargetPolicyBindingsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() Optional. A token, which can be sent as page_token to retrieve the next
page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() Optional. A token, which can be sent as page_token to retrieve the next
page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getPolicyBindings(int index)
public abstract PolicyBinding getPolicyBindings(int index)The policy bindings bound to the specified target.
repeated .google.iam.v3.PolicyBinding policy_bindings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PolicyBinding |
|
getPolicyBindingsCount()
public abstract int getPolicyBindingsCount()The policy bindings bound to the specified target.
repeated .google.iam.v3.PolicyBinding policy_bindings = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPolicyBindingsList()
public abstract List<PolicyBinding> getPolicyBindingsList()The policy bindings bound to the specified target.
repeated .google.iam.v3.PolicyBinding policy_bindings = 1;
| Returns | |
|---|---|
| Type | Description |
List<PolicyBinding> |
|
getPolicyBindingsOrBuilder(int index)
public abstract PolicyBindingOrBuilder getPolicyBindingsOrBuilder(int index)The policy bindings bound to the specified target.
repeated .google.iam.v3.PolicyBinding policy_bindings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PolicyBindingOrBuilder |
|
getPolicyBindingsOrBuilderList()
public abstract List<? extends PolicyBindingOrBuilder> getPolicyBindingsOrBuilderList()The policy bindings bound to the specified target.
repeated .google.iam.v3.PolicyBinding policy_bindings = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.iam.v3.PolicyBindingOrBuilder> |
|