Class InsertFirewallPolicyRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<InsertFirewallPolicyRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<InsertFirewallPolicyRequest.Builder>
      • getDefaultInstanceForType

        public InsertFirewallPolicyRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public InsertFirewallPolicyRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public InsertFirewallPolicyRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<InsertFirewallPolicyRequest.Builder>
      • mergeFrom

        public InsertFirewallPolicyRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<InsertFirewallPolicyRequest.Builder>
        Throws:
        IOException
      • hasFirewallPolicyResource

        public boolean hasFirewallPolicyResource()
         The body resource for this request
         
        .google.cloud.compute.v1.FirewallPolicy firewall_policy_resource = 495049532 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasFirewallPolicyResource in interface InsertFirewallPolicyRequestOrBuilder
        Returns:
        Whether the firewallPolicyResource field is set.
      • setFirewallPolicyResource

        public InsertFirewallPolicyRequest.Builder setFirewallPolicyResource​(FirewallPolicy value)
         The body resource for this request
         
        .google.cloud.compute.v1.FirewallPolicy firewall_policy_resource = 495049532 [(.google.api.field_behavior) = REQUIRED];
      • setFirewallPolicyResource

        public InsertFirewallPolicyRequest.Builder setFirewallPolicyResource​(FirewallPolicy.Builder builderForValue)
         The body resource for this request
         
        .google.cloud.compute.v1.FirewallPolicy firewall_policy_resource = 495049532 [(.google.api.field_behavior) = REQUIRED];
      • mergeFirewallPolicyResource

        public InsertFirewallPolicyRequest.Builder mergeFirewallPolicyResource​(FirewallPolicy value)
         The body resource for this request
         
        .google.cloud.compute.v1.FirewallPolicy firewall_policy_resource = 495049532 [(.google.api.field_behavior) = REQUIRED];
      • clearFirewallPolicyResource

        public InsertFirewallPolicyRequest.Builder clearFirewallPolicyResource()
         The body resource for this request
         
        .google.cloud.compute.v1.FirewallPolicy firewall_policy_resource = 495049532 [(.google.api.field_behavior) = REQUIRED];
      • getFirewallPolicyResourceBuilder

        public FirewallPolicy.Builder getFirewallPolicyResourceBuilder()
         The body resource for this request
         
        .google.cloud.compute.v1.FirewallPolicy firewall_policy_resource = 495049532 [(.google.api.field_behavior) = REQUIRED];
      • getParentId

        public String getParentId()
         Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
         
        string parent_id = 459714768 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "parent_id"];
        Specified by:
        getParentId in interface InsertFirewallPolicyRequestOrBuilder
        Returns:
        The parentId.
      • getParentIdBytes

        public com.google.protobuf.ByteString getParentIdBytes()
         Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
         
        string parent_id = 459714768 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "parent_id"];
        Specified by:
        getParentIdBytes in interface InsertFirewallPolicyRequestOrBuilder
        Returns:
        The bytes for parentId.
      • setParentId

        public InsertFirewallPolicyRequest.Builder setParentId​(String value)
         Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
         
        string parent_id = 459714768 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "parent_id"];
        Parameters:
        value - The parentId to set.
        Returns:
        This builder for chaining.
      • clearParentId

        public InsertFirewallPolicyRequest.Builder clearParentId()
         Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
         
        string parent_id = 459714768 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "parent_id"];
        Returns:
        This builder for chaining.
      • setParentIdBytes

        public InsertFirewallPolicyRequest.Builder setParentIdBytes​(com.google.protobuf.ByteString value)
         Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
         
        string parent_id = 459714768 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "parent_id"];
        Parameters:
        value - The bytes for parentId to set.
        Returns:
        This builder for chaining.
      • hasRequestId

        public boolean hasRequestId()
         An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
         
        optional string request_id = 37109963;
        Specified by:
        hasRequestId in interface InsertFirewallPolicyRequestOrBuilder
        Returns:
        Whether the requestId field is set.
      • getRequestId

        public String getRequestId()
         An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
         
        optional string request_id = 37109963;
        Specified by:
        getRequestId in interface InsertFirewallPolicyRequestOrBuilder
        Returns:
        The requestId.
      • getRequestIdBytes

        public com.google.protobuf.ByteString getRequestIdBytes()
         An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
         
        optional string request_id = 37109963;
        Specified by:
        getRequestIdBytes in interface InsertFirewallPolicyRequestOrBuilder
        Returns:
        The bytes for requestId.
      • setRequestId

        public InsertFirewallPolicyRequest.Builder setRequestId​(String value)
         An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
         
        optional string request_id = 37109963;
        Parameters:
        value - The requestId to set.
        Returns:
        This builder for chaining.
      • clearRequestId

        public InsertFirewallPolicyRequest.Builder clearRequestId()
         An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
         
        optional string request_id = 37109963;
        Returns:
        This builder for chaining.
      • setRequestIdBytes

        public InsertFirewallPolicyRequest.Builder setRequestIdBytes​(com.google.protobuf.ByteString value)
         An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
         
        optional string request_id = 37109963;
        Parameters:
        value - The bytes for requestId to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final InsertFirewallPolicyRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InsertFirewallPolicyRequest.Builder>