Interface SetIamPolicyFirewallPolicyRequestOrBuilder (1.51.0)

public interface SetIamPolicyFirewallPolicyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGlobalOrganizationSetPolicyRequestResource()

public abstract GlobalOrganizationSetPolicyRequest getGlobalOrganizationSetPolicyRequestResource()

The body resource for this request

.google.cloud.compute.v1.GlobalOrganizationSetPolicyRequest global_organization_set_policy_request_resource = 177408606 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GlobalOrganizationSetPolicyRequest

The globalOrganizationSetPolicyRequestResource.

getGlobalOrganizationSetPolicyRequestResourceOrBuilder()

public abstract GlobalOrganizationSetPolicyRequestOrBuilder getGlobalOrganizationSetPolicyRequestResourceOrBuilder()

The body resource for this request

.google.cloud.compute.v1.GlobalOrganizationSetPolicyRequest global_organization_set_policy_request_resource = 177408606 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GlobalOrganizationSetPolicyRequestOrBuilder

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.

hasGlobalOrganizationSetPolicyRequestResource()

public abstract boolean hasGlobalOrganizationSetPolicyRequestResource()

The body resource for this request

.google.cloud.compute.v1.GlobalOrganizationSetPolicyRequest global_organization_set_policy_request_resource = 177408606 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the globalOrganizationSetPolicyRequestResource field is set.