Interface SetIamPolicyInstanceTemplateRequestOrBuilder (1.47.0)

public interface SetIamPolicyInstanceTemplateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
GlobalSetPolicyRequestOrBuilder

getProject()

public abstract String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the globalSetPolicyRequestResource field is set.