Interface DeleteRegionUrlMapRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DeleteRegionUrlMapRequest, DeleteRegionUrlMapRequest.Builder

    public interface DeleteRegionUrlMapRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getProject()
      Project ID for this request.
      com.google.protobuf.ByteString getProjectBytes()
      Project ID for this request.
      String getRegion()
      Name of the region scoping this request.
      com.google.protobuf.ByteString getRegionBytes()
      Name of the region scoping this request.
      String getRequestId()
      begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
      com.google.protobuf.ByteString getRequestIdBytes()
      begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
      String getUrlMap()
      Name of the UrlMap resource to delete.
      com.google.protobuf.ByteString getUrlMapBytes()
      Name of the UrlMap resource to delete.
      boolean hasRequestId()
      begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
      • 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

      • getProject

        String getProject()
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
        Returns:
        The bytes for project.
      • getRegion

        String getRegion()
         Name of the region scoping this request.
         
        string region = 138946292 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "region"];
        Returns:
        The region.
      • getRegionBytes

        com.google.protobuf.ByteString getRegionBytes()
         Name of the region scoping this request.
         
        string region = 138946292 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "region"];
        Returns:
        The bytes for region.
      • hasRequestId

        boolean hasRequestId()
         begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
         
        optional string request_id = 37109963;
        Returns:
        Whether the requestId field is set.
      • getRequestId

        String getRequestId()
         begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
         
        optional string request_id = 37109963;
        Returns:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
         begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
         
        optional string request_id = 37109963;
        Returns:
        The bytes for requestId.
      • getUrlMap

        String getUrlMap()
         Name of the UrlMap resource to delete.
         
        string url_map = 367020684 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The urlMap.
      • getUrlMapBytes

        com.google.protobuf.ByteString getUrlMapBytes()
         Name of the UrlMap resource to delete.
         
        string url_map = 367020684 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for urlMap.