Interface UpdateDomainMappingRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DomainMapping getDomainMapping()
      A domain mapping containing the updated resource.
      DomainMappingOrBuilder getDomainMappingOrBuilder()
      A domain mapping containing the updated resource.
      String getName()
      Name of the resource to update.
      com.google.protobuf.ByteString getNameBytes()
      Name of the resource to update.
      com.google.protobuf.FieldMask getUpdateMask()
      Required.
      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
      Required.
      boolean hasDomainMapping()
      A domain mapping containing the updated resource.
      boolean hasUpdateMask()
      Required.
      • 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

      • getName

        String getName()
         Name of the resource to update. Example:
         `apps/myapp/domainMappings/example.com`.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the resource to update. Example:
         `apps/myapp/domainMappings/example.com`.
         
        string name = 1;
        Returns:
        The bytes for name.
      • hasDomainMapping

        boolean hasDomainMapping()
         A domain mapping containing the updated resource. Only fields set
         in the field mask will be updated.
         
        .google.appengine.v1.DomainMapping domain_mapping = 2;
        Returns:
        Whether the domainMapping field is set.
      • getDomainMapping

        DomainMapping getDomainMapping()
         A domain mapping containing the updated resource. Only fields set
         in the field mask will be updated.
         
        .google.appengine.v1.DomainMapping domain_mapping = 2;
        Returns:
        The domainMapping.
      • getDomainMappingOrBuilder

        DomainMappingOrBuilder getDomainMappingOrBuilder()
         A domain mapping containing the updated resource. Only fields set
         in the field mask will be updated.
         
        .google.appengine.v1.DomainMapping domain_mapping = 2;
      • hasUpdateMask

        boolean hasUpdateMask()
         Required. Standard field mask for the set of fields to be updated.
         
        .google.protobuf.FieldMask update_mask = 3;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Required. Standard field mask for the set of fields to be updated.
         
        .google.protobuf.FieldMask update_mask = 3;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. Standard field mask for the set of fields to be updated.
         
        .google.protobuf.FieldMask update_mask = 3;