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

target.apidocs.com.google.api.services.servicemanagement.model.CustomHttpPattern.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241106-2.0.0
Show newest version






CustomHttpPattern (Service Management API v1-rev20241202-2.0.0)












com.google.api.services.servicemanagement.model

Class CustomHttpPattern

    • Constructor Detail

      • CustomHttpPattern

        public CustomHttpPattern()
    • Method Detail

      • getKind

        public String getKind()
        The name of this custom HTTP verb.
        Returns:
        value or null for none
      • setKind

        public CustomHttpPattern setKind(String kind)
        The name of this custom HTTP verb.
        Parameters:
        kind - kind or null for none
      • getPath

        public String getPath()
        The path matched by this custom verb.
        Returns:
        value or null for none
      • setPath

        public CustomHttpPattern setPath(String path)
        The path matched by this custom verb.
        Parameters:
        path - path or null for none
      • clone

        public CustomHttpPattern clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy