public interface SetIamPolicyRegionDiskRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProject()
public abstract String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for project. |
getRegion()
public abstract String getRegion()The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for region. |
getRegionSetPolicyRequestResource()
public abstract RegionSetPolicyRequest getRegionSetPolicyRequestResource()The body resource for this request
.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| RegionSetPolicyRequest | The regionSetPolicyRequestResource. |
getRegionSetPolicyRequestResourceOrBuilder()
public abstract RegionSetPolicyRequestOrBuilder getRegionSetPolicyRequestResourceOrBuilder()The body resource for this request
.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| RegionSetPolicyRequestOrBuilder |
getResource()
public abstract String getResource()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The resource. |
getResourceBytes()
public abstract ByteString getResourceBytes()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for resource. |
hasRegionSetPolicyRequestResource()
public abstract boolean hasRegionSetPolicyRequestResource()The body resource for this request
.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the regionSetPolicyRequestResource field is set. |