All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.Compute.BackendBuckets.html Maven / Gradle / Ivy







Compute.BackendBuckets (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute

Class Compute.BackendBuckets

  • Enclosing class:
    Compute


    public class Compute.BackendBuckets
    extends Object
    The "backendBuckets" collection of methods.
    • Constructor Detail

      • BackendBuckets

        public BackendBuckets()
    • Method Detail

      • addSignedUrlKey

        public Compute.BackendBuckets.AddSignedUrlKey addSignedUrlKey(String project,
                                                                      String backendBucket,
                                                                      SignedUrlKey content)
                                                               throws IOException
        Adds a key for validating requests with signed URLs for this backend bucket. Create a request for the method "backendBuckets.addSignedUrlKey". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        backendBucket - Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.
        content - the SignedUrlKey
        Returns:
        the request
        Throws:
        IOException
      • delete

        public Compute.BackendBuckets.Delete delete(String project,
                                                    String backendBucket)
                                             throws IOException
        Deletes the specified BackendBucket resource. Create a request for the method "backendBuckets.delete". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        backendBucket - Name of the BackendBucket resource to delete.
        Returns:
        the request
        Throws:
        IOException
      • deleteSignedUrlKey

        public Compute.BackendBuckets.DeleteSignedUrlKey deleteSignedUrlKey(String project,
                                                                            String backendBucket,
                                                                            String keyName)
                                                                     throws IOException
        Deletes a key for validating requests with signed URLs for this backend bucket. Create a request for the method "backendBuckets.deleteSignedUrlKey". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        backendBucket - Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.
        keyName - The name of the Signed URL Key to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.BackendBuckets.Get get(String project,
                                              String backendBucket)
                                       throws IOException
        Returns the specified BackendBucket resource. Gets a list of available backend buckets by making a list() request. Create a request for the method "backendBuckets.get". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        backendBucket - Name of the BackendBucket resource to return.
        Returns:
        the request
        Throws:
        IOException
      • getIamPolicy

        public Compute.BackendBuckets.GetIamPolicy getIamPolicy(String project,
                                                                String resource)
                                                         throws IOException
        Gets the access control policy for a resource. May be empty if no such policy or resource exists. Create a request for the method "backendBuckets.getIamPolicy". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        resource - Name or id of the resource for this request.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.BackendBuckets.List list(String project)
                                         throws IOException
        Retrieves the list of BackendBucket resources available to the specified project. Create a request for the method "backendBuckets.list". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Compute.BackendBuckets.Patch patch(String project,
                                                  String backendBucket,
                                                  BackendBucket content)
                                           throws IOException
        Updates the specified BackendBucket resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Create a request for the method "backendBuckets.patch". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        backendBucket - Name of the BackendBucket resource to patch.
        content - the BackendBucket
        Returns:
        the request
        Throws:
        IOException
      • update

        public Compute.BackendBuckets.Update update(String project,
                                                    String backendBucket,
                                                    BackendBucket content)
                                             throws IOException
        Updates the specified BackendBucket resource with the data included in the request. Create a request for the method "backendBuckets.update". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        backendBucket - Name of the BackendBucket resource to update.
        content - the BackendBucket
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy