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

target.apidocs.com.google.api.services.compute.model.JwtHeader.html Maven / Gradle / Ivy







JwtHeader (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute.model

Class JwtHeader

    • Constructor Detail

      • JwtHeader

        public JwtHeader()
    • Method Detail

      • getName

        public String getName()
        The HTTP header name.
        Returns:
        value or null for none
      • setName

        public JwtHeader setName(String name)
        The HTTP header name.
        Parameters:
        name - name or null for none
      • getValuePrefix

        public String getValuePrefix()
        The value prefix. The value format is "value_prefix" For example, for "Authorization: Bearer ", value_prefix="Bearer " with a space at the end.
        Returns:
        value or null for none
      • setValuePrefix

        public JwtHeader setValuePrefix(String valuePrefix)
        The value prefix. The value format is "value_prefix" For example, for "Authorization: Bearer ", value_prefix="Bearer " with a space at the end.
        Parameters:
        valuePrefix - valuePrefix or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy