Interface RegionUrlMapsValidateRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      UrlMap getResource()
      Content of the UrlMap to be validated.
      UrlMapOrBuilder getResourceOrBuilder()
      Content of the UrlMap to be validated.
      boolean hasResource()
      Content of the UrlMap to be validated.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasResource

        boolean hasResource()
         Content of the UrlMap to be validated.
         
        optional .google.cloud.compute.v1.UrlMap resource = 195806222;
        Returns:
        Whether the resource field is set.
      • getResource

        UrlMap getResource()
         Content of the UrlMap to be validated.
         
        optional .google.cloud.compute.v1.UrlMap resource = 195806222;
        Returns:
        The resource.
      • getResourceOrBuilder

        UrlMapOrBuilder getResourceOrBuilder()
         Content of the UrlMap to be validated.
         
        optional .google.cloud.compute.v1.UrlMap resource = 195806222;