Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
FieldPolicy |
FieldPolicy.clone() |
FieldPolicy |
FieldPolicy.set(String fieldName,
Object value) |
FieldPolicy |
FieldPolicy.setResourcePermission(String resourcePermission)
Specifies the required permission(s) for the resource referred to by the field.
|
FieldPolicy |
FieldPolicy.setResourceType(String resourceType)
Specifies the resource type for the resource referred to by the field.
|
FieldPolicy |
FieldPolicy.setSelector(String selector)
Selects one or more request or response message fields to apply this `FieldPolicy`.
|
Modifier and Type | Method and Description |
---|---|
List<FieldPolicy> |
MethodPolicy.getRequestPolicies()
Policies that are applicable to the request message.
|
Modifier and Type | Method and Description |
---|---|
MethodPolicy |
MethodPolicy.setRequestPolicies(List<FieldPolicy> requestPolicies)
Policies that are applicable to the request message.
|
Copyright © 2011–2024 Google. All rights reserved.