Package com.google.cloud.compute.v1
Interface SetIamPolicyFirewallPolicyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetIamPolicyFirewallPolicyRequest,SetIamPolicyFirewallPolicyRequest.Builder
public interface SetIamPolicyFirewallPolicyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalOrganizationSetPolicyRequestgetGlobalOrganizationSetPolicyRequestResource()The body resource for this requestGlobalOrganizationSetPolicyRequestOrBuildergetGlobalOrganizationSetPolicyRequestResourceOrBuilder()The body resource for this requestStringgetResource()Name or id of the resource for this request.com.google.protobuf.ByteStringgetResourceBytes()Name or id of the resource for this request.booleanhasGlobalOrganizationSetPolicyRequestResource()The body resource for this request-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGlobalOrganizationSetPolicyRequestResource
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:
- Whether the globalOrganizationSetPolicyRequestResource field is set.
-
getGlobalOrganizationSetPolicyRequestResource
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:
- The globalOrganizationSetPolicyRequestResource.
-
getGlobalOrganizationSetPolicyRequestResourceOrBuilder
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];
-
getResource
String getResource()
Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The resource.
-
getResourceBytes
com.google.protobuf.ByteString getResourceBytes()
Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for resource.
-
-