public interface SetIamPolicyImageRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGlobalSetPolicyRequestResource()
public abstract GlobalSetPolicyRequest getGlobalSetPolicyRequestResource()The body resource for this request
.google.cloud.compute.v1.GlobalSetPolicyRequest global_set_policy_request_resource = 337048498 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GlobalSetPolicyRequest |
The globalSetPolicyRequestResource. |
getGlobalSetPolicyRequestResourceOrBuilder()
public abstract GlobalSetPolicyRequestOrBuilder getGlobalSetPolicyRequestResourceOrBuilder()The body resource for this request
.google.cloud.compute.v1.GlobalSetPolicyRequest global_set_policy_request_resource = 337048498 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GlobalSetPolicyRequestOrBuilder |
|
getProject()
public abstract String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getResource()
public abstract String getResource()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resource. |
hasGlobalSetPolicyRequestResource()
public abstract boolean hasGlobalSetPolicyRequestResource()The body resource for this request
.google.cloud.compute.v1.GlobalSetPolicyRequest global_set_policy_request_resource = 337048498 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the globalSetPolicyRequestResource field is set. |