Interface SetIamPolicyNetworkFirewallPolicyRequestOrBuilder

    • Method Detail

      • hasGlobalSetPolicyRequestResource

        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:
        Whether the globalSetPolicyRequestResource field is set.
      • getGlobalSetPolicyRequestResource

        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:
        The globalSetPolicyRequestResource.
      • getGlobalSetPolicyRequestResourceOrBuilder

        GlobalSetPolicyRequestOrBuilder getGlobalSetPolicyRequestResourceOrBuilder()
         The body resource for this request
         
        .google.cloud.compute.v1.GlobalSetPolicyRequest global_set_policy_request_resource = 337048498 [(.google.api.field_behavior) = REQUIRED];
      • getProject

        String getProject()
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for project.
      • 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.