public interface SearchEntitlementsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCallerAccessType()
public abstract SearchEntitlementsRequest.CallerAccessType getCallerAccessType()Required. Only entitlements where the calling user has this access are returned.
 
 .google.cloud.privilegedaccessmanager.v1.SearchEntitlementsRequest.CallerAccessType caller_access_type = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| SearchEntitlementsRequest.CallerAccessType | The callerAccessType. | 
getCallerAccessTypeValue()
public abstract int getCallerAccessTypeValue()Required. Only entitlements where the calling user has this access are returned.
 
 .google.cloud.privilegedaccessmanager.v1.SearchEntitlementsRequest.CallerAccessType caller_access_type = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for callerAccessType. | 
getFilter()
public abstract String getFilter()Optional. Only entitlements matching this filter are returned in the response.
 string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The filter. | 
getFilterBytes()
public abstract ByteString getFilterBytes()Optional. Only entitlements matching this filter are returned in the response.
 string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for filter. | 
getPageSize()
public abstract int getPageSize()Optional. Requested page size. The server may return fewer items than requested. If unspecified, the server picks an appropriate default.
 int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The pageSize. | 
getPageToken()
public abstract String getPageToken()Optional. A token identifying a page of results the server should return.
 string page_token = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The pageToken. | 
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()Optional. A token identifying a page of results the server should return.
 string page_token = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for pageToken. | 
getParent()
public abstract String getParent()Required. The parent which owns the entitlement resources.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The parent. | 
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent which owns the entitlement resources.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. |