public interface CreateIdentityAwareProxyClientRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIdentityAwareProxyClient()
public abstract IdentityAwareProxyClient getIdentityAwareProxyClient()Required. Identity Aware Proxy Client to be created.
 
 .google.cloud.iap.v1.IdentityAwareProxyClient identity_aware_proxy_client = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient | The identityAwareProxyClient. | 
getIdentityAwareProxyClientOrBuilder()
public abstract IdentityAwareProxyClientOrBuilder getIdentityAwareProxyClientOrBuilder()Required. Identity Aware Proxy Client to be created.
 
 .google.cloud.iap.v1.IdentityAwareProxyClient identity_aware_proxy_client = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClientOrBuilder | |
getParent()
public abstract String getParent()Required. Path to create the client in. In the following format: projects/{project_number/id}/brands/{brand}. The project must belong to a G Suite account.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The parent. | 
getParentBytes()
public abstract ByteString getParentBytes()Required. Path to create the client in. In the following format: projects/{project_number/id}/brands/{brand}. The project must belong to a G Suite account.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. | 
hasIdentityAwareProxyClient()
public abstract boolean hasIdentityAwareProxyClient()Required. Identity Aware Proxy Client to be created.
 
 .google.cloud.iap.v1.IdentityAwareProxyClient identity_aware_proxy_client = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the identityAwareProxyClient field is set. |